Gora Tech
Forum Replies Created
-
Hey @jamesosborne,
I followed your directions and followed the this Search Console verification link. I see “You are a verified owner“, which is expected.
Hello @jamesosborne,
For the site status I see only 1 issue:
1 critical issue
Critical issues are items that may have a high impact on your sites performance or security, and resolving these issues should be prioritized. Page cache is not detected and the server response time is slow Performance
Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.
Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:
cache-control,expires,age,last-modified,etag,x-cache-enabled,x-cache-disabled,x-srcache-store-status,x-srcache-fetch-status.- Median server response time was 1,631 milliseconds. It should be less than the recommended 600 milliseconds threshold.
- No client caching response headers were detected.
- A page cache plugin was not detected.
I will attempt to stop the firewall and test this again. This is a little tricky since this is not the only site on the server and disabling the firewall will put other sites (which are working) at risk.
Also the site is already verified in the Google Search Console, so I’m not sure why it is doing the verification again.
And lastly there are no console log errors or any invalid XHR responses either during the setup process or when navigating my site in general.
Hey @jamesosborne, I see where you are trying to get to but the fact that I see stuff like this:
66.102.8.107 – – [29/Jul/2025:15:55:22 -0300] “GET /demo/ HTTP/1.1” 200 15228 “-” “Mozilla/5.0 (compatible; Google-Site-Verification/1.0)”
66.102.8.104 – – [29/Jul/2025:15:55:23 -0300] “GET /demo/?cachebuster=811487066 HTTP/1.1” 200 15228 “-” “Mozilla/5.0 (compatible; Google-Site-Verification/1.0)”Leads me to believe that this is not a firewall issue or a site issue. As you can see the requests are coming in and no error are generated from the PHP or server side.
Additionally when checking the sites HTML during the setup process from every single browser, from ones I used (and are cached) to ones I just installed now such as Opera, Edge, Brave.
I definitely see:
<meta name="googlesitekit-setup" content="XXXXXX-XXXX-XXXX-XXXX-XXXXXX">So I don’t see how this can be a caching issue or a firewall issue or some error with my site leading to the META tag not being generated or outputted in the front end.
Could I be getting a bad response from the verification process that is not handled properly and it defaults to that “An error occurred: The necessary verification token could not be found on your site….” error?
Maybe something related to the domain already being verified since its just another path in the same cooked.pro domain. I am referencing this:
- https://cooked.pro – Worked
- https://cooked.pro/demo – Error
- https://docs.cooked.pro – Worked
Just a shoot in the dark at this point.
I went ahead and put Cloudflare on “Pause” mode and also in a a Chrome browser incognito window, I put the site in the Troubleshooting mode and enabled only the “Site Kit by Google“ module.
Unfortunately I am getting the same error.
P.S.: I also wanted to mention that I have the same plugins installed on the other working sites.
- This reply was modified 10 months, 1 week ago by Gora Tech.
Hello @jamesosborne, I have filled out the form including the Site Health information.
I did put Cloudflare on “Development Mode” thinking that it should be enough, but I will try to pause it.
I also wanted to mention that when I got this error I had just finished configuring 3 other sites that are on the same server and are configured pretty much exactly the same.
The only difference between the ones that worked and this is the domain and website relationship.
- https://cooked.pro – Worked
- https://cooked.pro/demo – Error
- https://docs.cooked.pro – Worked
- https://goratech.dev/demos/basil – Worked
- https://goratech.dev – There is no WordPress installation here thus No Site Kit
- This reply was modified 10 months, 1 week ago by Gora Tech.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Recipes are not showing up on Mobile@thelma45 It does not seem like your site is using the Cooked plugin. Also when I open the site on mobile I do see the same menu and content as in desktop version.
Can you show me an example of a page where this is happening?
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP Fatal errorSorry for the inconvenience and thank you for confirming the fix.
Forum: Plugins
In reply to: [Cooked - Recipe Management] Migration of recipes@alukacshu I have published v1.11.1 which should contain the fix that correctly saves the recipe data so that the export and import does not fail.
Unfortunately I am still working on a process that will automatically do this for all existing recipes.
Currently, for it to work, you would need to re-save all your recipes. But there is a tricky part with this itself. When you open and save a recipe and you don’t change anything, the data does not actually save. Only when you make a change and hit Save, then only its updated.
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP Fatal error@sanchenko57 I have released v1.11.1 which should include the fix. Can you give it a try?
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP Fatal error@sanchenko57 No problem, and sorry for the inconvenience, my testing did not catch this.
I have a fix in place right now and working on publishing it right now.
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP Fatal errorThank you, I can confirm that this is a bug and I will release a hotfix for it right now.
Forum: Plugins
In reply to: [Cooked - Recipe Management] PHP Fatal errorHello @sanchenko57, are you seeing this in the latest version which is v1.11.0?
The temporary changes with the
data-nosnippetoraria-hiddenare live as of v1.11.0.Forum: Plugins
In reply to: [Cooked - Recipe Management] Migration of recipesI was able to track the issue down to this core WordPress issue: https://core.trac.ww.wp.xz.cn/ticket/23275
Forum: Plugins
In reply to: [Cooked - Recipe Management] Migration of recipesHello @alukacshu, The default WordPress export and import feature should work. But I just tested it right now and there is a bug with it that is causing the issue you are describing. The post meta data is getting corrupted and failing the import process.
I am working on a fix right now, once I have it ready I will release a patch version that includes the fix.