Hello,
From my panel (hosted on FTP server), When I try to fill fields of files without any template (so a default blueprint), when files are images, I get this error message: “The form could not be saved . Exception: undefined”. On the other hand, I can modify these informations if the file is not an image, like a PDF.
Locally, everything works fine. When I have pre-filled these fields locally and transfer to my deployed panel, when I click on one of these same fields (default files blueprint), the modification bar is displayed (which usually does not happen). And if I try to save these modifications : always the same error message.
I tried clearing: session folders, cache folder, content folder images, my browser cache, added "Header set Cache-Control “no-cache, private” and “php_value opcache.revalidate_freq 0” in . htaccess but it doesn’t change anything…
Below is the blueprints/files/default.yml blueprint which seems to be a problem:
title: Default File
columns:
- width: 1/2
sections:
infos:
type: fields
fields:
legende:
label: "Légende"
type: textarea
size: medium
alt:
label: Texte alternatif
type: textarea
- width: 1/2
sections:
meta:
type: fields
fields:
credits:
label: "Crédits"
type: text
width: 2/3
link:
label: Lien
type: url
Thanks for your help, I don’t know what else to try…
Elba