Daniel
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Velocity Minify] v.3.2.4 /combined url not foundClosing thread …
Forum: Plugins
In reply to: [Fast Velocity Minify] v.3.2.4 /combined url not foundWith v3.2.5 it works fine, indeed. Thank you for fixing it so quickly!
Forum: Plugins
In reply to: [Fast Velocity Minify] v.3.2.4 /combined url not foundHi! Wow, thank you for such a detailed reply!) I am afraid this issue hardly can be related to some server peculiarity: the thing is that, as a WP developer, I am assisting lots of users. And all of them are hosted on different hostings, while having the same problem after the last plugin update. Nevertheless, I have followed all the steps above.
Purge Minified CSS/JS files instantly – Disabled.
The /wp-content/cache/ folder does exist and is writable. I made sure ver. 3.2.2 is able to write new CSS files there when I downgrade – you can check, the CSS files have different names: https://ibb.co/q1xjmWx vs https://ibb.co/F3MSfNG
My hosting does not have server-side caching. Neither I have any CDN, Cloudflare, etc. or other cache plugins active. And I always launch a new incognito window, with disabled cache in the inspector https://ibb.co/WpHz0M0
As soon as I update to ver. 3.2.4 again, files from /wp-content/cache/ no longer load https://ibb.co/PhXyFwq As soon as I downgrade to ver. 3.2.2 – the files are loaded fine. I have tried it numerous times.
I have tried to install the plugin from scratch and noticed the following database error which shows up after plugin installation:Deletion failed: WordPress database error: [Table 'u162501544_n5daY.wp1_fvm_cache' doesn't exist]TRUNCATE TABLE wp1_fvm_cacheWordPress database error: [Table 'u162501544_n5daY.wp1_fvm_logs' doesn't exist]TRUNCATE TABLE wp1_fvm_logs{"success":true,"data":{"delete":"plugin","slug":"fast-velocity-minify","plugin":"fast-velocity-minify\/fvm.php","pluginName":"Fast Velocity Minify"}}
Again, I should emphasize the problem happens to numerous users on different hosting, I am assisting to.
Thank you so much for your help!- This reply was modified 2 years, 9 months ago by Daniel.
Forum: Plugins
In reply to: [Fast Velocity Minify] WP CLI commands reset “Default Ignore List”Any update?
Forum: Plugins
In reply to: [Recent Tweets Widget] Not supported in wordpress 4.3 ??Fixed it with
widget.php:255
add_action('init', 'register_tp_twitter_widget', 1);
replace with
add_action('widgets_init', 'register_tp_twitter_widget', 1);