youdidnt
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] A lot of warnings in my logsOk great errors now gone. I got defined empty AUTOPTIMIZE_CACHEFILE_PREFIX in wp-config, now replaced it with custom text and it works.
Thanks for your work.Forum: Plugins
In reply to: [Autoptimize] A lot of warnings in my logsStill got errors
Undefined index: host in /autoptimize/classes/autoptimizeExtra.php on line 347
PHP Warning: strpos(): Empty needle in /autoptimize/classes/autoptimizeCache.php on line 161
Forum: Plugins
In reply to: [WebP Express] Sanity check failed for source: Path is outside allowed pathOops forgot to update, it’s working in 0.14.13
Forum: Plugins
In reply to: [WebP Express] Sanity check failed for source: Path is outside allowed pathIt’s possible to fix errors when replace .jpg to .webm in full size image? /2019/06/image.jpg -> /2019/06/image.webm is displaying that error:
Fatal error: Uncaught Error: Class 'WebPExpress\ValidateException' not found in .../webp-express/wod/webp-realizer.php:113 Stack trace: #0 .../webp-express/wod/webp-realizer.php(212): WebPExpress\WebPRealizer::process() #1 {main} thrown in /.../webp-express/wod/webp-realizer.php on line 113
I got enabled: File Extension: Set to “.webp”Forum: Plugins
In reply to: [WebP Express] Sanity check failed for source: Path is outside allowed pathNow is working fine
Forum: Plugins
In reply to: [WebP Express] Sanity check failed for source: Path is outside allowed pathProblem is in Operation mode: Tweaked
Images is showing destination folder except image itself https://i.imgur.com/SgmXaMn.png. In tester there is no errors. It looks like these when you upload image on server https://i.imgur.com/1fwE769.png but if you download image from ftp it’s working fineConverter set to: gd *WebP Convert 2.1.1* ignited. - PHP version: 7.3.6 - Server software: Apache/2.4.39 (Unix) OpenSSL/1.1.1 Gd converter ignited Options: ------------ The following options have been set explicitly. Note: it is the resulting options after merging down the "jpeg" and "png" options and any converter-prefixed options. - source: .../webp-express/test/test-pattern-tv.jpg - destination: .../webp-express/test/test-pattern-tv.jpg.webp - log-call-arguments: true - quality: 75 The following options have not been explicitly set, so using the following defaults: - default-quality: 75 - max-quality: 85 - skip: false The following options were supplied but are ignored because they are not supported by this converter: - encoding - metadata - skip-pngs ------------ GD Version: bundled (2.1.0 compatible) image is true color Quality: 75. Consider setting quality to "auto" instead. It is generally a better idea Converted image in 25 ms, reducing file size with 75% (went from 28 kb to 7 kb)
Forum: Plugins
In reply to: [WordPress Popular Posts] Yet another No data problemHey @hcabrera
I don’t want to share public any details about my website (too sensitive). It’s possible to contact with you via email?
It still didn’t count viewers.Forum: Plugins
In reply to: [WordPress Popular Posts] Yet another No data problemHey it doesn’t work. It just randomly stopd count viewers.
Your fix tips didn’t work for me.
“ALTER TABLE wp_popularpostssummary CHANGE last_viewed view_datetime datetime NOT NULL, ADD KEY view_datetime (view_datetime)”
#1054 – unknown column ‘last_viewed’ in wp_popularpostssummary
My Plugins: Advanced Ads, Fast Velocity Minify, Nginx Cache, OneSignal Push Notifications, SSL Insecure Content Fixer, WP Fastest Cache, Yoast SEO- This reply was modified 7 years, 4 months ago by youdidnt.