Quote Originally Posted by Ajeh View Post
I, personally, have never needed a prefix on my table names ...

This is usually for when a person gets a domain and host some where that they are only given 1 or a limited number of database tables so the prefix helps to group the table names ...

(OMISSIS)
========================================
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 message
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]
My database is named [ram_zc1]

I presume the culprits are two identical files placed in:
\includes\extra_datafilesezpages_multilangauge_database_names.php
and
admin\includes\extra_datafilesezpages_multilangauge_database_names.php
whose script is
<?php

if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}

define('TABLE_EZPAGES_TEXT', DB_PREFIX . '');
?>
Hoping I may again get your help...

Thanks!