Posted by sillygwailo on October 6, 2011 at 12:47am
4 followers
| Project: | Chaos tool suite (ctools) |
| Version: | 7.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Sites with the Theme Developer module sometimes report a fatal error Fatal error: Cannot unset string offsets in ...\sites\all\modules\devel_themer\devel_themer.module. (See #1226450: Fatal error: Cannot unset string offsets in ...\sites\all\modules\devel_themer\devel_themer.module on line 293 for more details.) In a comment, it appears the problem is in CTools.
Comments
#1
Attached is a (lightly tested) patch which updates the parameters throughout the CTools project.
#2
This bug report has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If your modules are current and the report is still relevant please feel free to change the Status back to active.
#3
actually it got missed because it was never marked needs review. the patch probably still deserves review.
#4
Part of the patch didn't apply, but that had already been fixed; the rest of it still had not been fixed, so I applied that and pushed it.
#5
Because of this patch, ctools_plugin_example/ctools_plugin_example.module contains a syntax error. A ) is missing.