PDA

View Full Version : MISSING Table 'hdavid12_Exhibit.ee_country_english' doesn't exist


David Roth
9th of August 2005 (Tue), 20:20
I was updating the Default photo data for my first gallery and as I hit the UPDATE button, I was taken to this error message page.


Warning: main(../languages/english/lang_dropdowns.php): failed to open stream: No such file or directory in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 32

Warning: main(../languages/english/lang_dropdowns.php): failed to open stream: No such file or directory in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 32

Warning: main(): Failed opening '../languages/english/lang_dropdowns.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php:14) in /home/hdavid12/public_html/gallery/fetchsettings.php on line 289

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/hdavid12/public_html/gallery/fetchsettings.php on line 294

Warning: main(../languages/english/global.php): failed to open stream: No such file or directory in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 39

Warning: main(../languages/english/global.php): failed to open stream: No such file or directory in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 39

Warning: main(): Failed opening '../languages/english/global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hdavid12/public_html/gallery/****/EDITOR_default_photodata.php on line 39

Exhibit Engine MySQL error!
ERROR FROM QUERY get_countries in page 'default_photodata_editor':

------------------------------
Table 'hdavid12_Exhibit.ee_country_english' doesn't exist
------------------------------

If you encounter this error with unmodified EE source code please mail this error to EE developers with version number, detailed circumstances when it happened and preferably with a database backup dump. All reports helps improving EE to your satisfaction. Thank You.

Pekka
9th of August 2005 (Tue), 20:27
Looks like the language code was overridden by system language code, so EE tried to load wrong language files and tables. Ask your system admin to set "register_globals" to "off" for your php installation. Register_globals should always be off anyway because it lowers overall server security.

In next EE language variable "lang" has been changed to "ee_lang" to work around these server configuration problems.