it came up already installed
it came up already installed
Failed: 1
ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists
Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
i got it i had to upload it thanks for your help can you go to my other post please and see if you can tell me what is wrong
i don't undestant,,,you bbdd is jlcaudio_IC_20090717_220127, and you install the query ,,,and before it says "ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists", and it says not find the table "zen_meta_tags_manufacturers_description""
there is an error in
\pro\includes\languages\english\extra_definitions\manufacturers_metatags.php
you have "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS" and "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS"
where category is mentioned it should be manufacturer
when it should be
the spanish defines are okCode://Metatags define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Manufacturers Meta Tags Definitions'); define('TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS', 'Manufacturers Meta Tags Definitions'); define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Define Custom Meta Tags'); define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO', 'Define Custom Meta Tags'); define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE', 'Title:'); define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS', 'Keywords:'); define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION', 'Description:');
also the where the meta title goes then the field is only 4 characters wide, this should be much wider than thisn and/or auto adjust to the size of the currently define meta title
Last edited by netgirlz; 7 Mar 2011 at 03:07 AM.
Hi!
Is this module compatible with 1.3.9h?
I've been trying to get it working for a day or two now.
When i go to the 'Manufacturers' page in the admin panel i get:
Parse error: syntax error, unexpected '}' in ....manufacturers.php on line 254
..and if i remove the allegedly spurious '{' (which appears to be in the same place as the core file) i get pages of this...
fields['manufacturers_id'] , (int)$_SESSION['languages_id']) or zen_get_manufacturer_metatags_manu_description($manufacturers->fields['manufacturers_id'] , (int)$_SESSION['languages_id'])) {?>![]()
Hi Andy. Did you ever get this sorted? I have exact same issue with 1.3.9h. Thanks. Paul.
I've submitted v2.0.0 to the plugins' area for review. Following are the highlights:
- Correct usage of PHP short tags.
- Include database setup in an admin-level auto-installer — no more SQL installation script.
- Delete meta-tag records if a manufacturer is deleted.
- Update core-file and template-override basis to Zen Cart v1.5.4.
- Standardize admin and template-override folder names for the distribution.
- Move meta_tags.php into a template-override folder.