I managed to put debug on and found out this is related to allocated memory.
Took the advice to this line to wp-config.php at the top of the file after the first line.
define('WP_MEMORY_LIMIT', '64M');
Seems to have solved my issues.
I managed to put debug on and found out this is related to allocated memory.
Took the advice to this line to wp-config.php at the top of the file after the first line.
define('WP_MEMORY_LIMIT', '64M');
Seems to have solved my issues.