Help! I'm getting the 1146 error!!


  • Default avatar
    toni56    
     8 years ago
    0

    Hi Guys,

    Just installed AwoCoupon Pro get the dreaded 1146 error when I go to the Configuration, which makes as I don't have Hikashop installed:

    Table 'xxxxxxxxxx_hikashop_category' doesn't exist SQL=SELECT category_id AS order_status_id,...

    My setup:
    Joomla 3.4.1
    VirtueMart 3.0.8
    AwoCoupon Pro 2.4.5

    Help please!
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    In AwoCoupon->configuration, set the eshop to Virtuemart 2.
  • Default avatar
    toni56    
     8 years ago
    0

    Hi Seyi,

    Thanks for responding so quickly.

    Tried your suggestion, however when I select Components->AwoCoupon->Configuration I get the 1146 error, so am unable to set the eshop.
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    Then it would have to be done directly in the database. Here is the query you can run:

    UPDATE #__awocoupon_config SET value="virtuemart" WHERE name="estore";


    Also make sure you alter #_ to your actual table prefix.
  • Default avatar
    toni56    
     8 years ago
    0

    Thanks Seyi,

    Configuration is looking good now.