agss Posted August 9, 2011 Posted August 9, 2011 Hello I am new to their contribution to osCommerce. My version is v2.2 RC2 I'm trying to implement "Header Tags SEO V 3.0" on my website with a single language "Spanish" and I get this error. 1146 - Table 'web145-andiosc.TABLE_HEADERTAGS_DEFAULT' doesn't exist select * from TABLE_HEADERTAGS_DEFAULT where language_id = '3' [TEP STOP] Could you give me some advice about it. Thank you. Quote
Guest Posted August 9, 2011 Posted August 9, 2011 You should be installing a version of SEO Header Tags that is compatible with your osCommerce version. I believe the one you have installed is for osCommerce v2.3.1. In any case, you need to run the SQL statement included with each contribution that will create the required tables. Chris Quote
germ Posted August 9, 2011 Posted August 9, 2011 Hello I am new to their contribution to osCommerce. My version is v2.2 RC2 I'm trying to implement "Header Tags SEO V 3.0" on my website with a single language "Spanish" and I get this error. 1146 - Table 'web145-andiosc.TABLE_HEADERTAGS_DEFAULT' doesn't exist select * from TABLE_HEADERTAGS_DEFAULT where language_id = '3' [TEP STOP] Could you give me some advice about it. Thank you. Usually when things are ALL_IN_UPPER_CASE like that it means it's missing a define in a PHP file somewhere. In this case probably in /includes/database_tables.php Go over the install directions again, double check things, and see what you might have missed. Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
agss Posted August 10, 2011 Author Posted August 10, 2011 You should be installing a version of SEO Header Tags that is compatible with your osCommerce version. I believe the one you have installed is for osCommerce v2.3.1. In any case, you need to run the SQL statement included with each contribution that will create the required tables. Chris Ok, Thanks for your help. Quote
agss Posted August 10, 2011 Author Posted August 10, 2011 Usually when things are ALL_IN_UPPER_CASE like that it means it's missing a define in a PHP file somewhere. In this case probably in /includes/database_tables.php Go over the install directions again, double check things, and see what you might have missed. Ok, Thanks for your help. 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.