Medical Writer
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Latest update: wp-admin pluggable.php errorFinally managed to do this. Thanks once more, enjoy the coffee and stay healthy and safe.
Forum: Plugins
In reply to: [Super Page Cache] Latest update: wp-admin pluggable.php errorThank you as always, Salvatore. Great support.
Tried to send you ‘a coffee’ but PayPal said “We’re sorry, this recipient can’t accept payments right now.”
Forum: Plugins
In reply to: [Super Page Cache] Latest update: wp-admin pluggable.php errorHave sent you an email, please let me know if not received.
Forum: Plugins
In reply to: [Super Page Cache] Latest update: wp-admin pluggable.php errorError:
Warning: Use of undefined constant SECURE_AUTH_COOKIE – assumed ‘SECURE_AUTH_COOKIE’ (this will throw an Error in a future version of PHP) in /xx/wp-includes/pluggable.php on line 788Warning: Cannot modify header information – headers already sent by (output started at /xx/wp-includes/pluggable.php:788) in /xx/wp-includes/pluggable.php on line 1281
Warning: Cannot modify header information – headers already sent by (output started at /xx/wp-includes/pluggable.php:788) in /xx/wp-includes/pluggable.php on line 1284
- This reply was modified 4 years, 7 months ago by Medical Writer.
- This reply was modified 4 years, 7 months ago by Medical Writer.
Forum: Plugins
In reply to: [Super Page Cache] Dynamic and Revalidate ErrorsOk, thanks so much Salvatore.
Please stay safe and healthy. Five-star review on the way.
Forum: Plugins
In reply to: [Super Page Cache] Dynamic and Revalidate ErrorsHi Salvatore,
Thank you for your quick help.Two more questions:
1) What is the tool that you use for checking if the cache is working?
2) How can I buy you a coffee? PayPal?Thanks!
Forum: Plugins
In reply to: [Super Page Cache] Dynamic and Revalidate ErrorsHi,
Thanks for your quick reply.I have the same CloudFlare settings for all 5 sites, and I get the same errors on all sites (the Dynamic error occurs when the site is in ‘development mode’. I have sent you an email with a login URL to cancerinformer.tw
Screenshots can be found here (GIF): https://share.medipr.org/Z4uLJOwo
Forum: Plugins
In reply to: [Modern Footnotes] Issue with latest updateHi, this is excellent. Thank you for the quick resolution.
Forum: Plugins
In reply to: [Modern Footnotes] Adding a citation twiceExcellent, appreciate that. Will give it a try!
Forum: Plugins
In reply to: [Show Post Categories] Issues with network siteThe issue is solved. I found that settings for other plugins were not saving. The problem turned out to be a problem with the wp_options table which had lost its “AUTO INCREMENT” on the primary key. Thus, I was unable to INSERT new records. The settings that could save were UPDATEs to previously existing entries.
Forum: Fixing WordPress
In reply to: How to get back WordPress’ native absolute path behaviour…Thanks for that, and for your support. It definitely has been a learning curve today. Truly appreciate your time and making me think into the right direction.
Cheers
Forum: Fixing WordPress
In reply to: How to get back WordPress’ native absolute path behaviour…Thanks Steve,
I think I have found the issue, it was in my wp-config.php.
There was an entry that said:define(‘WP_CONTENT_URL’, ‘/wp-content’);
I have changed it to:
define(‘WP_CONTENT_URL’, ‘https://mydomain.com/wp-content’);Which seems to add back the domain in all links.
What are your thoughts?
Forum: Fixing WordPress
In reply to: How to get back WordPress’ native absolute path behaviour…Just a thought, can there be some code in sunrise.php, rather than in function.php that would change from absolute to relative paths?
Forum: Fixing WordPress
In reply to: How to get back WordPress’ native absolute path behaviour…Nope, not just old links. If I look in my media folder, I can see that all files uploaded – even today – are displayed with a relative path only. If I look into the source when visiting my page, all images have relative links in the source code.
I am very positive it is something that is currently active.
Guess the only way to troubleshoot is switching off all plugins and adding them one by one…which is so tedious to do…
Forum: Fixing WordPress
In reply to: How to get back WordPress’ native absolute path behaviour…Dear Steve,
Thanks. Here’s the thing. I have had a plugin many months back when I switched from http to https, but it was uninstalled long time ago. There are currently no plugins and no theme that should cause this.Moreover, WordPress and my Theme have had several updates over the past few months, meaning that it should either be in my child theme, or in the plugins. But nothing should logically do that.
Could there be a reason for plugins to change the behaviour, e.g. would it support a certain functionality? I am just trying to reason the other way around here.
Thanks