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

gaëlg’s picture

Maybe check access rights to js files.

mohit_aghera’s picture

What could be the possible permission rights string for the js file i.e. in xxx format

gaëlg’s picture

chmod 555 -R ckeditor should be enough.

mohit_aghera’s picture

Status: Active » Closed (fixed)