Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2013 at 13:35 UTC
Updated:
18 Jun 2013 at 11:44 UTC
Hi All,
I am using Drupal 7 CKeditor module with CKeditor 4
Everything is working fine when i am running the code on localhost, But when i upload on live site it gives me the following error:
Error: TypeError: b.lang.contextmenu is undefined
Source File: http://www.example.com/mydrupalsetup/sites/all/modules/contrib/ckeditor/...
Line: 619
Is there any problem regarding $cookie_domain and $base_url variable of settings.php file ?
Any help is appreciated.
Comments
Comment #1
gaëlgMaybe check access rights to js files.
Comment #2
mohit_aghera commentedWhat could be the possible permission rights string for the js file i.e. in xxx format
Comment #3
gaëlgchmod 555 -R ckeditorshould be enough.Comment #4
mohit_aghera commented