View previous topic :: View next topic |
Author |
Message |
cmuench Tux's lil' helper
Joined: 04 Jan 2005 Posts: 110
|
Posted: Fri Jan 21, 2005 10:46 am Post subject: Mysql and php.ini problems |
|
|
I am trying to view a page on my site and its giving me this error
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
What should I do because I cant find the php.ini file. And my php usually works |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Jan 21, 2005 10:49 am Post subject: |
|
|
/etc/php/apache2-php4/php.ini is what you want.
Register_globals is off by default because php4 uses a different access mechanism for the server variables.
It usually is one or another php applications that specifically wants this - which indicates that it is either old or not very well written.
None of this has to do with mysql, though. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
cmuench Tux's lil' helper
Joined: 04 Jan 2005 Posts: 110
|
Posted: Fri Jan 21, 2005 11:49 am Post subject: |
|
|
My mysql problem is I can't change the root password is there any way to do this besides remerging mysql and reinstalling the database? |
|
Back to top |
|
|
bakreule Apprentice
Joined: 27 Aug 2003 Posts: 233 Location: Paris, France
|
|
Back to top |
|
|
|