I am able to run a local copy of Drupal with the CK Editor working as expected, however, atempting to run it on my hosting environment, provided by www.123-reg.net, I get a page error as follows, which suggest to me a problem with my hosting environment. Please could you confirm if I am correct and what I should ask my supplier to provide to fix the problem.
Thank you

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; Tablet PC 2.0)
Timestamp: Sun, 5 Dec 2010 23:18:13 UTC
Message: Not enough storage is available to complete this operation.
Line: 12
Char: 752
Code: 0
URI: http://www.rightsnot.org.uk/cms/sites/all/libraries/ckeditor/ckeditor.js?I

Comments

Agileware’s picture

This is not a drupal core issue.

It is an issue for whatever module is providing your ckeditor.
Most likely http://drupal.org/project/wysiwyg or http://drupal.org/project/ckeditor

Which of these are you using?

The problem is actually in CKEditor itself that relates to IE's annoying limitation of 31 css files.
You can see some conversation on the problem here that hints at it being fixed in later versions of ckeditor.

In the meantime, a way to work around the problem is to enable css optimization for your website at admin/settings/performance

That fixes it for me.

dddave’s picture

Project: Drupal core » CKEditor 4 - WYSIWYG HTML editor
Version: 6.19 » 6.x-1.x-dev
Component: other » Code

per #1

Feel free to adjust the settings.

Agileware’s picture

Category: support » bug

I was going to when he said which module he was using as it is still unclear. Or if he didn't reply for a while I would just choose.

Also, here is the link I was referring to in #1 - http://cksource.com/forums/viewtopic.php?t=17318

jcisio’s picture

Status: Active » Closed (won't fix)

Then the problem is at the editor itself as per #3, not the module.

dkinzer’s picture

Does anyone know what editor module does not have this limitation, because I can't optimize css on my install to work around the issue since we have private files access enabled.

Agileware’s picture

@dkinzer:
It is not a problem with a drupal module but with the CKeditor so you would have to either keep trying the latest versions of CKeditor until it is resolved or use a different editor like TinyMCE, which is very similar.

I would recommend you try the WYSIWYG module because it has the largest community of support and it supports multiple text editors so you can try them out and see which one you like the most. The wysiwyg module comes with instructions for getting/installing the different editors.
I also recommend the TinyMCE editor in terms of stability. Although I think the CKeditor interface is slightly better looking visually.

dkinzer’s picture

@Agileware. Thanks, that's very helpful advice.

Lukas B.’s picture

Status: Closed (won't fix) » Active

#1 fixed the problem for me. Thank you very much Agileware!

I am just wondering, if enableing the CSS files optimizer has any side effects, because it sais

"This option can interfere with theme development and should only be enabled in a production environment."

Does anybody know what to expect? Would I at least notice the problem in case it occurs, as it "can interfere with theme development"?

Lukas

Agileware’s picture

Generally you should always have the CSS optimiser enabled, unless you are currently doing development work that requires working with CSS, in which case it makes it a bit harder to debug CSS.

Leaving the optimiser disabled can cause many issues with all IE browsers (even IE9) and can even entirely break your theme.

Lukas B.’s picture

Status: Active » Closed (fixed)

Thanks again Agileware!

I close this issue. For more details I suggest to visit this duplicate: #818370: [SOLVED] plain textarea replaced but rich editor does not show in Internet Explorer: IE not enough storage error: Optimize css

Lukas

Anonymous’s picture

I too am getting the Not enough storage error message in IE 6-9. I have enabled CSS optimization (with and without JS optimization enabled) and have had no luck. I have ensured I have print $closure in my page.tpl.php and even tried installing some IE CSS optimize modules.

I am still receiving the following error.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 23 Mar 2011 19:49:49 UTC

Message: Not enough storage is available to complete this operation.

Line: 12
Char: 791
Code: 0
URI: http://136.183.11.53/dailybulletin/sites/all/modules/ckeditor/ckeditor/c...

There is a multi site setup and ckeditor is installed under all/modules. It seems to be working on one site with the same modules enabled but not the second site.

Any thoughts? I am hoping it is something simple that I am missing.

fujishooter’s picture

I'm running 5 websites off one Drupal Core installation and I'm having this problem on just one of the sites. I've aggregated the CSS files and cleared the cache but users continue to get the error message "CK Editor problem - Not enough storage is available to complete this operation."

mkesicki’s picture

@paul.smith@hq.doe.gov,
you should aggregate CSS and JS files. Please check in you Drupal config if everything is setting fine.