Forum Moderators: coopster
I did some stuff locally and did not pay attention to the case of the sql as a resutl soem tables are not recognised. More of a pain than a case of life and death.
I was just wondering if I have a setting locally that is causing this:
com.autoregister_casesensitive
perhaps?
Regards
Your best bet is to *ALWAYS* create table names in lower case.
The problem arises if you are testing on Windows then upload to a *NIX box. Windows is *NOT* case sensitive and I believe theirfor neither is mySQL or PHP on windows.
A general rule of thumb is to always use lower case and avoid the problems all together.