TheShaner
08-08-2007, 08:39 PM
Hey all,
This is something that I'm really stuck on. I configured PHP to look for my configuration file (php.ini) in /php/ini. /php/ini is a symbolic link to my actual php folder. In that folder resides php.ini.
When I display phpinfo(), next to Loaded Configuration File is (none), but next to Configuration File (php.ini) Path is /usr/local/php.
None of my settings in php.ini are in place, so I know that php.ini is not loading for sure. What can I do to see what's going on? Can I set PHP's Config File Path to a symbolic link? I don't see why not. Could my php.ini be erroring out and that's why it doesn't load? If so, how do I found out if it's really erroring and what line is bad?
Thanks for any guidance,
Shane
This is something that I'm really stuck on. I configured PHP to look for my configuration file (php.ini) in /php/ini. /php/ini is a symbolic link to my actual php folder. In that folder resides php.ini.
When I display phpinfo(), next to Loaded Configuration File is (none), but next to Configuration File (php.ini) Path is /usr/local/php.
None of my settings in php.ini are in place, so I know that php.ini is not loading for sure. What can I do to see what's going on? Can I set PHP's Config File Path to a symbolic link? I don't see why not. Could my php.ini be erroring out and that's why it doesn't load? If so, how do I found out if it's really erroring and what line is bad?
Thanks for any guidance,
Shane