We were getting this error because your code was trying to put a string into a VARCHAR field that is too long. So, for example you are trying to put a 60 char string into a VARCHAR(50) field.... in your case you have restricted everything to 255 characters.... and some of the fields within our database are longer than this...
How do we resolve this?
At the moment we are ok, however we are building a new site where this will be a big issue...?
Please advise...
|
|
|