band
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.1I 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.
Forum: Plugins
In reply to: WordPress clickable smilies on dashboard pageWorks :]
Forum: Installing WordPress
In reply to: Upgrading from b2 to wordpress 2Some 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 IDOne down, two to go…
Database error: [Table ‘band_B2.wp_settings’ doesn’t exist]
ALTER TABLE wp_settings DROP INDEX IDSo far so good.
Database error: [Can’t DROP ‘post_karma’. Check that column/key exists]
ALTER TABLE wp_posts DROP post_karmaAlmost there…
Database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX IDForum: Installing WordPress
In reply to: Upgrading from b2 to wordpress 2Fixed above. Onto importing b2.
Forum: Installing WordPress
In reply to: Upgrading from b2 to wordpress 2Right 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.”
Forum: Installing WordPress
In reply to: Upgrading from b2 to wordpress 2All 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.
Forum: Plugins
In reply to: WordPress clickable smilies on dashboard pageAlrighty, 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”
Forum: Installing WordPress
In reply to: Upgrading from b2 to wordpress 2Wow. 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.