Module Incompatability (Theme Builder)
| Project: | Theme Builder |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
I hope I'm doing this correctly... I went through all the troubleshooting steps, forums, and of course Google. I made sure all code within page.tpl.php was correct, cron jobs run, all updates installed, etc. FCKEditor would not load... it installed just fine but wouldn't actually run. So I began the tedious task of disabling each module one by one until I was able to get FCKEditor to run. I eventually disabled Theme Builder 6.x-1.x-dev and FCKEditor ran perfectly... I then enabled ALL modules except for Theme Builder, and again, FCKEditor ran perfectly. Enabled Theme Builder again and FCKEditor stopped loading. Am I missing an update to Theme Builder or is this something I should report to the Theme Builder dev team instead?
-B

#1
Moving this to Them Builder queue as it seems that it is the source of a problem.
FCKeditor doesn't load because a javascript occurs after enabling themebuilder:
container has no properties[Break on this error] return container.farbtastic || (container.farbtastic = new jQuery._farbtastic(...
farbtastic.js (line 11)
#2
In the file "jquery.themebuilder.js", delete the line 57: "
$('#colorpicker').farbtastic('#edit-color');". This code is not required in the next version.#3
Added to TROUBLESHOOTING.txt.
#4
Fixed.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.