Will be any Pro theme release compatible with the latest version of WooCommerce?

Hello,

I updated to Pro 3.2.0 but after updating Woocommerce plugin, I got 500 Internal Server Error.

Will be any release compatible with the latest version of WooCommerce in the near time?

Thanks in advance

Hi there,

Pro works with WooCommerce. I’m not sure what that error is, but we would be happy to take a closer look if you could provide WordPress admin credentials and FTP credentials in a secure note.

A 500 error is usually a fatal PHP error. You can try enabling WP_DEBUG mode to see more information. You can do this by opening wp-config.php and adding the following code just above /* That's all, stop editing! Happy blogging. */

    define('WP_DEBUG', true);
    /* That's all, stop editing! Happy blogging. */

Now you will likely see a more detailed error message.

Sorry, it was a cache issue. Fixed.

Thank you.

We’re glad you sorted it out and thank you for letting us know the cause of the issue.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.