major
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outHi,
I am having the same problem. I’m a little confused as to what the fix is?
CREATE TABLE
wp_categories(
cat_IDbigint( 20 ) NOT NULL AUTO_INCREMENT ,
cat_namevarchar( 55 ) NOT NULL default ”,
category_nicenamevarchar( 200 ) NOT NULL default ”,
category_descriptionlongtext NOT NULL ,
category_parentint( 4 ) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID) ,
KEYcategory_nicename(category_nicename)
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2#1064 – You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘DEFAULT CHARSET=latin1 AUTO_INCREMENT=2’ at line 9
Forum: Fixing WordPress
In reply to: Make all posts privateCool, just to make sure I have this 100% correct – mine would look like this with a table prefix of ‘wp’:
UPDATE wp_posts SET post_status = ‘private’Forum: Everything else WordPress
In reply to: WordPress Hosting AccountI’ve found these guys to be really good.
http://www.canadianwebhosting.com/Forum: Your WordPress
In reply to: Joined WP Topsitesalways interested me, but where did those standard rectangular boxes orginally come from? they’re everywhere.
what font is it?Forum: Plugins
In reply to: Monthly Archives as a select boxPerfect. Thank You.
Forum: Fixing WordPress
In reply to: Date missing from teaser pageThanks for helping. it’s not so much the latest date format, but the date tag appeared outside the loop which was on the page you linked to.