Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WooCommerce breaking Wordpress Admin

I've made a clean install of Wordpress on my server and added WooCommerce plugin. Now, some of the pages in the admin panel doesn't display correctly (Dashboard, Media, WooCommerce, etc.).

enter image description here

This is a clean install, only WooCommerce plugin is active.

Do you have any idea why this is happening?

Thanks

like image 621
Ganikkost Avatar asked Aug 07 '26 04:08

Ganikkost


1 Answers

Ok so there is VERY little information to go on here so here is the general "Wordpress Broke" debugging guide.

  1. Disable WooCommerce and see if Wordpress goes back to normal. If this is the case then you have to Reinstall WooCommerce. This is where http://docs.woothemes.com/document/known-conflicts would come in handy

  2. If it is still broken without any plugins then you have to check your directory permissions, file structure, and URL Structure.

99% of the time chrome devtools will be your best friend for debuging these problems. It looks like you are not loading some of the core CSS files so lets look to see if you have a a 404, 403, or 500 error when chrome requests them.

  1. Open up chrome and go to the Wordpress admin
  2. Right click anywhere on the page and "Inspect Element"
  3. Look for the red error icon on the right side (top/bottom) and click it to expend the console.
  4. You will probably see the failed requests in there. Make sure the requests are for the correct urls, such as: http://yourdomain.com/wp-admin/load-styles.php or http://yourdomain.com/wp-includes/js/thickbox/thickbox.css
  5. If that are valid URLs and you have verified that the files exist on the server then you have to check directory permissions: http://codex.wordpress.org/Changing_File_Permissions

Best wishes, let me know how it goes

like image 65
edhurtig Avatar answered Aug 10 '26 06:08

edhurtig



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!