vmcoupon-awocoupon installation issue


  • Default avatar
    Tictac    
     11 years ago
    0

    Hi,

    I have installed AwoCoupon Pro and has not given me any warning messages. All green and good on instal.
    I have created a coupon but it does not show on shopping cart. I have noticed that vmcoupon-awocoupon and vmpayment-awocoupon status are "Not installed" but when trying to install it just returns a white page...

    I have AwoCoupon Pro 2.1.7 installed on joomla 1.5.26 and virtuemart 2.0.18a
    It's on an Apache Server, PHP version 5.3.2 and MySql 5.1.63

    Any ideas on how to make it work?

  • Your avatar
    seyi    
     11 years ago
    0

    Hello,

    Yes, there is a problem with joomla 1.5.26 and AwoCoupon 2. Here is the fix.

    In www/administrator/components/com_awocoupon/helpers/awolibrary.php, around line 404 is this

    <?php
            $installer 
    = new JInstaller;
    ?>


    Right before that, add this line
    <?php
            jimport
    ('joomla.installer.installer');
    ?>


    Then try and install again from the dashboard. It should work this time.
  • Default avatar
    Tictac    
     11 years ago
    0

    Great!
    Thanks Seyi, it worked and now all seems to be in place.