PDA

View Full Version : allow_url_fopen


Rain
07-23-2003, 09:42 PM
All the sudden my includes using an URL instead of a path name broke. I don't know much about PHP but what I read said allow_url_fopen had to be enabled to have includes use an URL rather then a path name.

Would allow_url_fopen have been set to false? Or does anyone have any idea why this happened all the sudden? Did I break something somehow?

I fixed it by, of course, changing the includes to use path names instead of URLs, but I was curious as to why this might happen so suddenly.

Simon
08-28-2003, 01:05 AM
On my account/server "allow_url_fopen" seems to be enabled. Try calling php_info() on the server and seeing what the option is set to.

< Simon >