Thanks, please check now. It looks to be working for me:
You had an error in the wp-config.php
file. This define(’WP_MEMORY_LIMIT’, ‘256M’);
was wrong, it should be this: define(’WP_MEMORY_LIMIT’, ‘256M’);
. It should not be below require_once(ABSPATH . 'wp-settings.php');
, nothing should be below that.
Thanks.