Sequence of PHP warnings
-
Hi there,
For some weeks now, I keep getting the following sequence of error messages related to the Nix Gravatar Cache:
Aug 09, 09:43:40 PHP Warning: fopen(/home/simonelc/public_html/wp-content/uploads/gravatar/8592ecf390ef49cd1a7177021407d6cf-s48.jpg): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 193
Aug 09, 09:43:40 PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 195
Aug 09, 09:43:40 PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 196
Aug 09, 09:43:40 PHP Warning: fopen(/home/simonelc/public_html/wp-content/uploads/gravatar/8592ecf390ef49cd1a7177021407d6cf-s48.jpg): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 193
Aug 09, 09:43:40 PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 195
Aug 09, 09:43:40 PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-content/plugins/nix-gravatar-cache/nf-gravatar-cache.php on line 196
I’ve done some research online, but couldn’t find similar problem reports. Could you have a look into what might be the reason for these error messages?
Thanks a lot!
- The topic ‘Sequence of PHP warnings’ is closed to new replies.