I have a new one click install of Mediawiki 1.23.9 on a shared server.
Running:
Red Hat Centos 6.x (not sure which)
PHP 5.6.14
ImageMagick 6.6.3
When I upload images using the Special:Upload the preview of the selected image displays and the upload executes without an error. However, the uploaded image does not render and when selected leads to a 500 error. I have tried .png, .jpg and .gif files with the same result.
This is the .htaccess file:
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php56/lib
</IfModule>
DirectoryIndex default.html
# Use PHP56 as default
AddHandler application/x-httpd-php56 .php
Only similar issue I have found while searching was related to a .htaccess issue but did not elaborate.
Help would be appreciated.