I have upgraded to shopp 1.2.3, and have noticed this error repeatedly in my error log:
Shopp: The shopp(‘cart’) tag cannot be used in this context because the object responsible for handling it doesn’t exist. [shopp-cache-helper.php, line 153]
I’m also getting this error:
PHP NOTICE: unserialize() [function.unserialize]: Error at offset 40 of 41 bytes [DB.php, line 845]
This is happening even though there is nothing in the cart.
]]>Using latest version of W3TC, this plugin gives me a fatal error when I try to activate it:
Fatal error: Call to undefined method W3_Config::instance() in /…/wp-content/plugins/shopp-cache-helper/shopp-cache-helper.php on line 244
Line 244 says:
$config = W3_Config::instance();
Change that to:
$config = new W3_Config;
And now the plugin can be activated again (and works too).
]]>I wanted to try this plugin: it totally broke my website. No way to get back or enter the admin panel. I’ve been forced to reinstall the whole website :-/
]]>This plugin is a lifesaver, thanks.
]]>I tried to download it and it crashed my whole site. I used the new download and wp site was created 1.20.2011, so it should be good. Had to delete the files and used another one.
]]>