• Resolved stear111

    (@stear111)


    Can someone help or give some guidance. These warnings and errors are appearing in my PHP Error Log. I’m not familiar with them or how to fix them. Any assistance would be greatly appreciated!

    [Fri Feb 13 15:19:50.018495 2015] [:error] [pid 8748] [client 66.249.64.9:46023] PHP Warning: fopen(/home/chris/www/mysite/wp-content/plugins/wp-retina-2x/wp-retina-2x.log): failed to open stream: Permission denied in /home/chris/www/mysite/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 411

    [Fri Feb 13 15:19:50.018517 2015] [:error] [pid 8748] [client 66.249.64.9:46023] PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/chris/www/mysite/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 413

    [Fri Feb 13 15:19:50.018527 2015] [:error] [pid 8748] [client 66.249.64.9:46023] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/chris/www/mysite/wp-content/plugins/wp-retina-2x/wp-retina-2x.php on line 414

    https://ww.wp.xz.cn/plugins/wp-retina-2x/

Viewing 1 replies (of 1 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    You enabled the debug mode, right? The plugin tries to create and write to its own debug file created in the same folder as the plugin itself but it can’t. What you could do is to create the “/home/chris/www/mysite/wp-content/plugins/wp-retina-2x/wp-retina-2x.log” by yourself and give it all the access rights.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warnings’ is closed to new replies.