elmbrook Posted August 19, 2005 Posted August 19, 2005 I had my host add the contrib, Sitemap 2.2.3 and now when the site map page is displayed it shows the following: 1146 - Table 'greenabo_osc.TABLE_PAGES' doesn't exist select p.pages_id, p.sort_order, p.status, s.pages_title, s.pages_html_text from TABLE_PAGES p LEFT JOIN TABLE_PAGES_DESCRIPTION s on p.pages_id = s.pages_id where p.status = 1 and s.language_id = '1' and p.sort_order > 0 order by p.sort_order, s.pages_title Otherwise, the page appears to work. My basic installation is Osc 2.2 Milestone 2. Did I have the wrong version of Sitemap added? Any help would be appreciated. Rich Quote
Guest Posted August 19, 2005 Posted August 19, 2005 You need to define the table in /includes/database_tables.php: define('TABLE_PAGES', 'pages'); (assuming that is the correct name for the table) :P Matti 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.