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
Comment #1
oggsmith commentedI also get the same error for 'import editor' when using the templates: default, bbcode or commenter unless I change
'spriteon' => '0'
Comment #2
ufku commentedIt might be a memory issue with the server. Try it in different server/client environments.
Comment #3
oggsmith commentedAfter delving through the code this must be an issue with image_toolkit or image_gd not the Bueditor module
Comment #4
Anonymous (not verified) commentedI 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.