incursio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed shows RSS comments after updateYesp – same problem here – been reported in a few other threads as well.
Forum: Fixing WordPress
In reply to: Comments and Posts feeds are returning both the commentsThis is clearly a bug in 2.01 – hopefully, the WordPress team will weigh in on this at some point. It may already be in the bug tracking system, but I don’t have the time to check at the moment.
Forum: Fixing WordPress
In reply to: No RSS feedsI am having similar problems as well …
http://www.scottburkett.com/wp-rss.php
Looks like an encoding problem ….
Forum: Fixing WordPress
In reply to: Comments and Posts feeds are returning both the commentsI upgraded to 2.01, and for some reason:
http://www.scottburkett.com/index.php/feed
is returning only comments, no posts. 🙁
Forum: Fixing WordPress
In reply to: Blank dashboard after upgrade to 2.01My wp-admin/index.php is 6019 bytes long (as is the distro version). There is no wp-content/plugins/index.php file in the distro. At least not the one that I downloaded.
Forum: Fixing WordPress
In reply to: Blank dashboard after upgrade to 2.01Around line 69 in admin.php:
include(ABSPATH . “wp-content/plugins/$plugin_page”);
$plugin_page is set to “index.php” (obviously).
I have a blank index.php in the plugins dir. I just checked the distribution for 2.01 and there is no index.php there at all (this must be one that I copied there for security purposes).
Is this include looking in the right place for index.php? Shouldn’t it be looking in wp-admin?
Forum: Fixing WordPress
In reply to: Blank dashboard after upgrade to 2.01I followed the regular update procedure.
Made full backup, of course, including database.
Deactivated plugins.
Copied over all the files, ran wp-admin/upgrade.php
Activated plugins.
Works fine as far as I can tell, ‘cept this little bug. I just deactivated my plugins, but still get the same thing.
I will debug it and let you know what is causing it …
Cheers.