Awocoupon 3.5.7.2 installation error


  • Default avatar
    opt2bout    
     4 years ago
    0

    Warning

    Duplicate column name 'coupon_code'

    Error

    Error installing component

    Joomla 3.9.12

    AWO Coupon 3.5.7.1 installed

  • Your avatar
    seyi    
     4 years ago
    0

    Hello,

    I have done more than a few upgrades and never seen this error.

    Furthermore, it implies a database update, but there is no database update between 3.5.7.1 and 3.5.7.2, so this really makes no sense.

    I can look into it if you can send a private message with temp admin/ftp access.

  • Default avatar
    biobolt    
     4 years ago
    0

    I have same error.



  • Default avatar
    Alison Effting    
     4 years ago
    0

    Hi, I have also received this same error in my eShop installation. Please see attached screenshots.


    Extension manager messageComponent page

  • Your avatar
    seyi    
     4 years ago
    0

    Ok, somehow the database is out of sync with the installed version.  The first thing that needs to be done is to update the database version.  On the database, pleasa run this code:

    UPDATE #__awocoupon_config SET value="3.5.7.0" WHERE name="AWOCOUPON_VERSION_DB"

    Where #__ is your actual database prefix.  Once you do this and refresh AwoCoupon, you will see it goes into a loop.  Now find the file:

    www/administrator/components/com_awocoupon/awocoupon_j3.xml, change the version line to this
     <version>3.5.7.2</version>

    And that should do it.