Open pschneiderit opened 1 year ago
I have also the same problem
does anybody have a solution for this problem?
We also have this issue, it shows small images, but nothing above 2mb.
The problem is that with 1.17 the getConfig() does not always return the current configuration, but the default configuration (the code is using different instances etc), so that my current workaround is to just change the default values in config.php. It does not show images, because the default value for max_size is 1024KB and this is what is used instead of the users configuration.
There is no max_size in ost-config.php, where did you define this?
in the config.php of the plugin itself.
JPEG attachments will not showed inline with OSticket 1.17.2 --- PDF is working fine
anyone else has this problem?