I want to redirect only the EDITOR level.
It’s possible?
]]>I navigate to mysite/wp-admin/index.php
I immediately get redirected to:
https://www.mysite.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.mysite.com%2Fwp-admin%2Findex.php&reauth=1
No opportunity to login. I have disabled the entire plugin directory that makes no difference.
Rest of site is working. Found the functions.php file in the theme subfolder and no extra spaces.
Any suggestions what went wrong and how to fix?!
Tx!!
]]>I have just finished setting up a WP site with W3 TC.
When the plugin is active the wp-admin/index.php page becomes blank.
I have tried enabling/disabling all plugins, and the problem seems to be with this one.
When I put define(‘WP_DEBUG’, TRUE); in wp-config.php, wp-admin/index.php spits out:
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /domains/www.steenkofoed.dk/www/wp-includes/functions.php on line 3323
Notice: Undefined index: general in /domains/www.steenkofoed.dk/www/wp-content/plugins/mailpress/mp-includes/class/MP_Log.class.php on line 36
Maybe the host is running some old version of PHP, I’m not sure, but is there some way this can be fixed?
I have been Googling for a solution but so far no luck.
Thanks, cb
]]>Personal blog admin loads quickly and completely, with all RSS feeds.
Sports blog dashboard loads extremely slowly, and doesn’t fully load when done. However, all other admin pages are fully accessible and load lightning fast.
RSS feed problems loading, I know… but why on one blog and not on another? Would different servers receive RSS feeds at different speeds?
I disabled the sports blog dashboard with Filosofo’s Remove Dashboard plugin. This removed the problem, but then my coaches couldn’t log in using the Meta link, so I deactivated it.
Then I tried the Dashboard Options plugin, but even when I disable all RSS feeds, the dashboard loads just as slowly as before, and then does not completely load as before (can’t see the WordPress footer with the version number, for example).
I finally settled for manually removing all the RSS feeds from the wp-admin/index.php, and now the sports blog dashboard is lightning fast again.
The only other difference between the two blogs is that the crippled dashboard sports blog also turned up a blank page after editing a post. The personal blog doesn’t ever do that. Probably doesn’t mean anything, but I thought I’d throw it in there.
]]>anybody can help
John
I have just moved my blog for the 2nd time. The first time was from a shared linux web server to a windows vps server which worked fine. Now I’ve moved it from the Windows vps to a Dedicated Linux Fedora Core 4 server and I have a few things that are not working.
First:
The wp-admin/index.php file dies at line 32 which on my file is.
if ( $scheduled = $wpdb->get_results(“SELECT ID, post_title, post_date_gmt FROM $wpdb->posts WHERE post_status = ‘publish’ AN$
:
This is making the admin page load very slowing and none of the dashboard stuff shows up.
Second:
wp-admin/plugins.php gives me the following error.
Couldn’t open plugins directory or there are no plugins available.
Now I have lots of plugins. They worked on the windows server and the first linux box. I’ve tried changeing permissions doesn’t appear to work.
Third:
When I write a new post it takes a really long time to complete. Now it writes to the db fast. Actually if I hit stop in my browser then view the blog the update is always there. This tells me it is choking on something after the insert command and it’s not the db.
Any suggestions or help would be great thanks a bunch in advance and Happy New Year/ Merry Christmas.
]]>