Announcement

Collapse
No announcement yet.

No login screen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • No login screen

    Hi

    I did a new install using the OX Community Installer for UBUNTU 7.10 on UBUNTU 7.10 and after going to the URL \localhost\ox the Open-Xchange Server screen appears but loops forever on Loading and the progress bar at 10% and the message Autologin Please wait.
    I did the install a day before (Friday Australia Time) with the same installer and had no problems.
    Possible changes to the code caused this problem. Any one else seen this?

    Just tried /localhost/ox/admin and got the login window, but unable to login

    Regards,
    Horst
    Last edited by Guest; 11-03-2007, 11:57 AM.

  • #2
    Hi,

    Same here.
    No clue yet!
    I finally got it to sort of run but now this!!
    I had a look in the logs but nothing happening there.
    Any idea would be greatly appreciated.
    Cheers

    MCS

    Edit:
    I can login into admin ok!

    Comment


    • #3
      same problem :/

      login hangs up at 10% with "Autologin" ... Admin-Login works fine,,

      Comment


      • #4
        Originally posted by kenshi View Post
        same problem :/

        login hangs up at 10% with "Autologin" ... Admin-Login works fine,,
        We are starting to see some more!

        At least I am not on my own.

        MCS
        Edit

        In my case the /admin works fine, which really rules out any issue with the webserver?
        I expect the login script to be the same for the groupware and admin login ?
        Currently I am looking into apache2 logfiles, but there is absolutly nothing unusual. Access log gives a 304, no other entries to logfiles?
        Last edited by mcs; 11-03-2007, 05:23 PM.

        Comment


        • #5
          Thats a bug at the GUI Sourcecode.

          Comment


          • #6
            Originally posted by Martin Braun View Post
            Thats a bug at the GUI Sourcecode.
            At least its not my fault!!!

            Any ideas how to rectify and/ or get older versions?
            We get some reply on a Saturday, great job !

            Cheers

            MCS

            Comment


            • #7
              Problem found and solved

              Go to your OX-HTML-Directory (/var/www/ox imho), edit the "languages.js file in your "lang"-Directory. In line 7 a "," should be there, but it isn't there..

              Just replace the file contents with the following source:

              Code:
              var all_languages = {
              
              "ca_ES": "Català ",
              "de_DE": "Deutsch",
              "en_US": "English",
              "fr_FR": "Français",
              "ja_JP": "æ^×¥æ^ܬèª^Þ",
              "pl_PL": "Polsk"
              
              };
              Last edited by Guest; 11-03-2007, 06:34 PM.

              Comment


              • #8
                Originally posted by kenshi View Post
                Problem found and solved

                Go to your OX-HTML-Directory (/var/www/ox imho), edit the "languages.js file in your "lang"-Directory. In line 7 a "," should be there, but it isn't there..

                Just replace the file contents with the following source:

                Code:
                var all_languages = {
                
                "ca_ES": "Català ",
                "de_DE": "Deutsch",
                "en_US": "English",
                "fr_FR": "Français",
                "ja_JP": "æ^×¥æ^ܬèª^Þ",
                "pl_PL": "Polsk"
                
                
                
                
                };

                Thank you very much!
                That did the trick.
                How did you find that?????

                Cheers

                MCS

                Comment


                • #9
                  Such problems can be tracked with software like FireBug which is very valuable for ajax applications.

                  Comment


                  • #10
                    Hi
                    doesn't seem like it worx here...:-(

                    Changed the file, but the problem is still there...

                    ------
                    20:23
                    Ups...its working now....sorry for bothering...keep up the good work !
                    Last edited by tafkaz; 11-05-2007, 09:10 PM.

                    Comment


                    • #11
                      Got the same error.
                      Fixed it in the languages.js,
                      now it is at 90% and loading...loading...loading...

                      Any ideas again? ;-)
                      Regards,
                      Jordan

                      Comment

                      Working...
                      X