Forums
(@neilsmalcolm)
1 year, 5 months ago
Thanks for your response about the type.so extension and how to add it.
The iPage guys sorted it for me. Their solution in their words:
All sorted now.
9 years, 5 months ago
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.