James Kraus
Forum Replies Created
-
Great. Thank you John!
Forum: Plugins
In reply to: [Query Monitor - The developer tools panel for WordPress] fatal errorI’m recieving this related message:
Notice: Undefined offset: 0 in /var/www/wp-content/plugins/query-monitor/Backtrace.php on line 155
Notice: Undefined index: line in /var/www/wp-content/plugins/query-monitor/Backtrace.php on line 158
Which seems related to this block:
if ( empty( $trace ) ) { $lowest = $this->trace[0]; $file = QM_Util::standard_dir( $lowest['file'], '' ); $lowest['calling_file'] = $lowest['file']; $lowest['calling_line'] = $lowest['line']; $lowest['function'] = $file; $lowest['display'] = $file; $lowest['id'] = $file; unset( $lowest['class'], $lowest['args'], $lowest['type'] ); $trace[0] = $lowest; }
It seems that if the array is empty, then it shouldn’t have value with a key of 0.
Forum: Plugins
In reply to: [W3 Total Cache] Amazon S3 and Cloudfront CDN does not allow specific regionsI’m on board for adding support for the Rackspace V2 API. I was surprised that W3TC is using such an out-of-date API. It really is essential to be able to deploy to the correct region.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk optimize does not workThanks Nosilver, I’ll try out the Dev version and report back if it solves our issues!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Not fully optimizing JPEGI reran EWWW on a new version of the file:
Seems to work.
It seems EWWW is only having problems stripping metadata from files that have already been optimized.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Not fully optimizing JPEGRunning EWWW on the image shows that there is “No savings” . I have remove metadata set to Enabled, but it doesn’t seem to be detecting the difference in file sizes.
I also can’t seem to empty the database for the plugin. I even tried deactivating and deleting the plugin.
Either way, it certainly isn’t registering there’s optimizations to be made: https://i.imgur.com/8i782WS.png
Maybe this is related to my other ticket where Bulk Optimize doesn’t work?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Not fully optimizing JPEGIt looks like imgur compressed one of them automatically. Here’s a link to the uncompressed image and compressed image:
https://www.dropbox.com/sh/bv2qbqambb8vtnx/hPDVqCyr18
I’m just running
jpegtran -optimize in.jpg out.jpg
Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk optimize does not workSelecting “Bulk Optimize” from the media library works fine, just using the link in the left sidebar doesn’t work.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk optimize does not workProblem is not fixed.
I updated and the Bulk Optimize script was erroring at 256MB of memory, so after increasing memory to 512MB I finally managed to get it to run for a few minutes. I stopped it, then navigated around for a bit.
Now when I load the Bulk Optimize page I get the same blank screen, no errors. I’m pretty sure the script is just timing out. I’ve tried both optimizers (cloud and non-cloud) and it happens to both.
Forum: Fixing WordPress
In reply to: Cookie Warning PopupThis is definitely an infection. Here is the full code the infection injects onto webpages:
[ Malware deleted, please do not post that here ]
The infection seems to be related to this malware:
https://malwr.com/analysis/M2RiNzZlYmYxMDNjNDMwNjgzMWQwNjQwZWZjMzc3Y2Q/
https://malwr.com/analysis/ZDhlNDYwMTY3ZjkyNGFkODg5YjEwOTE0NWU2MzQ4YmY/Notice the identical dialog box.
Does anyone have any more information about this infection or it’s removal?