Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Themes and Templates
    In reply to: Mu templates
    Thread Starter Aeros

    (@aeros)

    ya i know moose it was just a simple question

    here are the first two out of oh i would guess 20 or 30 :

    WordPress database error: [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 ‘-admin_categories ( cat_ID int(4) NOT NULL auto_increment, ]
    CREATE TABLE wp_wp-admin_categories ( cat_ID int(4) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description text NOT NULL, category_parent int(4) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), UNIQUE KEY cat_name (cat_name), KEY category_nicename (category_nicename) )

    WordPress database error: [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 ‘-admin_comments ( comment_ID int(11) unsigned NOT NULL auto_i]
    CREATE TABLE wp_wp-admin_comments ( comment_ID int(11) unsigned NOT NULL auto_increment, comment_post_ID int(11) NOT NULL default ‘0’, comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default ”, comment_author_url varchar(200) NOT NULL default ”, comment_author_IP varchar(100) NOT NULL default ”, comment_date datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_date_gmt datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_content text NOT NULL, comment_karma int(11) NOT NULL default ‘0’, comment_approved enum(‘0′,’1’) NOT NULL default ‘1’, comment_agent varchar(255) NOT NULL default ”, comment_type varchar(20) NOT NULL default ”, comment_parent int(11) NOT NULL default ‘0’, user_id int(11) NOT NULL default ‘0’, PRIMARY KEY (comment_ID), KEY comment_approved (comment_approved), KEY comment_post_ID (comment_post_ID)

    your welcome to try…
    matt-jared.com/wp-admin/wp-admin/install.php

    All help is appreciated greatly

    i get some massive mysql errors when i login after install, not sure what tod0
    Warning: Invalid argument supplied for foreach() in /home/axn0e8/public_html/blog/wp-inst/wp-includes/functions.php on line 377
    WordPress database error: [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 ‘-inst_options WHERE option_name = ‘permalink_structure” at lin]
    SELECT option_value FROM wp_wp-inst_options WHERE option_name = ‘permalink_structure’
    Warning: Invalid argument supplied for foreach() in /home/axn0e8/public_html/blog/wp-inst/wp-includes/functions.php on line 377
    WordPress database error: [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 ‘-inst_options WHERE option_name = ‘category_base” at line 1]
    SELECT option_value FROM wp_wp-inst_options WHERE option_name = ‘category_base’
    It doesn’t look like you’ve installed WP yet. Try running install.php.

    Forum: Fixing WordPress
    In reply to: new user level
    Thread Starter Aeros

    (@aeros)

    i installed it but when i tried to login i got mysql errors everywhere, maybe the latest rlease isnt as stable as they thought but hey im going for an older version, thanks =)

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