SuiteCRM 8 dropdown Error

Hi,
I am trying to add new dropdown list in admin menu and I always end up with the same error. Editing of existing dropdown list works.

ERROR: There was an error during your upload, please contact an administrator for help.

  • An error has occurred. Please refresh your page and try again.

Console error, probably just side effect:

index.php:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
5
http://localhost:8080/legacy/cache/index.php?entryPoint=getImage&themeName=suite8&themeName=suite8&imageName=sugar-yui-sprites.png

No errors in prod.log

Setup:
Client: Chrome latest
Server: Apache 2.4, PHP 7.4, Debian-based custom Docker image

Is there anything I can try to make it work?
Thanks.

Seems to work after changing max upload size. Strange

Hi @vittoresvk,

What was your max_upload_size before and after?
This seems like an interesting one that I’d like to try and replicate.

Hi @Mac-Rae. Before value was probably 50MB (possibly PHP default 2MB) and after value is 100MB.

Thanks, will take a look :+1: