Hi There
Following an upgrade to 2.024c I now get a COM_VIRTUEMART_CAT_NOT_FOUND error whenever I put something in the cart, I'm a bit of newbie so totally out my depth
here
Has anyone else experienced this or has this error PLEASE HELP!!
Currently running
Joomla 2.5.16
PHP 5.3.27
Virtuemart 2.0.24c
Hmm - comes from file components\com_virtuemart\views\category\view.html.php line 148
when the $category->slug is not set... and these conditions are met..
cat slug is the "bit" for the SEF urls e.g. $category->slug => handtools
if ((!empty($categoryId) and $categoryId!==-1 ) and (empty($category->slug) or !$category->published)) {
if(empty($category->slug)){
vmInfo(JText::_('COM_VIRTUEMART_CAT_NOT_FOUND'));
}
so have you unpublished categories for that product or something similar?
No all catagories appear published ???
Then I don't know - that is where the error comes from so you have to do some troubleshooting...