之前我以為module是放在根目錄的modules資料夾,
當時安裝很多模組。
後來知道是要放在site裡面之後,就全部移過去了,大致上都OK,但imagecache會出現錯誤耶!
warning: require_once(modules/imagecache/imagecache_actions.inc) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\projects\drupal\sites\all\modules\imagecache\imagecache.module on line 178.
請問有人知道怎麼解決嗎?
謝謝!
Re: imagecache的錯誤訊息
清空cache
打開mysql的table system
找到imagecache_action那一行,把其中路徑的部份改成新的路徑
或是先disable掉模組
--
from open mind to open source~
Re: imagecache的錯誤訊息
不好意思,我看了很久,還跑去phpMyAdmin找system資料表,但沒找到imagecache_action耶!
不知這是不是個蠢問題,不過,清空cache要去哪清呢? >///<
Re: imagecache的錯誤訊息
oh 我看錯錯誤訊息了
你查查看這個檔案在不在
modules/imagecache/imagecache_actions.inc
然後再去check一下現有的imagecache資料夾底下有沒有這個檔案
試試把module disable,然後enable
cache可以直接到phpmyadmin裡頭,把cache開頭的table都清掉
或是下載devel,把block打開就可以有一個empty cache的選項
--
from open mind to open source~
Re: imagecache的錯誤訊息
你最好装上devel模组,可以清空缓存,还有些方便的功能便于开发