Oded Talmon
Forum Replies Created
-
Hey,
I’ve sent another one: https://ibb.co/TY6fR1z
As for the logs, i’m on a shared hosting with cPanel. The server is Litespeed but i’ve never seen the logs you mentioned, I assumed they show up only on VPS.
I do have access to the RAW access log if you need.Thanks!
Hello Adam,
Thanks for your quick response.
I don’t have a caching plugin running, though I do see a warning in the Site Health screen about the PHP version which is weird because I am running PHP 7.3.2 which is not old at all.
Should I expect these type of errors on every site that is not running the latest version of PHP?
I’ve sent the report, in the username fields I inserted “odedta”.Thanks!
Got it, thanks!
- This reply was modified 5 years, 9 months ago by Oded Talmon.
Hello,
I didn’t visit any page, could it be a cron job activating? I disabled WP_CRON and I activate it from the server side.Thanks
Thank you very much @scottpaterson 🙂
Forum: Plugins
In reply to: [Super Progressive Web Apps] Testing the PWA@josevarghese Thanks!
Forum: Plugins
In reply to: [Super Progressive Web Apps] Testing the PWAHey @josevarghese
Thanks for the response, do you mind explaining why this is happening? I’d like to learn.
Thanks!Thank you! keep up the good work 🙂
Hmm, I looked at this again and it doesn’t make sense…
I have two WordPress installations, one of the subdomain and one on the main domain, I created that redirect on the subdomain so there is no reason why it shouldn’t work.Anyway, I solved it by adding a template_redirect action as follows:
function my_template_redirect() { if( is_front_page() ) { wp_redirect('https://example.com'); die; } } add_action( 'template_redirect', 'my_template_redirect' );You should try to reproduce the issue on your end to figure this one out, if you can’t reproduce I can share details to my website.
Thanks
- This reply was modified 5 years, 11 months ago by Oded Talmon.
- This reply was modified 5 years, 11 months ago by Oded Talmon.
Hey,
Oh! I see what you mean, thank you very much for the detailed explanation!
Take care 🙂Hey,
If you feel this is required to help the team solve the problem please share it.
Thank you very much for helping out!Hello again,
I’ve provided the requested information in the form you have provided.
ThanksHello James,
I have made another check as requested and it seems that Search Console data is different from what the plugin and Google Analytics shows on all dates ranges, I don’t understand where this difference is coming from since the property name is exactly the same name as the url of the website.The Analytics data is exactly the same on Google Analytics and the plugin analytics page, it’s just search console that is inconsistent.
2) Yes, both listing are the same.
Hello Renee,
I have provided all the information in the form you attached.
Thanks.