Changes between Initial Version and Version 8 of Ticket #27536
- Timestamp:
- 03/27/2014 12:39:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27536
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #27536 – Description
initial v8 30 30 31 31 In 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 {{{ 32 33 { "name":"value" } 34 }}} 33 35 34 36 However, this is what I'm seeing in my console right now. 37 {{{ 35 38 <br /> 36 39 <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 /> … … 48 51 <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 /> 49 52 <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 }}} 51 54 I'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: 52 55