Cannot safe new Profiles


  • Default avatar
    felix7    
     7 years ago
    0

    Hello!


    I'm using AwoCoupon for a few weeks but now I recognized that I cannot safe new/some profiles.

    If I click the "new" button, the form displays but I cannot safe it. If I click the "safe & close" button, nothing happens.
    Same issue if i try to safe an existing "text" profile. When I try to safe an existing "HTML" profile, it works.


    Tanks in advance!

    Felix

  • Your avatar
    seyi    
     7 years ago
    0

    Hello,

    There is an issue with validation if an image is not configured.  If you went to html, selected an image and configured it, then it would save, the problem is no image.

    Ok, so temporarily you can disable validation, in
    www/administrator/components/com_awocoupon/view/profile/tmpl/edit.php,  around line 187 is this:
     jQuery("#adminForm").validate().settings.ignore = jquery_validate_setting_ignore;

    change it to this
     jQuery("#adminForm").validate().settings.ignore = "*";

  • Default avatar
    felix7    
     7 years ago
    0

    Hello seyi,


    I I configure an Image in HTML, i can safe the HTML Profile. But not the Text Profile. Even if I configure an pseudo image an d go back to "Text", i cannot safe it.

    I'll try to disable the validation...


    Thanks for your Support!