Closed (fixed)
Project:
IMCE Wysiwyg bridge
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2009 at 18:07 UTC
Updated:
4 Mar 2009 at 18:34 UTC
With the following configuration
PHP 4.3.9 (that's all my host offers)
Drupal 6.10
Wysiwyg 6.x-1.0
IMCE 6.x-1.2
IMCE wysiwyg API bridge 6.x-1.0
As soon as I enable the IMCE wysiwyg API bridge module (click "save configuration" ) Drupal stops rendering pages.
View Source in the browser FF2/FF3 returns a blank page.
What other info would you like/need to try and figure this out?
Comments
Comment #1
gsin commentedweb server error log yielded
Cannot redeclare phptemplate_tinymce_theme()
Apparently previous attempts to get a rich text editor working were not removed.
The duplicate code was removed from imce.module and pages are being rendered again.