Druapl 中 CKeditor 的惱人錯誤訊息
這個問題其實存在很久了
每次在 admin/reports/status 都會出現這樣的錯誤訊息
但有錯誤實在是一件很討厭的事
Reference 有詳細安裝 CKeditor 跟 CKfinder 的過程
這邊僅列出已正常安裝的情況下需要做的設定
環境:
Reference:
Drupal6下面安装ckeditor和ckfinder
每次在 admin/reports/status 都會出現這樣的錯誤訊息
You are using a feature that requires manual integration in the config.php file. Please read the "Installing CKFinder" section in the README.txt file carefully and add a require_once ... statement to the sites/www.funquest.com.tw.vote/modules/ckeditor/ckfinder/config.php file.雖然出現這錯誤訊息並不會影響到操作
但有錯誤實在是一件很討厭的事
Reference 有詳細安裝 CKeditor 跟 CKfinder 的過程
這邊僅列出已正常安裝的情況下需要做的設定
- 開啟 sites\all\modules\ckeditor\ckfinder\config.php
- 找到 $baseDir = resolveUrl($baseUrl);
- 在下面加上這行即可
require_once '../../../../includes/filemanager.config.php';
環境:
Reference:
Drupal6下面安装ckeditor和ckfinder
Comments