- Posts: 99
- Thank you received: 5
Error on export with USERGROUPS
3 years 1 month ago #354701
by byoguru
Error on export with USERGROUPS was created by byoguru
-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.3
-- PHP version -- : 8.1
-- Browser(s) name and version -- : CHROME
-- Error-message(debug-mod must be tuned on) -- : An error has occurred.
1146 Table 'xxxxx.j3crm_hikashop_usergroups' doesn't exist
In MassActions it is possible to DISPLAY the usergroup information but not when exporting.
*Note* Additionally, in the actions section under "GROUP NAME" no groups are displayed.
-- Joomla version -- : 4.3.3
-- PHP version -- : 8.1
-- Browser(s) name and version -- : CHROME
-- Error-message(debug-mod must be tuned on) -- : An error has occurred.
1146 Table 'xxxxx.j3crm_hikashop_usergroups' doesn't exist
In MassActions it is possible to DISPLAY the usergroup information but not when exporting.
*Note* Additionally, in the actions section under "GROUP NAME" no groups are displayed.
Please Log in or Create an account to join the conversation.
3 years 4 weeks ago #354708
by nicolas
Replied by nicolas on topic Error on export with USERGROUPS
Hi,
Thank you for your feedback.
Add the code:
before the line:
in the file administrator/components/com_hikashop/class/massaction.php via FTP and it will fix the problem.
We'll add the patch on our end for the next version of HikaShop.
Thank you for your feedback.
Add the code:
Code:
if($keyTable == 'usergroups') {
$component = false;
}
Code:
if($keyTable == 'related' || $keyTable == 'options')
We'll add the patch on our end for the next version of HikaShop.
The following user(s) said Thank You: byoguru
Please Log in or Create an account to join the conversation.
3 years 4 weeks ago #354730
by byoguru
Replied by byoguru on topic Error on export with USERGROUPS
Nicolas,
Thank you for the quick resolution - with appreciation.
T
Thank you for the quick resolution - with appreciation.
T
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds