

petra
-
Content count
3 -
Joined
-
Last visited
Posts posted by petra
-
-
have installed the sitemap contribution and I am receiving the following printout when I click on the Sitemap link in the info box. I am not sure what to make of it.
# Information
1146 - Table 'jusyern.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
[TEP STOP]
What should I do? CHris B)
[Contribution] Header Tags Controller for Admin MS 2.2
in General Add-Ons Support
Posted
I have installed the contribution. THe following lines appear at the top of the front page.
// BOF: Header Tags Controller v2.6.0
require(DIR_WS_FUNCTIONS . 'header_tags.php');
// Clean out HTML comments from ALT tags etc.
require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');
// EOF: Added: Header Tags Controller v2.6.0
I included these lines directly before the final ?> in the includes/application_top.php file.
// BOF: Header Tags Controller v2.6.0
require(DIR_WS_FUNCTIONS . 'header_tags.php');
// Clean out HTML comments from ALT tags etc.
require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');
// EOF: Added: Header Tags Controller v2.6.0
?>
I am not sure what I have done wrong. TIA Chris