• Resolved michaelinparis

    (@michaelinparis)


    This plugin installs correctly and logs the accesses, but its admin page is blank except for the top, WP, menu, and nothing in the body. Not surprising, the HTML code ends with an opening <div id="wpbody"> followed by nothing…

    I checked the code in wp-stattraq/reporter/summary.php, and found that there were at least 4 coding errors which made PHP die – did the authors never check it before releasing it? At any rate, here they are:

    1. replace all instances of $limitNumber?> by $limitNumber; ?> (lines 219, 255 and 316).
    2. replace in line 363 <? by <?php

    Michael

The topic ‘[Plugin: StatTraq 1.2.6.4] Plugin dies – code buggy’ is closed to new replies.