ttremain Posted July 30, 2005 Share Posted July 30, 2005 Just my luck. A new error comes up just another step into the process... I select a page to edit, and I get: 1054 - Unknown column 's.page_type' in 'field list' select s.status, s.sort_order, s.page_type, p.pages_title, p.pages_html_text, p.intorext, p.externallink, p.link_target, p.language_id from pages s left join pages_description p on s.pages_id=p.pages_id where s.pages_id = '2' Thomas Tremain Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2005 Share Posted July 30, 2005 The column page_type is missing from your database table..... or it should be p.page_type in the query (referencing the wrong table) Which contribution is this? Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.