When I am trying to upload an image via Responsive Filemanager 9.11.3, I get "not enough memory" error. It returns HTTP 406 error code.
After looking out the solutions on the internet, I could verify following parameters are already set accordingly.
php.ini
post_max_size = 100M
upload_max_filesize = 100M
memory_limit = 2G
config.php (Responsive filemanager)
'MaxSizeUpload' => 100,
However, I could not upload even a 232KB image. How can I resolve the issue?
I was facing the same problem and, in my case, the solution was fairly simple: install the GD module. Hope this helps...