pixencom
05-16-2008, 03:04 AM
Warning: parse_ini_file() [function.parse-ini-file]: Cannot open 'php_browscap.ini' for reading in /home/user/public_html/test/functions.php
I realize it says cannot open but why cant it open? The file exists.
What permissions does 'php_browscap.ini' have? For the server to read it, it should be at least 0644.
pixencom
05-16-2008, 04:03 AM
Thank you for that, I will check if thats the reason and post back.
pixencom
05-16-2008, 08:27 PM
It is 0644. Any other ideas?
oesxyl
05-16-2008, 10:33 PM
Warning: parse_ini_file() [function.parse-ini-file]: Cannot open 'php_browscap.ini' for reading in /home/user/public_html/test/functions.php
I realize it says cannot open but why cant it open? The file exists.
look to open_basedir:
http://www.php.net/manual/en/features.safe-mode.php#ini.open-basedir
I presume that safe_mode is on.
regards