Page 1 of 1

Random deletion of field definition values in news module

Posted: Tue May 23, 2017 9:31 pm
by Franck
I just noticed random deletion of field values when editing a news article.
The thing is it happens randomly in different articles and different fields (simple text one, or image download).

I checked the table in the database, and there is no trace of some values I just entered in several articles.
I can see no php error in logs.

Re: Random deletion of field definition values in news modul

Posted: Tue May 23, 2017 10:05 pm
by Franck
It's even a bit more complicated: some values are in the table, some not.

Re: Random deletion of field definition values in news modul

Posted: Wed May 24, 2017 7:23 am
by Franck
Edit: It was late & I was a bit tired. Text fields are ok.

So the only real problem is that images are not written in the db (so not displayed on frontend), with original file upload AND new linkedfile field.
When editing again the article, there is no value of file (for file upload) and no path (for linkedfile).

To test :
- add a field definition with file, another one with linkedfile
- create or edit an article and upload /link one img file
- save
- look at the frontend / check the table / go back to edit the article