Download & Extend

theme('advanced_help') has wrong parameters

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.

AttachmentSizeStatusTest resultOperations
theme_advanced_help-parameters-1300912.patch2.81 KBIgnored: Check issue status.NoneNone

#2

Status:active» closed (won't fix)

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

Status:closed (won't fix)» needs review

actually it got missed because it was never marked needs review. the patch probably still deserves review.

#4

Status:needs review» fixed

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

Status:fixed» needs work

Because of this patch, ctools_plugin_example/ctools_plugin_example.module contains a syntax error. A ) is missing.