Closed (won't fix)
Project:
BUEditor
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 14:05 UTC
Updated:
17 May 2012 at 10:21 UTC
Jump to comment: Most recent
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.