Image file name size limitation ?
Posted: Wed Jun 28, 2023 1:09 am
Some of my products can have long file names. I would like to retain them for SEO but find 64 characters or more is not allowed in the (old) V1.0.8.3 I use with PHP 8.1.16
It truncates the file name and displays a "Image does not exist" warning when trying to add stock.
I have tried changing the products_images to varchar(128) in the database, but this did not help. (File names are not this long.. lol) - and I'm guessing this would be the correct variable to modify ..
Is there a limitation somewhere in the Phoenix files that I haven't found yet ?
Your thoughts & responses will be appreciated.
cheers, wal
It truncates the file name and displays a "Image does not exist" warning when trying to add stock.
I have tried changing the products_images to varchar(128) in the database, but this did not help. (File names are not this long.. lol) - and I'm guessing this would be the correct variable to modify ..
Is there a limitation somewhere in the Phoenix files that I haven't found yet ?
Your thoughts & responses will be appreciated.
cheers, wal