มีปัญหาเมือกดเข้ารูปสินค้าค่ะ

  • Posts: 12
  • Thank you received: 0
12 years 6 months ago #51129

ทางเว็บได้ลงโฮสต์ แล้วค่ะ แต่ลองทดสอบ กดที่รูปสินค้า มันขึ้นว่า
ไม่พบสินค้า และ
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/secreto1/domains/secretoftukta.com/public_html/administrator/components/com_hikashop/helpers/helper.php on line 798

ไม่ทราบว่ามีวิธีการแก้ไข่รึป่าวค่ะ แต่กดดูเว็บในตัวจำลองเซฟเวอร์ที่เครื่อง ก็ขึ้นหน้ารูปสินค้าและรายละเอียด อ่ะค่ะ :( :(

Please Log in or Create an account to join the conversation.

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
12 years 6 months ago #51141

Change the line:
$oneResult = reset(JRequest::getVar( 'cid', array(), '', 'array' ));

to:
$oneResult = JRequest::getVar( 'cid', array(), '', 'array' );
if(is_array($oneResult)) $oneResult = reset($oneResult);

in that file and it will remove the error.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum