When the 'add the default editor' link is followed ie

http://example.org/admin/config/content/bueditor?eop=add_default&token=&name=default%20editor
(token edited for clarity)

I get a "Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data."

Comments

oggsmith’s picture

I also get the same error for 'import editor' when using the templates: default, bbcode or commenter unless I change
'spriteon' => '0'

ufku’s picture

Category: bug » support

It might be a memory issue with the server. Try it in different server/client environments.

oggsmith’s picture

Status: Active » Closed (won't fix)

After delving through the code this must be an issue with image_toolkit or image_gd not the Bueditor module

Anonymous’s picture

Version: 7.x-1.1 » 7.x-1.4

I ran into the same issue with BUEditor 7-1.4. The hint #1 worked for me. Change line 8 in bueditor/import/default.bueditor.txt
to:

'spriteon' => '0',

This fixed it.