slicks Posted September 11, 2003 Posted September 11, 2003 hello, i got a little problem with the mysql file from the headertag controller, maybe someone like to help out. ALTER TABLE products_description ADD products_head_title_tag VARCHAR(80) NULL; ALTER TABLE products_description ADD products_head_desc_tag LONGTEXT(300) NULL; ALTER TABLE products_description ADD products_head_keywords_tag LONGTEXT(300) NULL; this looks to me, that this mysql file creats 3 entrys in products_description that are needed for the headertag controller. if i look in my phpmyadmin i see there a entry with products_head_title_tag in products_descrition. i doesent can import the other two entrys in products_description. dont know what i`m doing wrong. maybe someone who have installed this "hack" can help me out with the basic installation from the mysql file. i doesent like to crash my database from the shop :wink: tx and regards slicks Quote
slicks Posted September 11, 2003 Author Posted September 11, 2003 sorry, i forgot to post that i`m using ms2 oscommerce :oops: Quote
slicks Posted September 11, 2003 Author Posted September 11, 2003 there is a error if i like to import the mysql file: ALTER TABLE products_description ADD products_head_keywords_tag LONGTEXT( 300 ) NULL MySQL error: You have an error in your SQL syntax near '( 300 ) NULL ' at line 1 the same problem with products_head_desc_tag... it looks like a syntax error ? regards slicks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.