berni123
Member
Posted 5 years ago #
Hello,
I moved my WordPress from Server A to Server B, including the database . Everything is working fine, but only the following strange problem:
After logging in as admin, nomally the page redirects to the dashboard. This does not work any more. I can edit directly via wp-admin/post.php, but wp-admin/index.php does not work. !index.php will be executed, because /index.php does work and I tested an small wp-admin/index.php - it works too.
Commenting out: require_once (ABSPATH . WPINC . '/rss-functions.php'); in wp-admin/index.php, there appears a rudimentary dashboard page, so I wonder what could be wrong.
Everything else is working fine, the options are correct, the database is working, everything is working except, that no dashboard page appears.
Any hints anybody ?
Kind regards,
Bernd
Try disabling all your plugins.
My guess, though, is that it's a problem with your host. I've heard of hosts' firewalls being too aggressive and blocking the WordPress feeds causing tho dashboard to die.
If disabling your plugins doesn't work, contact your host to see if there are any firewall issues or if there's a PHP configuration problem.
There's a bunch of stuff about this on these forums too:
http://wordpress.org/search/blank?forums=1
http://wordpress.org/search/rss-functions?forums=1
berni123
Member
Posted 5 years ago #
Hello,
I don't have any pligins enabled, I also deleted the plugins but nothing. What kind of php-misconfiguration could cause this behaviour ? There are no firewall restrictions. I dont know the rss-stuff - i am just using the blog. The two feeds are full of stuff but I dont really understand it. Using interactive with php4 -a -f index.php i get also no output in wp-admin, so please help me to get it working again.
Thanks a lot,
Bernd
berni123
Member
Posted 5 years ago #
Strange - now it works !
I found a hint about insufficent memory and i changed
/etc/php4/apache2/php.ini: memory_limit=16M # was 8M
but nothing happend, also after restarting apache2,
but changing all php.ini under cli/ and cgi/ too
and restarting, suddenly it worked :-)
Well, always the same thing ... hours in searching ...
but now here is the solution, so keep it in mind :-)
Bernd