Envira Update Bug

When I update to Envira 1.7.0 the WordPress is no loner accessible - I get an error 500.

Hi @Torah541,

Thanks for writing in

Try to increase your memory limit to 512mb by adding these lines to your site’s wp-config.php after WP_DEBUG line.

define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

Let us know how it goes.

Thanks!

Same bug here since update of Envira, tried to increase memory limit or tried to remove “wp-content/themes/x/framework/functions/global/plugins/envira-gallery.php” as mentionned on another topic but nothing work :frowning:

Really need a fix !

Seems to be a bug. See here https://theme.co/apex/forum/t/envira-gallery-is-blocking-my-back-end-wordpress-access/12313?u=torah541

same here. I just contacted envira support.

Hi Folks,

This will be addressed in the next release, apologies about the hassle. For now commenting out said code is fine. While we wouldn’t normally recommend editing core theme files, in this case that’s only way it can be resolved until we release a patch.

Thanks!

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