Title: PHP Warnings
Last modified: August 22, 2016

---

# PHP Warnings

 *  Resolved [stear111](https://wordpress.org/support/users/stear111/)
 * (@stear111)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-24/)
 * 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://wordpress.org/plugins/wp-retina-2x/](https://wordpress.org/plugins/wp-retina-2x/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-24/#post-5787468)
 * 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.

 * ![](https://ps.w.org/wp-retina-2x/assets/icon-256x256.png?rev=2597316)
 * [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF](https://wordpress.org/plugins/wp-retina-2x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-retina-2x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-retina-2x/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-retina-2x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-retina-2x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-retina-2x/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-24/#post-5787468)
 * Status: resolved