antimedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with OPML blogroll uploadThanks for the tip. Don’t know why, but it never even occurred to me to put the file on my website and import it that way. The perl script I wrote formats the opml file correctly, but I’ll take a look at the one you linked to as well.
Forum: Everything else WordPress
In reply to: Import problems in version 2.1 with opml filesSeveral people have reported this problem, including me. It’s unresolved AFAIK.
Forum: Fixing WordPress
In reply to: XML-Error, OPML-ImportIt looks like this might be relevant:
php and XHTML discussionIt appears that valid XHTML is having problems with xml tags because they look like php tags:
<?xml vs. <?php and php doesn’t require the php. You can simply do this: <? – so xml looks like php to the web browser.I think this may be what is breaking the uploads.
Forum: Fixing WordPress
In reply to: XML-Error, OPML-ImportI compared the code in the link-parse-opml.php files from 2.0.7 and 2.1, and there’s some minor changes in formatting but nothing else. I then swapped the 2.0.7 version for the current version in 2.1, and the uploads still fail with the same error. So it doesn’t appear that the problem is in that file.
Forum: Fixing WordPress
In reply to: XML-Error, OPML-ImportI just exported my Bloglines feed and tried to import it. It also fails, with the same error message.
Forum: Fixing WordPress
In reply to: XML-Error, OPML-ImportI am having the same problem. I’ve searched for solutions and read the code in wp-admin/link-parse-opml.php, scratched my head, nothing works. I can’t even find this error code (invalid document end) in the php.net xml parsing error codes.
Glad to see it’s not just me.
Forum: Fixing WordPress
In reply to: Edit Password PageEdit the comments.php file in your them.
Forum: Fixing WordPress
In reply to: Localhost AppearsDid you set the Blog Address in the Options/General section of the Admin panel?