$page->update() not working correctly for files fields

Additionally, a files field expects data as an array, not a string

Also, at this point Kirby doesn’t know that this file exist yet as it is not in the inventory, so it won’t be stored. You have to add it to the inventory first.

1 Like