Warning: file_exists() [
function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/wp-content/uploads/2008/08/0c61d68f012a5eea503d925e.jpg) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in
/home/a5450769/public_html/wp-content/themes/flashnews/thumb.php on line
56
那个文件53-56是这样的
53 // get path to image on file system
54 $src = $_SERVER['DOCUMENT_ROOT'] . '/' . $src;
55
56 if(strlen($src) && file_exists( $src ) ) {
如何修改???
[
本帖最后由 limiaojing 于 2008-8-3 14:53 编辑 ]