aperezcrespo wrote on Saturday, January 27, 2007:
Hi folks
I just did a clean install from CVS. I have no input fields on the login page. Any Ideas? MySQL5/PHP5 OpenSuSe 10.2
Thanks
aperezcrespo wrote on Saturday, January 27, 2007:
Hi folks
I just did a clean install from CVS. I have no input fields on the login page. Any Ideas? MySQL5/PHP5 OpenSuSe 10.2
Thanks
sunsetsystems wrote on Saturday, January 27, 2007:
There have been many recent commits for language translation, and we probably broke something. Check your PHP log to see if any errors are being reported. You might need to change something in php.ini to make it log errors.
aperezcrespo wrote on Saturday, January 27, 2007:
Thanks Rod
Don’t have a clue as to do that…Hows about a hint for both.
sunsetsystems wrote on Saturday, January 27, 2007:
http://www.php.net/manual/en/configuration.php
http://www.php.net/manual/en/configuration.changes.php
http://www.php.net/manual/en/ref.errorfunc.php#ini.log-errors
http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log
http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting
aperezcrespo wrote on Saturday, January 27, 2007:
Thanks rod
drbowen wrote on Monday, January 29, 2007:
This login boxes not showing up has come up in the forums before. The previous problem was caused by not being able to access the database to read the default group. This seems to have happened a lot and was most specific to OpenSUSE and the way OpenSUSE accesses the MySQL database. IE it may be that you are not correctly connecting to the MySQl database.
Sam Bowen
aperezcrespo wrote on Monday, January 29, 2007:
Actually this is the first time I’ve had this problem with OpenSuSe. The problem seems to be related to the PHPGACL problem that I’m having. https://sourceforge.net/forum/forum.php?thread_id=1659897&forum_id=202505 There something about gacl and the MySQL root password that makes it act odd. I hate workarounds but just simply dont give the MySQL root account a password (localhost) and all seems to work just fine.
Thanks