Hey WP experts,
I need to make a change to one of my products, but when I click the **Products** tab in WordPress, I get a HTTP 500 error. All the other tabs under Products load, except for All Products and Add New. (Screenshot attached for reference of tabs)
Also, the **WooCommerce tab, and its Customers, and Extensions tabs** do not load either. The other tabs under WooCommerce load with no issues.
I’ve cleared my cache and cookies, but that did not solve my issue. Any help in troubleshooting is appreciated!!
https://preview.redd.it/0jrf4toztuxc1.png?width=1467&format=png&auto=webp&s=16c1026b0288e662eaee5ced0ef201cc33881690
[ad_2]
increase the PHP memory limit in WordPress, you can do this by doing the following:
Edit the wp-config.php file:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Also, if you are on shared hosting, get a better host. WC doesn’t work well on shared hosting