foolswisdom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t Export My BlogWhat browser are you using? Try using a different browser?
Forum: Fixing WordPress
In reply to: XML Export – Missing Post TitleIf you want to send me a backup of your database I can try to debug the problem.
Forum: Fixing WordPress
In reply to: redirect from index.php to domain.com/What you are wanting to do does not make sense to me. It is over optimization, and my instinct suggest it is even a bad practice. If people are linking to index.php figure out why.
Forum: Fixing WordPress
In reply to: RSS 2.0 feed sends content as text/html instead of text/xmlLooking at the headers it seems very likely that you are doing no-www or something in your .htaccess .
$ lynx -dump -head http://www.iwaruna.com/feed
HTTP/1.1 301 Moved Permanently
Location: http://iwaruna.com/feedThat is why the mime type is text/html , that is as expected.
$ lynx -dump -head http://iwaruna.com/feed | grep -i content-type
Content-Type: text/xml; charset=UTF-8So in closing http://www.iwaruna.com/feed/ is not the address of your feed, http://iwaruna.com/feed is.
Forum: Fixing WordPress
In reply to: WordPress 2.1 update breaks xmlrpc complianceI have created #3662: Can’t post using Ecto b/c categoryID should be string not int.
A patch is available for WordPress (core) and should be included in the first maintenance release of WordPress 2.1 .Forum: Fixing WordPress
In reply to: ecto stops working with wordpress 2.1I have created #3662: Can’t post using Ecto b/c categoryID should be string not int. A patch is available for WordPress (core) and should be included in the first maintenance release of WordPress 2.1 . Please try it and add a comment to the ticket in trac saying you tested it and whether it now works or not.
Forum: Everything else WordPress
In reply to: WP 2.1 breaks ectoI have created #3662: Can’t post using Ecto b/c categoryID should be string not int. A patch is available for WordPress (core) and should be included in the first maintenance release of WordPress 2.1 . Please try it and add a comment to the ticket in trac saying you tested it and whether it now works or not.
Forum: Fixing WordPress
In reply to: Ecto and MORE TagWhat version of WordPress and Ecto are you running?
Forum: Fixing WordPress
In reply to: Ecto Stuck Retrieving CategoriesI have created #3662: Can’t post using Ecto b/c categoryID should be string not int.
A patch is available for WordPress (core) and should be included in the first maintenance release of WordPress 2.1 . Please try it and add a comment to the ticket in trac saying you tested it.Forum: Fixing WordPress
In reply to: “Do you want to navigate away from this page” problemWhat browser? What version? On what OS?
If you turn off Visual editor (in your profile) do you still encounter this issue?
Forum: Alpha/Beta/RC
In reply to: 2.1 RC1 link/blogroll problemThe issue is that your database is not being updated. You do not have the 2.1 tables and columns. The database upgrade is triggered based only the installed files and then running upgrade, so be sure that all of the WordPress files have been installed.
Forum: Alpha/Beta/RC
In reply to: Links problem and Future Posting.arboltsef, The issue is that your database is not being updated. You do not have the 2.1 tables and columns. The database upgrade is triggered based only the installed files and then running upgrade, so be sure that all of the WordPress files have been installed.
Forum: Alpha/Beta/RC
In reply to: Image thumbnails not showing after updating to 2.1 RC1This should have been addressed since RC1.
Forum: Installing WordPress
In reply to: Getting internal server error after installJust guessing, but possibly you uploaded the wrong/another .htaccess file?
If you just have the one first try renaming it to something else and see if you still have an issue.
Forum: Fixing WordPress
In reply to: how to make backup directory writable for public_html folder?dreamo, do you have access to phpMyAdmin ? If you do, I highly recommend http://www.tamba2.org.uk/wordpress/backup/