Welcome Guest, Not a member yet? Register   Sign In
[split] WIndows -> Ubuntu
#1

(This post was last modified: 06-05-2016, 09:16 PM by ciadmin.)

hi, guys, I am new in forum, i have a problem con codeigniter, if a try in windows is good but when I try in ubuntu server the problem is the next:
A Database Error Occurred

Error Number: 1054
Unknown column 'email_cnbv' in 'where clause'
SELECT * FROM coreuser WHERE email_cnbv = '[email protected]' LIMIT 1;

I hope that you can help me, Thank you for this.
Reply
#2

Ubuntu is case sensitive. A column named 'email_cnbv' must exist with exactly the same case.
Reply
#3

(This post was last modified: 06-06-2016, 01:19 AM by sv3tli0.)

(06-05-2016, 09:18 PM)ciadmin Wrote: Ubuntu is case sensitive. A column named 'email_cnbv' must exist with exactly the same case.

True .. The best advice is to use only lower case names for your tables/columns at first place..

Here is one trick how you can configure your MySQL (if it is a mysql..) to deal with the problem temporary..

http://stackoverflow.com/questions/11165...r-11166052
Best VPS Hosting : Digital Ocean
Reply
#4

hmmmmm.... i had this before and i just tried reformatting and everythings okay now.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB