Hi,
I have a problem with the xstore template.
Error
Failed to load resource: the server responded with a status of 404 ().
admin-ajax.php 404
Hello,
Do you have any server cache or CDN? Because it looks like some kind of server or CDN cache. If you are logged in everything works fine (as a rule cache is disabled for the logged in users) but once you try incognito – nothing works and errors from the old files.
Regards
Hi,
Yes, I have a server cache.
I am using wp rocket plugin but again I have the same problem.
Hello,
Have you tried to disable server cache and wp rocket temporarily?
Please contact your hosting provider and ask for assistance.
Regards
Hi,
I have tried all the changes you suggested but it is not working, again the same problems.
When we tried to activate WooCommerce plugin a critical error occurred. Please provide FTP access.
If you do not know how to create FTP, contact with your hosting provider, they will help you.
Regards
Hi,
in private content are you have ftp users.
Hello,
Please check the screenshot in the private content area
Once the problem with WooCommerce and database will be solved, you need to fix this https://prnt.sc/rO9sjshqPLlZ , by contacting your hosting provider – https://xstore.helpscoutdocs.com/article/60-xstore-theme-requirements
Regards
Hi,
OK, I’m trying to fix the problem in the screenshot.
But you also have two subdomains in the private content where the problem with 404 error and ajax error appears
Hello,
Please try to re-install WordPress (Dashboard > Updates) on one of these sites, then go to Theme Options > click on Publish.
If this doesn’t help, provide wp-admin access to that site.
Regards
Hi,
I tried this way, it didn’t work.
Hello,
As you may see some WP customers had the same issue -> https://wordpress.org/support/topic/notice-ob_end_flush-failed-to-send-buffer-of-zlib-output-compression-0/
It seems that you have enabled on your server some configuration that breaks the editor and admin-ajax actions and shows those notices.
According to the fact you have the same errors with default theme please, contact your hosting provider to fix it and check the Editor then.
We found that you have the notice from WP at the bottom on WordPress dashboard
https://prnt.sc/GjxxwXa_870b
we tried to add a temporary fix by adding the next code to your child-theme/functions.php but it has no success
remove_action( ‘shutdown’, ‘wp_ob_end_flush_all’, 1 );
add_action( ‘shutdown’, function() {
while ( @ob_end_flush() );
} );
We found that solution from next article -> https://www.kevinleary.net/wordpress-ob_end_flush-error-fix/ but for your case it does not work anyway.
We checked only auto.kre…. web-site but it seems that you have similar issues on all your web-sites. Please, contact your hosting provider and fix those ones. Once you do it – give us feedback if you solved your issues after that fix.
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.