pineapple
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving to new host (same domain) & database issuesthis as well. Sorry to be posting so much, but I have to keep switching back & forth between sites.
Error
SQL query:
#
# Table structure of tablewp_categories
#
CREATE TABLEwp_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_parentbigint( 20 ) NOT NULL default ‘0’,
category_countbigint( 20 ) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID) ,
UNIQUE KEYcat_name(cat_name) ,
KEYcategory_nicename(category_nicename)
) ENGINE = MYISAM AUTO_INCREMENT =21DEFAULT CHARSET = latin1;MySQL said: Documentation
#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 ‘ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=latin1’ at lineForum: Fixing WordPress
In reply to: Moving to new host (same domain) & database issuesI also get this error when I try to upload the .gz database backup I downloaded with Skippy’s plugin.
Error
SQL query:
# WordPress MySQL database backup
#
# Generated: Friday 6. April 2007 16:00 CDT
# Hostname: localhost
# Database:kglgags_wrdp1
# ——————————————————–
# ——————————————————–
# Table:wp_categories
# ——————————————————–
#
# Delete any existing tablewp_categories
#
DROP TABLE IF EXISTSwp_categories;MySQL said: Documentation
#1046 – No Database SelectedForum: Themes and Templates
In reply to: Error in Theme EditorOh, that’s a good idea. I was going to check my control panel on my hosting site to see if anything changed.
Also strange, I can edit plugin files (which, I assume, works much like the theme editor?) fine. No problem with that.
All of a sudden, no theme editor in browser.
I can still download/edit/upload again…but it randomly stopped today.
Forum: Themes and Templates
In reply to: Error in Theme EditorIt worked before completely fine with no errors.
All I did before it stopped working was post something, same as usual. I haven’t installed anything, updated anything, or moved anything.
My blog’s frontend works. I can manage files, I can backup files, etc. Everything else is fine except for this one part.
link:
http://k-l-a-s-s-y.com/pineappleIt just started today, this afternoon. I double-checked that the theme files are still on the server & with the correct permissions…
It’s strange
Forum: Themes and Templates
In reply to: Error in Theme EditorOk, sorry, I didn’t know which threads are still active.
Also, I’m getting this:
“All of this theme’s files are located in /.”it’s apparently looking in the wrong location for my themes, but I can’t find where to change that. I never changed it in the first place.
Forum: Themes and Templates
In reply to: Error in Theme EditorI am getting the same error. Regardless of which theme I try to edit. Everything is fine on my server with the right permissions…but I still get the error.
Forum: Themes and Templates
In reply to: new theme errorthat fixed it right up. thanks so much!