1 頁 (共 1 頁)

[問題]套用4images新風格,左下角會出線錯誤碼

發表於 : 2004-02-24 05:42
alon
請各位大大賜教...
為什麼我下載4images新風格套用後,在面板左下角卻會出現一些錯誤碼??
如下:

Warning: Failed opening '4darkm.php' for inclusion (include_path='.;c:\php4\pear') in c:\appserv\www\4images\includes\template.php(133) : eval()'d code on line 190


這是表示什麼意思呢...
也有去爬過文..但找到template.php檔後,該如何去作修改呢?
這問題困擾很久..再煩請會解的大大指點迷津..
感謝~~[/img][/url]

發表於 : 2004-02-25 01:10
ethan
這個問題不是在 template.php 本身
而是在 generate template 時,因為帶入的值有問題,而產生 eval() 執行時有錯誤
先找找看,是否是你的 tempalte 中有去讀到 4darkm.php
先找到這個 template file,再看看 4darkm.php 檔案是否存在,路徑也正確
再來,他可能是用 <?php include (ROOT_PATH.'4darkm.php'); ?>
就是說,你的 4images 必須開啟template 可執行 php 程式碼的功能