Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-16-2008, 03:04 AM   PM User | #1
pixencom
New Coder

 
Join Date: Apr 2008
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
pixencom is an unknown quantity at this point
What does this error mean?

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.
__________________
Atlanta Web Design <- They do good work.
pixencom is offline   Reply With Quote
Old 05-16-2008, 03:48 AM   PM User | #2
bdl
Regular Coder

 
Join Date: Apr 2007
Location: Camarillo, CA US
Posts: 590
Thanks: 4
Thanked 83 Times in 82 Posts
bdl is an unknown quantity at this point
What permissions does 'php_browscap.ini' have? For the server to read it, it should be at least 0644.
bdl is offline   Reply With Quote
Users who have thanked bdl for this post:
pixencom (05-16-2008)
Old 05-16-2008, 04:03 AM   PM User | #3
pixencom
New Coder

 
Join Date: Apr 2008
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
pixencom is an unknown quantity at this point
Thank you for that, I will check if thats the reason and post back.
__________________
Atlanta Web Design <- They do good work.
pixencom is offline   Reply With Quote
Old 05-16-2008, 08:27 PM   PM User | #4
pixencom
New Coder

 
Join Date: Apr 2008
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
pixencom is an unknown quantity at this point
It is 0644. Any other ideas?
__________________
Atlanta Web Design <- They do good work.
pixencom is offline   Reply With Quote
Old 05-16-2008, 10:33 PM   PM User | #5
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by pixencom View Post
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/feature...i.open-basedir

I presume that safe_mode is on.

regards
oesxyl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:08 AM.


Advertisement
Log in to turn off these ads.