gatorenvy
09-17-2007, 07:31 PM
I'm getting an error on my arcade.php page
Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/index.php/image.php?u=1&dateline=1190039115) is not within the allowed path(s): (/home/user/:/usr/lib/php:/usr/local/lib/php:/tmp) in /arcade/functions/functions.php on line 917
Warning: getimagesize(/index.php/image.php?u=1&dateline=1190039115) [function.getimagesize]: failed to open stream: Operation not permitted in /arcade/functions/functions.php on line 917
Any ideas? Line 917 in my functions.php looks like this:
return "UPDATE " . TABLE_PREFIX . "$table SET\n$querystring$condition";
Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/index.php/image.php?u=1&dateline=1190039115) is not within the allowed path(s): (/home/user/:/usr/lib/php:/usr/local/lib/php:/tmp) in /arcade/functions/functions.php on line 917
Warning: getimagesize(/index.php/image.php?u=1&dateline=1190039115) [function.getimagesize]: failed to open stream: Operation not permitted in /arcade/functions/functions.php on line 917
Any ideas? Line 917 in my functions.php looks like this:
return "UPDATE " . TABLE_PREFIX . "$table SET\n$querystring$condition";