You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try upload images larger than 2MB, I get the following error message:
server responded with 500 code
in header:
Request URL: http://mydomain.com/filemanager/upload
Request Method: POST
Status Code: 500 Internal Server Error
Remote Address: 127.0.0.1:80
Referrer Policy: no-referrer-when-downgrade
my confog and php.in is:
lfm.php:
'max_image_size' => 50000,
'max_file_size' => 50000,
php.ini:
upload_max_filesize=500M
post_max_size=500M
max_execution_time=900
memory_limit=256M
max_input_time=900