Is there an existing issue for this?
Current Behavior
When I try to save a category with an image in a specifc store view, I get an Array to string conversion
Expected Behavior
Saving a category works.
Steps To Reproduce
- Run a OpenMage demo store using
SAMPLE_DATA=1 HOST_PORT=94 HOST_NAME=172.17.2.20 ADMIN_HOST_NAME=172.17.2.20 dev/openmage/install.sh
(can reproduce this on all our existing stores, so it probably doesn't matter how you run your store)
- Go to Catalog -> Manage categories
- Choose a specific store view. Doesn't matter which one (except "All Store Views")

- Choose a category. Doesn't matter which one.

- Assign an image to the category if there is not already one

- Save the category
- See the "Array to string conversion"
Environment
- OpenMage: Tested on 20.17.0 and 20.18.0
- php: Tested on 8.4 and 8.5
Anything else?
If there is no image assigned, saving the category works.
If an image is assigned, the value of the image element is loaded as an array.

Is there an existing issue for this?
Current Behavior
When I try to save a category with an image in a specifc store view, I get an Array to string conversion
Expected Behavior
Saving a category works.
Steps To Reproduce
SAMPLE_DATA=1 HOST_PORT=94 HOST_NAME=172.17.2.20 ADMIN_HOST_NAME=172.17.2.20 dev/openmage/install.sh(can reproduce this on all our existing stores, so it probably doesn't matter how you run your store)
Environment
Anything else?
If there is no image assigned, saving the category works.
If an image is assigned, the value of the image element is loaded as an array.