VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Rimlin on November 10, 2016, 22:03:21 PM

Title: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 10, 2016, 22:03:21 PM
When I switched off the module "Brand" (default virtuemart module) and moved to page where that was. I see error:

Quote1146 - Table 'dbsu_supermarket.ln66p_virtuemart_vendors_' doesn't exist SQL=SELECT `ln66p_virtuemart_vendors`.* ,`ln66p_virtuemart_vendors_`.* FROM `ln66p_virtuemart_vendors` INNER JOIN `ln66p_virtuemart_vendors_` using (`virtuemart_vendor_id`) WHERE `ln66p_virtuemart_vendors`.`virtuemart_vendor_id` = "1"

Go to the Home Page: Home Page.

And when I turn back it everything works fine. What problem guys?
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 10, 2016, 23:22:40 PM
Function "Install or if necessary update tables" doesn't helped me
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Milbo on November 14, 2016, 19:54:56 PM
Please make a backup and try this version http://dev.virtuemart.net/attachments/download/1028/com_virtuemart.3.0.18.3_extract_first.zip
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 14, 2016, 21:40:24 PM
Noup, same error  :(
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Milbo on November 14, 2016, 23:28:57 PM
Which modules or plugins are still active?
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 15, 2016, 14:00:40 PM
On the same page only Widgetkit as {loadmodule mod_widgetkit}
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Milbo on November 16, 2016, 15:58:41 PM
The cartmodule maybe? If there is no vm, why it should be called? I wonder if it is maybe some 3rd party
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 17, 2016, 21:46:46 PM
Yeah, you right, when I turned off cart module, everything stabilized. What happened?
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: GJC Web Design on November 18, 2016, 11:37:01 AM
ln66p_virtuemart_vendors_

your cart module isn't detecting the language

that should have en-gb etc on the end
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 21, 2016, 21:39:22 PM
Nope, I again enable all Languages (Currencies and Countries)
And... Nothing changed. Same error
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: GJC Web Design on November 21, 2016, 23:34:26 PM
sigh

Quoteyour cart module isn't detecting the language
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Rimlin on November 29, 2016, 20:25:07 PM
What? All languages are enabled now
Title: Re: Error: 1146 (When I turned off "Brand" module)
Post by: Studio 42 on November 30, 2016, 00:52:32 AM
How do you load cart module ?
If it's standard way, then perhaps you have an overide in the template with bad code. So try to rename this file templates/YOURTEMPLATE/mod_virtuemart_cart/default.php
If the module is loaded with a module loader plugin , then this can break the code too.