Drupal Technical
| 1
min read
A few Drupal users noticed that their CKEditor was not working in IE8. They had also noticed that the Debug Bar they had used was showing the error "Line 11 - Error Insufficient memory to continue this operation." The IE8 debugger tool also showed the following errors 'Drupal' is undefined on line 21, 25 and 28 in ckeditor.config.js & "insufficient memory' on line 11 in ckeditor.js". If you are facing the same issue in your Drupal site when using IE8 then read on.
Drupal Technical
| 2
min read
Drupal users who migrated from the FCKEditor to CKEditor realized that there was no easy way to Upload images in CKEditor. The reason was that unlike FCKEditor there is no upload tab available in the CKEditor browser unless CKFinder is used which requires a commercial license. If you are looking for way to overcome this limitation then continue reading.
Drupal Technical
| 2
min read
You might encounter a situation in a Drupal site where you wish to enable CKEditor in a custom field but realized that CKEditor was not loading in custom fields. The only field CKEditor might have been loading would have been the body field. If you are looking for a way to add the CKEditor to the field of your choice in your Drupal site then continue reading.
Drupal Technical
| 2
min read
A Drupal user found out that the ImageCache preset folders were not being created after they had created the presets. If you are encountering the same situation in your Drupal site then continue reading for the solution.
Drupal Technical
| 2
min read
A Drupal user encountered an error when using CKEditor in their Drupal site. Images were being uploaded but the path was incorrect as CKEditor was inserting a double slash to the image path after upload causing broken images in the Drupal site. Removing the double slash manually solved the problem. If your Drupal site is experiencing the same problem and you need a better solution then continue reading.
Drupal Technical
| 2
min read
Some Drupal users had realized that the CKEditor module installed in their Drupal site was inserting unwanted slashes into their content when the content was saved after being edited in the CKEditor. If you are facing the same issue then continue reading to know the fix.
Drupal Technical
| 3
min read
A few Drupal users encountered a situation where when they installed the Drupal CKEditor module, they lost the functionality for the setup options for each module. Installing the CKEditor seemed to disable basic UI functionality in the options page of all the other modules. If you are looking for a fix for such a situation in your Drupal site then continue reading.
Drupal Technical
| 3
min read
Some Drupal users have encountered an situation in their CKEditor in their Drupal website when all of a sudden CKEditor started changing the image embed code on save. The preview of the image seemed to be fine but the unwanted quotes were added when the content with the image was saved. If you are encountering the same situation in the CKEditor of your Drupal site then checkout the solution below.
Drupal Technical
| 2
min read
A few Drupal users have encountered an error in their CKEditor in their Drupal website with the editor UI buttons failing to appear. The Firefox error log displayed the following error message "m.lang.contextmenu is undefined.". If you are facing the same issue in your Drupal website, then continue reading to find out more.
Drupal Technical
| 2
min read
A Drupal user encountered a scenario where when the Drupal site with an existing ImageCache path was moved to a new server, the ImageCache created new paths with the old image paths still in existence, i.e. adding a 'files' entry to the existing path. This basically meant that the new image path was being added to the existing image path when the presets were called. If you are facing a scenario that is similar to the one the user is facing in your Drupal installation then read on to know the solution.