Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

??? About Installing Header Tags Controller


amphead

Recommended Posts

The following SQL statement from the instructions does not work for me. This is what I get when I execute it.

 

ALTER TABLE products_description ADD products_head_desc_tag LONGTEXT(300) NULL;

 

ERROR 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 '(300) NULL' at line 1

 

Checking the manual show no usage of the dimension for TEXT type fields (except for TINYTEXT).

 

Should it be as follows?

 

ALTER TABLE products_description ADD products_head_desc_tag LONGTEXT NULL;

 

If someone who has performed this installation or SQL guru would verfy this before I proceed I would greatly appreciate.

 

Thanks,

 

Doug

Link to comment
Share on other sites

yeah you can just change it. I have installed the same thing and changed it to TEXT.

Be advised that keywords don't help in Google, I myself don't think it's worth the effort of stamping keywords on every 2#%%@ page, I just use the title tag.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...