Support » Plugin: Stop Spammers Security | Block Spam Users, Comments, Forms » class error in kpg_ss_challenge

  • Resolved SoCalCreations

    (@socalcreations)


    Just checked my error log and it is full of the following error

    wp-content/plugins/stop-spammer-registrations-plugin/classes/kpg_ss_challenge.php on line 383

    There has not been any updates or changes to the site since last month, yet these errors started on January 3rd.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I got a lot of errors as well. The line 383 reads as:

    
    public function kpg_ss_add_allow($ip,$options=array(),$stats=array(),$post=array(),$post=array()) {
    

    As you can see there is a parameter defined as $post two times.
    Its also called like:

    
    $allowset=$this->kpg_ss_add_allow($ip,$options,$stats,$post,$post);
    

    from line 60

    The fix might be very easy, by removing the 2nd $post parameter from the function call as well as from the function definition.

    • This reply was modified 7 years, 1 month ago by Robert.

    The fix is already in the latest stable version at https:/www.blogseye.com.

    I fixed it when PHP upgrades started checking this.

    Go the http://www.blogseye.com and click on Beta versions and download and install.

    Keith

    Your last update was 10 months ago. What is your release plan for the next version?

    My current job leaves me little time for small side projects. I will retire in a few months. I will know better then what I will work on. There will not be any updates for then next 3 or 4 months.

    Keith

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘class error in kpg_ss_challenge’ is closed to new replies.