edis12
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] jpegtran is missing – but it is installed on serverI recently moved from another server, I used php 5.6 but now I am using php 7, probably also different configuration of Apache… probably has something to do with this, but I can’t figure it out.
It used to worked just fine, little glitch with moving to php 7 but as soon I updated to latest version it looked it resolved problem of compatibility with php7 but now I notice this, and I notice I do not have that option re-optimise in media library- This reply was modified 9 years, 5 months ago by edis12.
Forum: Plugins
In reply to: [EWWW Image Optimizer] jpegtran is missing – but it is installed on serverI do not have re-optimise option, but when I upload new image it is showing like it is optimised but with info that jpegtran is missing.
When I run reoptimise all images in database, I can see that older images (I select option to resize them to different dimension) that they are optimised with no errors.Only recent images are getting this info that jpegtran is missing.
Here is debug, I only removed ABSPATH and WP_CONTENT_DIR from debug report:
EWWW IO version: 302.0 WP version: 4.6.1 PHP version: 70011 ewww_image_optimizer_gallery_support() ewww_image_optimizer_admin_init() ewww_image_optimizer_cloud_init() ewww_image_optimizer_upgrade() ewww_image_optimizer_exec_init() ewww_image_optimizer_cron_setup() ewww_image_optimizer_tool_init() ewww_image_optimizer_settings_script() ewww_image_optimizer_bulk_script() ewww_image_optimizer_aux_images_script() ewww_image_optimizer_webp_script() ewww_image_optimizer_notice_utils() ewww_image_optimizer_exec_check() disable_functions: exec,passthru,shell_exec,system suhosin_blacklist: exec seems to be disabled ewww_image_optimizer_disable_tools() ewww_image_optimizer_options() home url: https://www.mi2.ba site url: https://www.mi2.ba ewww_image_optimizer_savings() querying savings for single site query to be performed: SELECT SUM(orig_size-image_size) FROM mi_ewwwio_images savings found: 1549037350 ewww_image_optimizer_skip_tools() enabled: jpegtran enabled: optipng remove metadata: off jpg level: 10 png level: 10 gif level: 0 pdf level: 0 bulk delay: 0 optipng level: 2 pngout disabled: yes pngout level: 2 ewww_image_optimizer_jpg_quality() quality: 90 parallel optimization: off background optimization: on scheduled optimization: off include media library: on max media dimensions: 1000 x 0 max other dimensions: 0 x 0 resize existing images: on ewww_image_optimizer_get_image_sizes() Array ( [0] => thumbnail [1] => medium [2] => medium_large [3] => large [4] => icon-small [5] => icon-small-hd [6] => icon-med [7] => icon-med-hd [8] => icon-large [9] => menu [10] => square-small [11] => square-med [12] => square-large [13] => rectangle [14] => loop [15] => single [16] => longform ) Array ( [thumbnail] => Array ( [width] => 150 [height] => 150 ) [medium] => Array ( [width] => 300 [height] => 300 ) [medium_large] => Array ( [width] => 768 [height] => 9999 ) [large] => Array ( [width] => 1024 [height] => 1024 ) [icon-small] => Array ( [width] => 16 [height] => 16 ) [icon-small-hd] => Array ( [width] => 32 [height] => 32 ) [icon-med] => Array ( [width] => 28 [height] => 28 ) [icon-med-hd] => Array ( [width] => 56 [height] => 56 ) [icon-large] => Array ( [width] => 64 [height] => 64 ) [menu] => Array ( [width] => 184 [height] => 120 ) [square-small] => Array ( [width] => 68 [height] => 60 ) [square-med] => Array ( [width] => 225 [height] => 211 ) [square-large] => Array ( [width] => 316 [height] => 296 ) [rectangle] => Array ( [width] => 300 [height] => 200 ) [loop] => Array ( [width] => 712 [height] => 400 ) [single] => Array ( [width] => 1000 [height] => 0 ) [longform] => Array ( [width] => 1200 [height] => 0 ) ) disabled resizes: thumbnail: optimization=enabled creation=enabled medium: optimization=enabled creation=enabled medium_large: optimization=enabled creation=enabled large: optimization=enabled creation=enabled icon-small: optimization=enabled creation=enabled icon-small-hd: optimization=enabled creation=enabled icon-med: optimization=enabled creation=enabled icon-med-hd: optimization=enabled creation=enabled icon-large: optimization=enabled creation=enabled menu: optimization=enabled creation=enabled square-small: optimization=enabled creation=enabled square-med: optimization=enabled creation=enabled square-large: optimization=enabled creation=enabled rectangle: optimization=enabled creation=enabled loop: optimization=enabled creation=enabled single: optimization=enabled creation=enabled longform: optimization=enabled creation=enabled skip images smaller than: 0 bytes skip PNG images larger than: 0 bytes exclude originals from lossy: off exclude originals from metadata removal: off use system binaries: yes delete originals: on jpg2png: off ewww_image_optimizer_jpg_background() ewww_image_optimizer_jpg_background() png2jpg: on gif2png: off webp conversion: off forced webp: off alt webp rewriting: off max_execution_time: 30 ewww_image_optimizer_stl_check() ewww_image_optimizer_safemode_check() safe_mode = disable_functions = exec,passthru,shell_exec,systemForum: Plugins
In reply to: [EWWW Image Optimizer] jpegtran is missing – but it is installed on server# jpegtran -v libjpeg-turbo version 1.2.90 (build 20140610) Copyright (C) 1991-2012 Thomas G. Lane, Guido Vollbeding Copyright (C) 1999-2006 MIYASAKA Masaru Copyright (C) 2009 Pierre Ossman for Cendio AB Copyright (C) 2009-2013 D. R. Commander Copyright (C) 2009-2011 Nokia Corporation and/or its subsidiary(-ies) Emulating The Independent JPEG Group's libjpeg, version 6b 27-Mar-1998Forum: Plugins
In reply to: [AMP] AMP on https, code with // instead using httpsI found that issue is caused by CF and WP-rocket, mostly by wp-rocket. When I disable wp-rocket and CloudFlare for that part of the web site, I found only one error, html tag for AMP (before it was several).
I disable plugin for now, when I get some free time I will try to fix, but anybody having now same issue: look into wp rocket and CF as a cause of errors.- This reply was modified 9 years, 6 months ago by edis12.