Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • I just installed this… everything works EXCEPT it won’t send emails when I post. I realized I skipped the last step of adding <?php email_notification_future_send(); ?> . Once added, I now get these errors :

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/band/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 369

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/band/public_html/wp-content/plugins/wp-email-notification/email_notification_2.3.1.php on line 372

    Please help, I didn’t even mess with this file.

    Thread Starter band

    (@band)

    Works :]

    Thread Starter band

    (@band)

    Some trouble while trying to import…

    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 ‘band_B2.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

    Thread Starter band

    (@band)

    Fixed above. Onto importing b2.

    Thread Starter band

    (@band)

    Right off the bat, I get this

    “Sorry, I can’t write to the directory. You’ll have to either change the permissions on your WordPress directory or create your wp-config.php manually.”

    Thread Starter band

    (@band)

    All right, so if I backup everything and get into trouble, I can just reupload the database and everything will be back to normal?

    I’m just gonna’ do it. I’ve got a few hours to waste this morning.

    If I run into trouble, which I probably will [haha], I’ll be posting.

    Thread Starter band

    (@band)

    Alrighty, I added the changes and the smilies show up, however when I click them nothing happens. Could it have something to do with this:

    “Note: You cannot have clickable smilies AND the WYSIWYG editor. If both are present you will be able to see the smilies but nothing will happen when you click them. You will need to switch the new editor off for them to work”

    Thread Starter band

    (@band)

    Wow. That sounds like a pain in the ass, especially since I already installed everything and pretty much worked out all the kinks. This makes me sad… they really should have a b2->WP2 converter. It seems silly that b2 and greymatter were the only tools that didn’t come with an import document.

Viewing 8 replies - 1 through 8 (of 8 total)