wolfen351 / ogame-opensource

Automatically exported from code.google.com/p/ogame-opensource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r632 login issue

GoogleCodeExporter opened this issue · comments

I set up r632 at http://kc8tdw.hopto.org/ogame-opensource/ and the install 
works fine.  Register a user and then try to login with at user or Legor, enter 
password and click login and page goes blank.  config.php file has been made 
and database created and users do show up in database.

Original issue reported on code.google.com by kc8...@gmail.com on 14 Dec 2012 at 11:07

Get latest SVN version, probably fixed)

Original comment by ogames...@gmail.com on 18 Dec 2012 at 1:37

I have tried and I keep getting a 405 error.

Original comment by kc8...@gmail.com on 18 Dec 2012 at 9:12

Check your PHP.ini :
short_open_tag = On
max_execution_time = 200
display_errors = On
variables_order = "EGPCS"
register_globals = On
magic_quotes_gpc = On

Required extentions:
extension=php_gd2.dll
extension=php_mbstring.dll
extension=php_mysql.dll

Original comment by ogames...@gmail.com on 24 Dec 2012 at 5:31

I get the same thing too. I have done what you said in the PHP.ini and I seem 
to still get a blank screen? Any idea why?

Original comment by myitrevi...@gmail.com on 27 Dec 2012 at 12:25

should be fixed in latest SVN build

Original comment by ogames...@gmail.com on 1 Mar 2013 at 9:51

  • Changed state: Fixed