.I'nm using drupal 6 and module version 1.13. There's a error appears:
warning: file_get_contents(./sites/all/libraries/ckeditor/ckeditor.js?I) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/intermoda/data/www/intermoda.articom-group.com/includes/locale.inc on line 1710

Hope for help.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

elaman’s picture

Assigned: bahaik » Unassigned
Status: Active » Needs review
FileSize
1.4 KB

Fixed by removing trailing query string in JavaScript file path:

file_get_contents(./sites/all/libraries/ckeditor/ckeditor.js?I)

rterrero’s picture

#1 Works for me!
THANKS!

jcisio’s picture

Status: Needs review » Fixed

The trailing querystring is probably for cache. But I don't think it is really useful with a fixed querystring, so remove it. Thanks.

nitlo’s picture

Hi,
I have the same problem. Thank you for the patch, but I am a complete beginner, I don't know what to do with it. Please, I need precise instructions where to paste the code. I would apreciate your help again.

MaxMendez’s picture

Thanks for the patch.

Hi nitlo, in the following link you will find a guide on how to patch:

http://drupal.org/patch/apply

I leave a small guide in Spanish

http://maxmendez.net/noticias/aplicacion-de-parches-modulos-de-drupal

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.