Bug in Virtuemart Patch with version 8
9 years 9 months ago #28937
by tim92109
Bug in Virtuemart Patch with version 8 was created by tim92109
I just installed the newest version of Maximenu (8.x) and purchased the Virtuemart 3/Joomla 3 patch. There seems to be a bug in it. Not displaying the 'chrome', tabs, etc. Here's the error at the bottom of the page:
Warning: require(/home/tjohns5/public_html/tonyDSadministrator/components/com_virtuemart/helpers/config.php): failed to open stream: No such file or directory in /home/tjohns5/public_html/tony/modules/mod_maximenuck/elements/ckvmcategory.php on line 15
Fatal error: require(): Failed opening required '/home/tjohns5/public_html/tonyDSadministrator/components/com_virtuemart/helpers/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tjohns5/public_html/tony/modules/mod_maximenuck/elements/ckvmcategory.php on line 15
I'll probably try to find the fix for this right now, but wanted to post it in case anyone's awake there and beats me to it (or if I'm not able to fix it). If I find the issue/fix, I'll post it here.
Warning: require(/home/tjohns5/public_html/tonyDSadministrator/components/com_virtuemart/helpers/config.php): failed to open stream: No such file or directory in /home/tjohns5/public_html/tony/modules/mod_maximenuck/elements/ckvmcategory.php on line 15
Fatal error: require(): Failed opening required '/home/tjohns5/public_html/tonyDSadministrator/components/com_virtuemart/helpers/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tjohns5/public_html/tony/modules/mod_maximenuck/elements/ckvmcategory.php on line 15
I'll probably try to find the fix for this right now, but wanted to post it in case anyone's awake there and beats me to it (or if I'm not able to fix it). If I find the issue/fix, I'll post it here.
Please Log in or Create an account to join the conversation.
9 years 9 months ago #28939
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Bug in Virtuemart Patch with version 8
Hi
I have just released the 8.0.19 to fix this, please install it and tell me if it works
CEd
I have just released the 8.0.19 to fix this, please install it and tell me if it works
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 9 months ago #28940
by tim92109
Replied by tim92109 on topic Bug in Virtuemart Patch with version 8
I think you did the same thing I did...
Changed:
require(JPATH_ROOT . DS . 'administrator/components/com_virtuemart/helpers/config.php');
To:
require(JPATH_ROOT . '/administrator/components/com_virtuemart/helpers/config.php');
But it's not displaying the surrounding administration template, close/save buttons, etc.
I will say that's the fastest I've ever gotten a response for an extension bug!
Changed:
require(JPATH_ROOT . DS . 'administrator/components/com_virtuemart/helpers/config.php');
To:
require(JPATH_ROOT . '/administrator/components/com_virtuemart/helpers/config.php');
But it's not displaying the surrounding administration template, close/save buttons, etc.
I will say that's the fastest I've ever gotten a response for an extension bug!
Please Log in or Create an account to join the conversation.
9 years 9 months ago #28941
by tim92109
Replied by tim92109 on topic Bug in Virtuemart Patch with version 8
The error that's showing now (in a <title> tag) is:
Error: 1146 Table 'tjohns5_tony385.jos_virtuemart_categories_' doesn't exist SQL=SELECT c.`virtuemart_category_id`, category_description, category_name, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `jos_virtuemart_categories_` l
JOIN `jos_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `jos_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE cx.`category_parent_id` = 0
GROUP BY virtuemart_category_id
ORDER BY category_name ASC
Error: 1146 Table 'tjohns5_tony385.jos_virtuemart_categories_' doesn't exist SQL=SELECT c.`virtuemart_category_id`, category_description, category_name, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `jos_virtuemart_categories_` l
JOIN `jos_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `jos_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE cx.`category_parent_id` = 0
GROUP BY virtuemart_category_id
ORDER BY category_name ASC
Please Log in or Create an account to join the conversation.
9 years 9 months ago #28942
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Bug in Virtuemart Patch with version 8
I thought that I had fixed this before ... strange
try to replace the file in the elements/ folder of the module and tell me
dl.dropboxusercontent.com/u/8539690/ckvmcategory.php
try to replace the file in the elements/ folder of the module and tell me
dl.dropboxusercontent.com/u/8539690/ckvmcategory.php
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 9 months ago #28944
by tim92109
Replied by tim92109 on topic Bug in Virtuemart Patch with version 8
Looks like the issue is fixed. Thanks, CeD!
Please Log in or Create an account to join the conversation.
Time to create page: 0.235 seconds