toopicky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: API endpointSame thing here… hosting with hostdime.
Neither Flickr, digg or ecto work.
Using FF and safari
Forum: Fixing WordPress
In reply to: Host messed up permissions? Can’t post via flock or ecto.Oh.. and if i hit that file directly i get the correct response.. meaning the xmlrpc.php.
Forum: Fixing WordPress
In reply to: Host messed up permissions? Can’t post via flock or ecto.I use Ecto to post messages… and now when posting thru the webinterface it works but after hitting the submit it just sits there trying to load the page.
Forum: Fixing WordPress
In reply to: Host messed up permissions? Can’t post via flock or ecto.I have tryed 777, 755, 744, 666 and 644.
Makes no difference whatsoever 🙁
Forum: Fixing WordPress
In reply to: Flickr Blog This to WordPress 2.0 – CSS Removed?ccf:
I agree.. But hey the product was free and all other functions work like i would have have to pay $1000 bucks for it.
I’d love to get the flickr postings to work.
Forum: Fixing WordPress
In reply to: API endpointBKK:
Where did you make this change?
Forum: Fixing WordPress
In reply to: Flickr Blog This to WordPress 2.0 – CSS Removed?Still doesnt work for me… do I need to change permissions on on the file itself? xmlrpc.php ?
And when I try to re setup a my blog via flickr it keeps telling me that “The endpoint you entered was not correct.”
Used to work fine in 1.5x 2.0 broke it upgraded to the latest 2.0.1.
It does not even send the post for me.
my endpoint would be http://toopicky.com/wp/xmlrpc.phpForum: Fixing WordPress
In reply to: b2 import fails…I finally got back to the upgrade and a fresh install was done with the help of cpanel and fantastico… now I get this error:
———————-
First we’re going to add excerpt, post, and password functionality…
Database error: [Duplicate column name ‘post_excerpt’]
ALTER TABLE wp_posts ADD COLUMN post_excerpt text NOT NULL;
Database error: [Duplicate column name ‘post_status’]
ALTER TABLE wp_posts ADD post_status ENUM(‘publish’,’draft’,’private’) NOT NULL, ADD comment_status ENUM(‘open’,’closed’) NOT NULL, ADD ping_status ENUM(‘open’,’closed’) NOT NULL, ADD post_password varchar(20) NOT NULL;
That went well! Now let’s clean up the b2 database structure a bit…
Database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_posts DROP INDEX ID
One down, two to go…
Database error: [Table ‘toopicky_wrdp1.wp_settings’ doesn’t exist]
ALTER TABLE wp_settings DROP INDEX ID
So far so good.
Database error: [Can’t DROP ‘post_karma’. Check that column/key exists]
ALTER TABLE wp_posts DROP post_karma
Almost there…
Database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX ID
Welcome to the family. Have fun!
———————————————
And nothing was imported…. urgh.. this bites.