julia77
Forum Replies Created
-
Hello Artem,
The property is not linked to Google Ads, I do not have an AdSense account, data collection for advertising functions is not enabled, and there are no active campaigns (so there are no tags). I use library ga.js, and the console shows required cookies from https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 and https://googleads.g.doubleclick.net/pagead/id (type xhr)
Julia
- This reply was modified 4 years ago by julia77.
Forum: Fixing WordPress
In reply to: Can′t save layout selectionHi @t-p,
Thanks for answering. It′s a plugin issue related to the active theme. WP is saving the changes when choosing template type in posts/pages.
Julia
Thank you very much!
Thanks for your response.
Yes, I could do that. But I would like to get a copy of a record that cannot be manually altered. Of course a screenshot could also be altered with some kind of editing but I think it would be a more reliable document about reported incidents.
Julia
Sorry, I misstated because and misphrased the question. And now I realize that maybe it is not a question related to the plugin. Anyway, thanks for your answer!
My interest is to prevent any user (including me) from entering any url of my site in any on line monitoring tools sites. They use different testing locations and offer file listings of all elements loaded in the url entered for monitoring. My question is, then, if there is any way to block the access of those different test servers used by monitoring tools..
Julia
Forum: Plugins
In reply to: [WP Super Cache] Update mod_rewrite rulesThe notice is not important for me. If you say the expert mode is on and working well in spite of the notice, it′s ok. I was just worried about the proper functioning of the expert mode
Thank you,
Julia
Forum: Plugins
In reply to: [WP Super Cache] Cache tester not workingHi Donncha,
Yes, I saw that message. Now I′ve enabled Cache Status Messages in the Debug page, clicked on Save and cleared cache, but it doens′t save the change (the option appears unchecked, I did this several times).
The error_log file shows this:
11:16:49 6350 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_replace_line: changing line $wp_super_cache_debug = 0; to *$wp_super_cache_debug = 1;*
11:16:49 6350 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_replace_line: writing to /home/rabbitr1/public_html/wp-content/cache/wpscWFtJzQ.php
11:16:49 6350 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_replace_line: moved /home/rabbitr1/public_html/wp-content/cache/wpscWFtJzQ.php to /home/rabbitr1/public_html/wp-content/wp-cache-config.php
11:17:03 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_get_cookies_values: Login/postpass cookie detected
11:17:03 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_get_cookies_values: return: 580130bd01a40f059872534761a2a00f
11:17:03 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug In WP Cache Phase 2
11:17:03 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug Setting up WordPress actions
11:17:03 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug Not caching wp-admin requests.
11:17:10 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug maybe_stop_gc: GC flag not found. GC will go ahead..
11:17:10 6559 /wp-admin/options-general.php?page=wpsupercache&tab=debug wp_cache_replace_line: setting not changed – $wp_cache_slash_check = 1;Thank you,
Julia
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerFinally, I found out that images are not showing in social media due to hotlink prevention enabled. When I disable it, Opengraph is working fine, so the fatal error mentioned had nothing to do with it (although I still don′t understand what it means)
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerBeyond redirects, the sharing functionality has been working fine for almost 9 months without those inconsistencies causing any problem
Right now, after redirectiones done, I could not access the site due to “error too many redirects”. As it affects my daily work, I had to eliminate the redirections (I can′t lose clients). So, site is now running as usual, as it has been running for a year
So, please take note that I′ve been able before to share posts even with those inconsistencies. Why not now? Can you explain something about the report in error_log?
PHP Fatal error: Uncaught Error: Class ‘Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer’ not found in /home/rabbitr1/public_html/wp-content/plugins/wordpress-seo/src/generated/container.php:1845
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerSteps in cpanel: Domains – Redirect:
– Type Permanent (301)
– ALL public domains
– Wildcard redirect: yesCurrent redirects:
Domain ALL Redirect URL: https://www.tresmancias.com HTTP Satus Code: 301 Type: Permanent Assign https://www.: yes Wildcard: yesThat′s what I did
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerHi Priscilla,
Under Settings > General, site address and WP address are set to https://www.tresmancias.com (wp-config.php) And all links should use the www version
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerThank your for your quick response
Redirections already made from all domains to https://www.tresmancias.com
Debugging FB, it now shows consistency between cannonical url and the permanent redirection (although had to extract twice each page to register the redirect url correctly)
Tried to share the debugged page and the problem persists…
Forum: Plugins
In reply to: [Yoast SEO] Fatal error related to Meta_Tags_Context_MemoizerNote: the php fatal error on 07/16/2020 is related to a class and a function removal, and it has been undone. I forgot to delete that error when pasted the code…