liftnw8sblog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving Site to New Domain and Server….so anyone, any suggestions, I am next going to try just using portions of the old DB, rather than the whole thing, i.e. just taking my posts and the like only.
Forum: Fixing WordPress
In reply to: Moving Site to New Domain and Server….I read the Moving WordPress stuff and the Tamba2 stuff, as for the WordPress database backup, I used the plugin that comes with wordpress to do that.
Forum: Fixing WordPress
In reply to: Moving Site to New Domain and Server….SQL query:
#
# Table structure of tablewp_categories
#
CREATE TABLEwp_categories
(
cat_ID
bigint( 20 ) NOT NULL AUTO_INCREMENT ,
cat_name
varchar( 55 ) NOT NULL default ”,
category_nicename
varchar( 200 ) NOT NULL default ”,
category_description
longtext NOT NULL ,
category_parent
bigint( 20 ) NOT NULL default ‘0’,
category_count
bigint( 20 ) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID
) ,
KEYcategory_nicename
(category_nicename
)
) ENGINE = MYISAM AUTO_INCREMENT =23DEFAULT 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 ‘DEFAULT CHARSET=latin1’ at line 10Above is the information that I am getting in reference to the type of error while trying to import the DB, not sure if that helps but figured it might.
Forum: Fixing WordPress
In reply to: Image Upload ProblemOk, I chmodded both directories to 777 and everything worked just fine finally.
Forum: Fixing WordPress
In reply to: Image Upload ProblemOk, I have now created the uploads directory, and CHMOD it to 775, as the other post instructed, I also CHMOD wp-content to 775 because I don’t want that much access for anyone, and I attempted to upload something and got nothing.
Forum: Fixing WordPress
In reply to: Image Upload ProblemThanks, going to try this, I have already manually created this folder, thinking that should fix it right off, but initially it didn’t work, going to check the file permissions on that folder as well and modify if necessary and then give it another go and see if it works.
Forum: Fixing WordPress
In reply to: Uploading images?a file permission tutorial is not what I need, I need to know the specific folders to change if this is what is causing the problem. I have read elsewhere that others have changed the proper folder permissions and it has not done anything at all for them.
Forum: Fixing WordPress
In reply to: Uploading images?Anyone have any clues as to why this is occuring and how to fix it.
Forum: Fixing WordPress
In reply to: Uploading images?Still awaiting some kind of information on why this is happening, I am sure since I have a couple of sites that this is occurring on.
Forum: Fixing WordPress
In reply to: Uploading images?Anybody, need help with this.
Forum: Fixing WordPress
In reply to: Image Problems…Would have helped had I gotten the link correct, silly me, it works, the image is just huge.
Forum: Fixing WordPress
In reply to: Image Problems…Sorry, totally didn’t even think about that.
Forum: Fixing WordPress
In reply to: Uploading images?What should those permissions be set to in order to get this to work.
Forum: Fixing WordPress
In reply to: Uploading images?I am getting the same error as this one with two blogs that I have installed the latest version of WordPress, I really need a fix for this quickly.
Thanks!!