database table name problem

Dear,

i have done a full project with my local server. but when i uploaded with the realserver then its showing the table name problem,

ie:

Database error in Bonex Dolphin
Query:
SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en-us'

Mysql error:
Table

'LocalizationLanguages' doesn't exist

---------------------------------------------------->>
this table is exist but the name is 'localizationlanguages', (case problem). this would east to solve if the case is only  upper or lower case,

so is ther any solution without installing the script in the server?


please any one holp me

thanks
masud rana
Quote · 1 Oct 2009

Yes, give us the full error and we'll show you how to fix it.  There's a file name & line number in this error and that is where the problem lies, not in the tables.

 

Quote · 1 Oct 2009

Your problem is lower_case_table_names system variable in linux.

Usually in unix like systems it is set to 0(off) and windows it is set to 1(on)

Quote · 1 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.