Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 errors on new template install


nettly

Recommended Posts

Posted

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

Posted

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...

Posted

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...

Archived

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

×
×
  • Create New...