error 500
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘error 500’ is closed to new replies.