Croogo - Fatal error Cannot access empty property in configure.php
Just a quick note, I was playing around with a plugin in Croogo v1.32 which required me to deactivate and then activate the component to get some new entries added to the settings and Aco actions added.
In doing so I changed the code to add and remove the new variables in the settings and then deactivated the plugin. I didn't track down the sequence exactly but on activation I started getting the following error :-
Show Plain Text- Fatal error: Cannot access empty property in /<your-domain>/cake/libs/configure.php on line 90
The problem seemed to be that a blank entry had been added to the settings table, the simple solution was to deactivate the plugin, delete the blank settings entry and then activate the plugin again. All seemed to work fine from that point on.