Could you email me the output of phpinfo().
support@humanmade.co.uk
Marking as resolved here as support is continuing via email.
I have this same problem. Though, I didn’t even know there was such thing as Safe Mode on WordPress. So I don’t know how to turn it on or off. And I also don’t know how to find the output of phpinfo(), or what that is.
Any help would be much appreciated.
Matt
I have spoken to both Matt and ajstocco separately via email, but for anyone else seeing the safe mode error, in all the support requests we’ve had, it’s always been an issue with the host.
Thanks, Tom. Indeed, my host turned off Safe Mode when I contacted them. All good now.
Best,
Matt
Glad you we’re able to get it sorted.
I had this same problem but after reading
fatal error allowed memory size of 33554432 bytes exhausted to correct the error described there (for the record it recommended putting a php.ini file in wp-admin containing
memory_limit = 256M
)
I also added
safe_mode = Off
and the Safe Mode error went away.