Support » Plugins » [Plugin: Sendit] Errors on submit.php, alert not working

  • Hi, i wrote (in italian, i’m italian) on your site.
    Upgraded sendit to 2.0.8
    When i try to subriscribe to newsletter the alert is not working. This isn’t only a my problem, all wordpress sites i’ve seen with date/title permalinks active have the 404 Not Found problem on submit.php.
    Is there anythink we can do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!
    I discover a little bug if you use permalinks structure different from the classic one p=1 or /postname

    i need to release a fix but if you want just open your submit.php
    and change like this by adding status_header(200) and nocache_headers()

    <?php
    include(“../../../wp-blog-header.php”);
    status_header(200);
    nocache_headers();
    require_once ‘libs/actions.php’;

    $sendit=new Actions();

    $sendit->NewSubscriber();

    ?>

    Thread Starter antonio nardelli

    (@antonio-nardelli)

    Hi, the new release fixed the problem!
    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Sendit] Errors on submit.php, alert not working’ is closed to new replies.