News:

Looking for documentation? Take a look on our wiki

Main Menu

COM_VIRTUEMART_CAT_NOT_FOUND

Started by one-vibe, December 03, 2013, 14:54:23 PM

Previous topic - Next topic

one-vibe

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



GJC Web Design

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?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

one-vibe


GJC Web Design

Then I don't know - that is where the error comes from so you have to do some troubleshooting...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation