Hi.

CKEditor and resources of the pages of content creation are not displayed when the module is enabled. The version in use is the dev version released on 2011-Oct-08:

The installation process was the following:

- I removed the CKEditor tables in the database;
- The browser cache and cache of the website have been emptied;
- The installation was new;
- The global profile, the default profile and advanced profile was created;
- The profiles were configured to meet the needs of users;
- In the site, only advanced users can create new content item and the advanced users have the advanced profile;
- In some areas, the operation of CKEditor seems normal, but when you create a new content item, for example, some forms of creation page are disabled and the CKEditor is not displayed.

To view the Ckeditor in a page of creation of new content, you need to click "Switch to plain text editor" (?).

Unfortunately I had to disable the CKEditor.

Any ideas?

Greetings.

CommentFileSizeAuthor
#5 image_1.png35.43 KBastutonet

Comments

dczepierga’s picture

Hi,

Do u see any errors in Firebug (Firefox addon)?

Greetings

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)
astutonet’s picture

Status: Postponed (maintainer needs more info) » Active

It seems to me that there is a conflict between modules.

At the site where the errors occur, there are many modules installed. Among them are the module CKEditor and the module jQuery Update 6.x-2.0-apha1.

I disabled several modules in search of a problem related to this issue.

I discovered wich the errors occur when the two modules are simultaneously activated. When one or other is disabled, the features of the page of creation of content are restored.

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

If there is some conflict between modules CKEditor module and JQuery update it should show you some JavaScript errors in firebug console . You can also check in Firebu's Net tab if all request are correct.
Please write us if there are any errors.
Remember that jQuery Update module is alpha, so it can change before release.

astutonet’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new35.43 KB

In the image_1 attached, we have a demonstration of the errors that are occurring in the pages of content creation.

The error related to CKEditor points to the line 6369 of the file js_c33e8a15651872079dd00c9aee01a727.js (this file is in the folder "sites/default/files/js").

In this line, we have the following code:

imagefield = $('textarea',$(context).html());

We also have other errors and there is no record of errors when the module jQuery Update 6.x-2.0-apha1 is disabled.

I do not know if this error can cause the failures in the pages of content creation, but it is a mistake ...

In need for more information, please inform me.

Greetings.