q-one
Forum Replies Created
-
Thank you for the feedback! It is good to hear that it is working.
Forum: Plugins
In reply to: [WP Super Cache] dynamic cache content not working correctlyHi,
me again. And I found the issue! It was because of the redirects made by the plugin in the .htaccess file.
Unfortunately those redirects will cause the server to load directly the cached files instead of letting php do the dynamic content update?!
I found it out by using the “Test Cache” button of the plugin where a message appears which says that I am using PHP cache and mod_rewrite is still declared in the .htaccess file. Once I deleted the entries created from wp cache the dynamic content replacement works with all the settings as it should.
It would be good if the plugin would remove those entries when changing the cache mode. I understand that sometimes it is not wanted to remove those explicitly. But when changing modes the user could be asked if he wants to keep those changes.
It would have save me a lot of headaches.
Otherwise this plugin is a great tool to make your site really faster with a lot of settings to fine tune it to your needs!
Forum: Plugins
In reply to: [WP Super Cache] dynamic contentok, got it to work. when using my solution in my first question you have to enable dynamic page content and the late init in order to get it working!
Forum: Plugins
In reply to: [WP Super Cache] dynamic contentas it seems my previous solution shouldn’t be used anymore.
Instead my first attempt was the better approach. But I am still trying to understand why it doesn’t work as it should.
Forum: Plugins
In reply to: [WP Super Cache] dynamic contentAs it seems you can use this syntax to wrap your dynamic content so it will be generated every time the page gets (re)loaded:
<!--dynamic-cached-content--> <?php generateDynamicContentFunction(); ?> <!--/dynamic-cached-content-->
Hope this can be useful for someone!
Forum: Fixing WordPress
In reply to: Backend – Plugin – Add newThe security admin just forwarded me this error message:
Bad request 400
The request had bad syntax or was inherently impossible to be satisfied.
The request could not be understood by the server due to malformed syntax.
The client SHOULD NOT repeat the request without modifications.Forum: Fixing WordPress
In reply to: Backend – Plugin – Add newAlso, this error also happens in other browsers.
Forum: Fixing WordPress
In reply to: Backend – Plugin – Add newYes, it is.
And thanks for the hint. I will forward it to the security admin.
Also I noticed that only on the /wp-admin/plugin-install.php Page the error is shown.
Forum: Plugins
In reply to: [Enhanced Media Library] Edit Video (Detail) MissingHi,
thanks for the quick solution. The edit pen now appears at the corner of the file cover.