Using Drupal 7.22 & ckeditor_link 7.23 On some pages on my site I am getting:

"Fatal error: require_once(): Failed opening required 'sites/all/modules/ckeditor_link/includes/ckeditor_link.file.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /home/mysite/public_html/sites/all/modules/ckeditor_link/ckeditor_link.module on line 123"

I looked in ckeditor_link.module and do see two references to ckeditor_link.file.inc. I commented out line 123, which was:

require_once(drupal_get_path('module', $type['module']) .'/'. $type['file']);

Comments

anrikun’s picture

Category: bug » support

CKEditor Link 7.23 does not contain any reference to a ckeditor_link.file.inc file.
I guess you should check http://drupal.org/project/ckeditor_link_file

caspervoogt’s picture

That is good advice. I had switched to the WYSIWYG version of CK Editor in the interest of time, but it is probably a ckeditor_link_file specific issue.