คุณอยู่ที่นี่

ใส่ banner ในธีม Marinelli อย่างไร

รูปภาพของ ctfthai
เขียนโดย ctfthai เมื่อ 25 ธันวาคม, 2015 - 13:19

ธีม Marinelli 7.x-3.0-beta11 ตอนโหลดมาใหม่ ๆ มีแบนเนอร์มาให้พร้อม แล้วผมไปเอาออก แต่จำไม่ได้ว่าเอาออกยังไง ซึ่งตอนนี้อยากใส่แบนเนอร์ ก็เลยทำไม่ได้แล้ว 

ต้องแก้ไขตรงไหนช่วยหน่อยนะครับ เพราะต้อนนี้พอ upload รูปแล้วจะขึ้น error ว่า

Warning: move_uploaded_file(temporary://1.gif): failed to open stream: "DrupalTemporaryStreamWrapper::stream_open" call failed indrupal_move_uploaded_file() (line 1599 of /home/psopprat/domains/chumchonthai.or.th/public_html/includes/file.inc)


ไฟล์ includes/file.inc

ค้นหา
if (!move_uploaded_file($_FILES['files']['tmp_name'][$source], $file->uri)) {

แก้เป็นเพิ่ม // ไปข้างหน้า จะได้

//if (!move_uploaded_file($_FILES['files']['tmp_name'][$source], $file->uri)) {

ในบรรทัดต่อไปใส่

if (!move_uploaded_file($_FILES['files']['tmp_name'][$source], drupal_realpath($file->uri))) {

 

ลองดูครับ ได้ผลอย่างไรบอกด้วยนะครับผม