1
I just installed XOOPS, and am having trouble with uploading some themes (4whitebusiness and 7dana-clean).
Upon installation, I receive the following error:
Errors Returned While Uploading
MIME type not allowed: application/x-zip-compressed
I've done some research, and have looked at class/mimetypes.inc.php. Only zip => application/x-zip
was present originally, but even replacing with zip => application/x-zip-compressed brought no joy.
The files are .zip format.
I'm assuming that this is the place to be looking (since the error is thrown by the code), and the Apache httpd.conf doesn't need this added.
Any thoughts?
TIA.