r632 login issue
Closed this issue · 5 comments
GoogleCodeExporter commented
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
GoogleCodeExporter commented
Get latest SVN version, probably fixed)
Original comment by ogames...@gmail.com
on 18 Dec 2012 at 1:37
GoogleCodeExporter commented
I have tried and I keep getting a 405 error.
Original comment by kc8...@gmail.com
on 18 Dec 2012 at 9:12
GoogleCodeExporter commented
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
GoogleCodeExporter commented
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
GoogleCodeExporter commented
should be fixed in latest SVN build
Original comment by ogames...@gmail.com
on 1 Mar 2013 at 9:51
- Changed state: Fixed