Fields erased

Hello,

We use Dolibarr 2.4.1 to follow ours customers
Since few days there is some things strange:
Several fields are empty and forbidden for all user, like email, we can write anything’s, but it doesn’t store it ! Without any error.
If I use MySQL administration, I see that all the fields “mail” are wrote “Null”. If I want to store an email by this way, I got the error “Warning: #1265 Data truncated for column ‹ email › at row 1”.
I think there is a mismatch between Dolibar and MySql
SQL Versions:
phpMyAdmin - 2.11.9.5
MySQL: 5.0.67

Do you have an Idea?

Thanks for your answer

What is size of field mail you can see with your mysql admin tool ?
Try with an email smaller and with a email larger than this size.

The email field is sized for 30 characters

SELECT *
FROM llx_societe
ORDER BY llx_societe.email ASC
LIMIT 0 , 30

I tried with several email size, same pb.

There is also something strange:

We have a folder called /crm where we installed Dolibarr.

With ftp adminitrator account we don’t have right to acces to this folder.
All other folders of our web site have 02775, /crm folder has 02765. Impossible to change it. I get this error message:

Commande : SITE CHMOD 777 crm
Réponse : 550 CHMOD 777 crm: Operation not permitted

Very strange, I am administrator !

When you use a chmod through a ftp client, you don’t use admin pemissions.
You must change them with a ssh access.

It seems that pb of email is fixed in 2.6