I am currently running Pro v2.4.2 with Wordpress v5.0.3 (PHP v7.2.11). I have attempted to update to Pro v2.4.6 multiple times but every attempt results in a 500 error screen. I don’t see any errors or messages in the Chrome Debug console. It almost looks like there is some sort of redirect loop or something occurring. Has this issue been reported before and / or is there a solution for this?
Hi,
Please try to increase php memory limit and max execution time by adding the code below in your wp-config.php file.
set_time_limit(300);
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '1024M');
If that doesn’t help, please provide us your wordpress admin login in Secure Note

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