headertag controller v2.1
slicks <[email protected]> 11 Sep 2003 12:23:31 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <ba1a40fed2227b21a7d9378754326a78@osCommerce-Forums> |
This message was sent from: Contributions http://forums.oscommerce.com/viewtopic.php?p=227836#227836 ---------------------------------------------------------------- hello, i got a little problem with the mysql file from the headertag controller, maybe someone like to help out. [code]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;[/code] 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