philsturgeon / ee2-widgets

Widgets is a ExpressionEngine 2.1 module that allows even your least experienced client or to manage chunks of intelligent content on there site without needing to learn loads of tags, HTML or call you in to help.
http://devot-ee.com/add-ons/widgets
18 stars 13 forks source link

stdClass error in EE 2.7.0 #12

Open NeoMudaly opened 10 years ago

NeoMudaly commented 10 years ago

Getting this error when attemoting to access Widgets control panel: Cannot use object of type stdClass as array in /expressionengine/core/EE_Loader.php on line 53

NeoMudaly commented 10 years ago

I still have high hopes of trying Widgets but it just wont open for me...

Another build, this time in EE 2.8.1

Fatal error: Call to undefined method Cp::set_variable() in /expressionengine/third_party/widgets/mcp.widgets.php on line 68

Anyone with a fix for this?

chris-hall-hu commented 10 years ago

I have fixed in a modification I made in my fork https://github.com/chris-hall-hu/ee2-widgets the change is in this pull request. #13 if the pull request has not been accepted yet you can use my fork directly, currently there are no changes in the fork aside from those needed to make the extension work in EE version 2.8 and above.