Make WordPress Core

Changes between Initial Version and Version 8 of Ticket #27536


Ignore:
Timestamp:
03/27/2014 12:39:54 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27536

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #27536 – Description

    initial v8  
    3030
    3131In this code, the response variable should contain what the server sent back (IE: my current debug value, a JSON type string which is simply
     32{{{
    3233{ "name":"value" }
     34}}}
    3335
    3436However, this is what I'm seeing in my console right now.
     37{{{
    3538<br />
    3639<b>Warning</b>:  copy(/var/www/html/temple3/wp-content/ewww/jpegtran): failed to open stream: Permission denied in <b>/var/www/html/temple3/wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php</b> on line <b>753</b><br />
     
    4851<b>Warning</b>:  copy(/var/www/html/temple3/wp-content/ewww/pngquant): failed to open stream: Permission denied in <b>/var/www/html/temple3/wp-content/plugins/ewww-image-optimizer/ewww-image-optimizer.php</b> on line <b>813</b><br />
    4952<div id='ewww-image-optimizer-warning-tool-install' class='error'><p><strong>EWWW Image Optimizer could not install tools in /var/www/html/temple3/wp-content/ewww/.</strong> Please adjust permissions or create the folder. If you have installed the tools elsewhere on your system, check the option to Use System Paths. For more details, visit the <a href='options-general.php?page=ewww-image-optimizer/ewww-image-optimizer.php'>Settings Page</a> or the <a href='http://wordpress.org/extend/plugins/ewww-image-optimizer/installation/'>Installation Instructions</a>.</p></div>.{"name":"value"}
    50 
     53}}}
    5154I'm not saying these errors are bugs. I know what they're from, but what I do NOT understand is why these are being outputted along with my response. According to all the documentation I've seen and the other people I've spoken with, my code is correct. I'll even provide the PHP:
    5255