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

gsin’s picture

Assigned: Unassigned » gsin
Status: Active » Closed (fixed)

web 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.