mkeilhofer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't upload imagesIs there no one that can help?
Forum: Fixing WordPress
In reply to: Can't upload imageslinks again:
upload start process
upload errorOn another blog this same upload works fine.
Forum: Fixing WordPress
In reply to: Can't upload imagesupload start process
upload errore error:Forum: Fixing WordPress
In reply to: Can't upload imagesNo, I was not using FTP. I tried drag n drop, using the upload media, etc.
Forum: Fixing WordPress
In reply to: help please – site doesn't appearHave you looked in your php error log? There should be something there. You can always go into the database and deactivate off the plugins. Here’s a link to do that: http://perishablepress.com/press/2008/02/18/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/
Forum: Fixing WordPress
In reply to: ERROR MESSAGESI’ve had this problem since day one. I own the server and set the php memory_limit = 256M (it was 64M). I also added the define(‘WP_MEMORY_LIMIT’, ‘256M’) to wp-config.php. And, I’ve verified using phpinfo that php really is allowing 256M. This system has 12GB of memory with 9GB available.
I’ve read a hundred posts all claiming that increasing the memory via adding the define(‘WP_MEMORY_LIMIT’, ‘XXM’) would solve the problem but it does not.
I still get a lot errors like this:
Out of memory (allocated 3932160) (tried to allocate 393216 bytes) in C:\inetpub\blogs.hairboutique.com\wp-includes\formatting.php on line 635Does anyone really know what causes this and how to fix it?