Dear all,
there seems to be a bug in the quickshop.php version 2.3, line 40:
require_once('widget.php'); should be replaced by
require_once(dirname(__FILE__) . '/widget.php');
This occured when another pluggin (Newsletter) was running. I discussed with the developper of "Newsletter" and we concluded the hack above would work:
link page : http://www.k-team.com/wp-content/plugins/newsletter/do.php?a=c&ni=4379&nt=cf0e62043583cf606055c5ee80c141e2
Fatal error: Class 'Quick_Shop_Cart' not found in /home/www/cf1a8ebed8d4644615f7d6a3efde90c9/web/wp-includes/widgets.php on line 324
Best regards,
JT