ปวดหัวมากเลยค่ะ ทำไม upload รูปใน shopperpress ไม่ได้ ขึ้นแบบนี้ แก้ ตรงส่วน path เป็น CHMOD 777 ก็ไม่หาย

Your image configuration settings are correct and your image path is not correct and/or not CHMOD 777
Please click here to adjust the settings under Image Configuration.
5){ copy($_FILES['ufile']['tmp_name'][0], get_option("imagestorage_path").str_replace(" ","",$_FILES['ufile']['name'][0])); } if(strlen($_FILES['ufile']['tmp_name'][1]) > 5){ copy($_FILES['ufile']['tmp_name'][1], get_option("imagestorage_path").str_replace(" ","",$_FILES['ufile']['name'][1])); } if(strlen($_FILES['ufile']['tmp_name'][2]) > 5){ copy($_FILES['ufile']['tmp_name'][2], get_option("imagestorage_path").str_replace(" ","",$_FILES['ufile']['name'][2])); } $GLOBALS['error'] = 1; $GLOBALS['error_type'] = "ok"; //ok,warn,error,info $GLOBALS['error_msg'] = "Image Saved Successfully"; } $d = dir(get_option("imagestorage_path")); while (false !== ($entry = $d->read())) { if (preg_match("/(\.gif$)/i", strtolower($entry)) || preg_match("/(\.jpg$)/i", strtolower($entry)) || preg_match("/(\.jpeg$)/i", strtolower($entry)) || preg_match("/(\.png$)/i", strtolower($entry))){ if(isset($_GET['search']) && strlen($_GET['search']) > 0){ $pos = strpos($entry, $_GET['search']); if ($pos === false) {}else{$pics[] = $entry;} }else{ $pics[] = $entry; } } } $d->close(); $checkbox=1; $numPerRow = 24; $numPics = count($pics); if(!isset($_GET['p'])){ $c_page = 0; }else { $c_page = $_GET['p']*$numPerRow; } $dd = ceil($numPics/$numPerRow); PremiumPress_Header(); ?>