ROCSVI Problem.


  • Default avatar
    Gioia&Gusto    
     5 months ago
    0

    Hi, I have upgraded ROCSVI extension but I have a problem with AwoRewards system plugin.

    If I deactivate it ROCSVI function correctly.

    Can you help me?

    Thanks.

  • Your avatar
    seyi    
     5 months ago
    +1

    Hello,
    In the file /plugins/system/aworewards/aworewards.php around line 23 is this:
    <?php
                
    if ( in_array$option, array( 'com_installer' ) ) ) {
    ?>

    Update it to this
    <?php
                
    if ( in_array$option, array( 'com_installer''com_csvi' ) ) ) {
    ?>

    That should fix the issue
  • Default avatar
    Gioia&Gusto    
     5 months ago
    0

    Problem solved… wait new upgrade.

    Thanks.