No page when trying to make new coupon


  • Default avatar
    sattwa    
     11 years ago
    0

    HI Seyi and happy forum users,

    I am a bad person for making this topic, because there alrready is a topic about this (https://awodev.com/forum/awocoupon/help-section/blank-page-when-trying-create-new-coupon). But couldn't find my reply. Therefor I try it like this.

    If I create a new coupon, I get the following error page: Error 324 (net::ERR_EMPTY_RESPONSE). I trief al steps in the topic which I mention above, but couldn't get it to work. I only have a db with 2700 products.

    Hopefully you can help me.

    Thanks
  • Your avatar
    seyi    
     11 years ago
    0

    I recently learned of another error that can cause the page not to load. Try this
    in www/administrator/components/com_awocoupon/helpers/awoLibrary.php, around line 67 is this:
    <?php
        
    foreach ($records as $key => $category) {
    ?>


    add this after it
    <?php
            
    if(empty($category->category_child_id)) continue;
    ?>

    Then try and load the page again.
  • Default avatar
    sattwa    
     11 years ago
    0

    I say Yee!

    This hack worked like a charm! Thanks for the quick response and the excellent service!