404 error,500 Internal Server Error & Fatal error: Out of memory in my wp!!
-
Hello,
I moved my site from an American server to a European and since then when I open multiple pages from my site separately, example: 16 pages all opened the same time or sometimes when I upload external media or when I upload a photo to a post i get this message:1.”Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”
3. I get a Fatal Error messages. Some examples are dispalyed below.
Fatal error: Out of memory (allocated 11534336) (tried to allocate 30720 bytes) in /home/site/public_html/site.com/wp-includes/comment.php on line 1412
Fatal error: Out of memory (allocated 36175872) (tried to allocate 76 bytes) in /home/site/public_html/site.com/wp-includes/pomo/entry.php on line 43
4. Also there are times that I click on page and when it loads it says that the page doesn’t exist, this also happens when I create a post.
i have “memory_limit = 256M”
19 activated plugins
and in my .htaccess this:suPHP_ConfigPath /home/site/public_html/site.com # BEGIN Better WP Security # END Better WP Security # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Does anybody know what all of these mean? and how i can fix it?!
- The topic ‘404 error,500 Internal Server Error & Fatal error: Out of memory in my wp!!’ is closed to new replies.