Page 2 of AwoCoupon Reports results in 404 error


  • Default avatar
    dustin_j    
     6 years ago
    0

    When running a report under AwoCoupon > Tools > Reports we are getting a 404 error.  The initial report seems to run fine. However, if you click on Page 2 of the report or try to download the excel version of the report it results in a 404 error.


    Both result in the following:

    404

    View not found [name, type, prefix]: reports, html, awocouponsiteView


    We are running Joomla 3.7.0 using Hikashop 2.6.3 with AwoCoupon 2.5.6


  • Your avatar
    seyi    
     6 years ago
    0

    Hello,

    Which report are you running?
  • Default avatar
    dustin_j    
     6 years ago
    0

    Coupon Uses vs Location. Here is a screen shot of the report settings:


    https://www.evernote.com/l/ACh1LG0ijNZITo0w1mbbCcr_CzvHjCtwE-U

  • Your avatar
    seyi    
     6 years ago  last edited 6 years ago
    0

    Ok, found the issue.

    In the file www/administrator/components/com_awocoupon/views/report/tmpl/default_coupon_usage_location.php, around line 57 is this:
    <form action="{$ajax_url}" method="post" name="adminForm">


    Please change it to this
    <form action="index.php" method="post" name="adminForm">


    That should fix the issue.
  • Default avatar
    dustin_j    
     6 years ago
    0

    This solved the problem. Thank you. Will this fix be included in the next update?
  • Your avatar
    seyi    
     6 years ago
    0

    Yes it will.