nettly Posted October 26, 2010 Posted October 26, 2010 can't set user permissions on public_html/includes/configure.php to disable writing capabilites - its is giving a warning on my home page getting the following at my admin panel/catalog/categoriesproducts 1054 - Unknown column 'cd.categories_htc_title_tag' in 'field list' select c.categories_id, cd.categories_name, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified, cd.categories_htc_title_tag, cd.categories_htc_desc_tag, cd.categories_htc_keywords_tag, cd.categories_htc_description from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' order by c.sort_order, cd.categories_name also getting the following at message on my admin panel/catalog/manufacturers 1054 - Unknown column 'mi.manufacturers_htc_title_tag' in 'field list' select m.manufacturers_id, m.manufacturers_name, m.manufacturers_image, m.date_added, m.last_modified, mi.manufacturers_htc_title_tag from manufacturers m LEFT JOIN manufacturers_info mi on m.manufacturers_id = mi.manufacturers_id where mi.languages_id = '1' order by m.manufacturers_name limit 0, 3
Wayne Weedon Posted October 26, 2010 Posted October 26, 2010 Seems the template is expecting some additional database columns, that will require some work with phpmyadmin via your hosting control panel. As for permissions, sometimes it needs to be done control panel side ie not via ftp. Wayne...
♥mdtaylorlrim Posted October 26, 2010 Posted October 26, 2010 Did you run the required sql file included in the contribution instructions? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
nettly Posted October 26, 2010 Author Posted October 26, 2010 Seems the template is expecting some additional database columns, that will require some work with phpmyadmin via your hosting control panel. As for permissions, sometimes it needs to be done control panel side ie not via ftp. Wayne...
nettly Posted October 26, 2010 Author Posted October 26, 2010 okay, yet i am no expert at all. i wish i knew what kind of work in phpmyadmin and where.
♥mdtaylorlrim Posted October 26, 2010 Posted October 26, 2010 okay, yet i am no expert at all. i wish i knew what kind of work in phpmyadmin and where. Do you see in the instructions where is says to run the .sql file? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.