Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pineapple

    (@pineapple)

    this as well. Sorry to be posting so much, but I have to keep switching back & forth between sites.

    Error

    SQL query:

    #
    # Table structure of table wp_categories
    #
    CREATE TABLE wp_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 ) ,
    UNIQUE KEY cat_name ( cat_name ) ,
    KEY category_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 line

    Thread Starter pineapple

    (@pineapple)

    I 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 table wp_categories
    #
    DROP TABLE IF EXISTS wp_categories ;

    MySQL said: Documentation
    #1046 – No Database Selected

    Oh, 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.

    It 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/pineapple

    It just started today, this afternoon. I double-checked that the theme files are still on the server & with the correct permissions…

    It’s strange

    Ok, 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.

    I 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.

    Thread Starter pineapple

    (@pineapple)

    that fixed it right up. thanks so much!

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