Help - Search - Members - Calendar
Full Version: URL file-access is disabled....
The Planet Forums > System Administration > Web Hosting
ns1
Suddenly I saw this on one of my client web sites. It worked fine before.
There is news script installed where this showed up. News admin part seems to be working, however, now there are no news in index.html page showing, only this.

www.vsr.hr

Since lately I've been working around my server trying to get bugzilla working, I might have done something. If you have any idea what this is I would be grateful for your help.

CODE
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/vetstrem/public_html/index.php on line 273

Warning: include(http://www.vsr.hr/news/news.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/vetstrem/public_html/index.php on line 273

Warning: include() [function.include]: Failed opening 'http://www.vsr.hr/news/news.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vetstrem/public_html/index.php on line 273
GatorZach
This is a very wise security precaution in php.ini

If you really need it on, you can set:

allow_url_include = On

then restart apache to get it working.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.