ฉันได้รับข้อผิดพลาดต่อไปนี้:
คำเตือนที่เข้มงวด: ควรส่งผ่านตัวแปรโดยอ้างอิงใน include () (บรรทัดที่ 18 ของ /home/sites/dev/theparce/sites/all/themes/parce/block--block--3.tpl.php)
นี่คือรหัสบล็อกที่ทำให้เกิดข้อผิดพลาดนั้น
if ($user_gallery) {
print render(node_show($user_gallery)); // Line 18
print drupal_render ($user_gallery_edit);
}
else {
print drupal_render($user_gallery_new);
}
เหตุใดฉันจึงได้รับข้อผิดพลาดนั้นแม้ว่าฉันจะพิมพ์ทั้งหมดตามที่คาดไว้