> Use The FTP client or cPanel’s File Manager to locate and edit the file titled LocalSettings.php.
> By default, it is located in the root folder of the MediaWiki installation
To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = false; #$wgUseImageMagick = true; #$wgImageMagickConvertCommand = "/usr/bin/convert";
> Please modify the false value to true and save your changes