View Single Post
Old 06-23-2007, 01:04 PM   #1
Greg
Da Guy Wut Owns Dis Joint
 
Greg's Avatar
 
Join Date: Mar 2007
Location: Texas
Posts: 3,566
Default Warning: get_include_url(): URL file-access is disabled in the server configuration

If you see this error warning on a page in the Ultimate Sims List, it means that The List tried to read a remote web page and failed because of a permissions error.

Please add a note to this thread about it. Please include the URL of the Ultimate Sims List page that generated the error. (If you have the Ultimate Sims List open in a separate window, you can just copy the URL from your web browser and paste it into your message.)



MEMO TO ME

To fix this problem, I need to enable remote file open for each script individually. Insert this at the top of the script.

Quote:
// Allow remote file open for this script
ini_set('allow_url_fopen', 'on');
__________________
Who are all these people and what do they know?
Greg is offline