• Resolved vptcnt

    (@vptcnt)


    Hello,

    After your plugin installed, I got 500 error and all forms (Cf7 included) didn’t work.

    I checked where it could come from, and found that it was the function check_stamp.

    I had to replace the :

    $data = json_decode( $handle->fgets() );

    by

    $gets = $handle->current();
    $handle->next();
    $data = json_decode( $gets );

    Hope it could helps

    Vince

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matthias Nordwig

    (@matthiasnordwig)

    Hi thanks a lot!

    I got some Feedback on a 500 error, but I couldn’t reproduce it up to now. And now the users fix the plugin :-). The approach seems to be more resilient against empty lines in the stamp file. I updated, tested and released it as the vptcnt-dedicated-version #2.1.4

    One question: Do you still have the specific php-error of your error-log? As I cannot reproduce it, it would be great if you could post it too.

    Cheers, Matthias

    Plugin Author Matthias Nordwig

    (@matthiasnordwig)

    Solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error 500’ is closed to new replies.