Dear CMGroupBuying users,
Similar to
the issue with JomSocial, if you use K2 and CMGroupBuying together in Joomla 3 you will get the same error message:
An error has occurred.
500 View not found [name, type, prefix]: cmgroupbuying, html, cmgroupbuyingView
To fix this, you can open plugins/system/k2/k2.php, search for
$task = JRequest::getCmd('task');
it could be in the line 496, change it to
$task = JRequest::getVar('task');
CMGroupBuying is not the only component having this problem with K2. It seems K2 developers denies to fix it:
code.google.com/p/getk2/issues/detail?id=430.
Regards,
Hung Tran