• SAHIL

    (@sahilph)


    The following code does not work for me

    [php]
    404 reporting
    if (class_exists('NotFound_404')){ $Error404 = new NotFound_404(); $Error404->Log404Error(); } [/php]

    I had to change it to:

    <?php
    if (class_exists('NotFound_404')){ $Error404 = new NotFound_404(); $Error404->Log404Error(); } ?>

    Please update your page…
    http://wordpress.org/extend/plugins/404-not-found-report/

  • The topic ‘[Plugin: 404 Not found report] Correct Code..’ is closed to new replies.