On Sat, 2003-02-01 at 05:48, Lonnie Borntreger wrote: > Just updated one of my computers to the latest of everything (including > apache2, php, and squirrelmail). Since the upgrade file_exists is > failing on files that do exist and thus squirrelmail can not read the > preferences.
Found the problem. When the update to libphp_common430 was installed, it moved /etc/php.ini to /etc/php.ini.rpmsave and then when php-ini was installed it installed /etc/php.ini as /etc/php.ini.rpmnew for some reason. Thus I did not have a php.ini file allowing php to read outside of the DocumentRoot directory. I moved /etc/php.ini.rpmnew to /etc/php.ini and restarted apache2, and all works. TTFN, Lonnie Borntreger
