Can't get into the admin console after migrating to new server

Posted by Emerson on Pro Webmasters See other posts from Pro Webmasters or by Emerson
Published on 2010-11-10T20:56:57Z Indexed on 2013/11/11 22:16 UTC
Read the original article Hit count: 404

Filed under:
|

I migrated my WordPress blog to a new server, and everything seemed to be working fine until it started giving me the error when entering the admin area:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 4864 bytes) in
/home/neworder/public_html/blog/wp-admin/includes/plugin.php
on line 729

The line 729 has:

$protected = array( '_wp_attached_file', '_wp_attachment_metadata', '_wp_old_slug', '_wp_page_template' );

I had installed the maintenance-mode, and I have suspicions that this is what broke the forum.

If I remove the plugin it then gives another error:

Fatal error: Allowed memory size of
33554432 bytes exhausted (tried to
allocate 19456 bytes) in
/home/neworder/public_html/blog/wp-admin/includes/post.php
on line 1158

And that line has:

$content .= '<p class="hide-if-no-js">' . esc_html__( 'Remove featured image' ) . '</p>';
}

I tried to restore the blog file-system from the old server and also to restore the database from the old server (2x), but still it gives me the same error.

The blog itself seems to be working fine:

http://blog.antinovaordemmundial.com/

© Pro Webmasters or respective owner

Related posts about Wordpress

Related posts about administration