========================================
Hello Master Linda,
I am stuck...
I should come out with a trilingual site
I found the information sidebox insufficient to cover basic link needs.
I decided the procedure to add links to to the information sidebox unworthy.
I decided that running an [Information] sidebox and next a [More Information] sidebox was not to my liking.
So I decided I'd go all for EZ pages.
Then I found that links shown in EZ pages sidebox are English only...
So I installed a module found in
[here]to make EZ pages multilingual.
Everything works fine in [admin] but going to the site I get an error messageMy database is named [ram_zc1]1146 Table 'ram_zc1.TABLE_EZPAGES_TEXT' doesn't exist
in:
[select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, e.toc_chapter, et.pages_title from zen_ezpages e, TABLE_EZPAGES_TEXT et where e.pages_id = et.pages_id and et.languages_id = '2' and status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
I presume the culprits are two identical files placed in:
\includes\extra_datafilesezpages_multilangauge_database_names.php
andadmin\includes\extra_datafilesezpages_multilangauge_database_names.php
whose script isHoping I may again get your help...<?php
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
define('TABLE_EZPAGES_TEXT', DB_PREFIX . '');
?>
Thanks!





