I can't upload PowerPoint docs and searching for an answer... Might someone already did figure this out.
I'm using:
# XOOPS Version : XOOPS 2.0.16
# XOOPS Theme : gbxlt
# XOOPS Template Set : templates_prod
# PHP Version : 5.2.1
# MySQL Version : 5.0.24a-standard-log
# Server Software : Apache/2.0.54 (Unix) PHP/4.4.4 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.3.2
# User's Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070130 Firefox/2.0.0.1
I do have latest xoopsinfo installed and did chose to overwrite default image manager. I did add in:
XoopsInfo->mimetypes new mime types pps, ppo and ppt with mimetype: application/vnd.ms-powerpoint
Added in XoopsInfo->Mimetypes->system (added ridiculously large size and gave everyones upload permissions...)
Added in XoopsInfo->Mimetypes->smartsection (added ridiculously large size and gave everyones upload permissions...)
Tried to upload within Xoops->system->images but getting error:
Errors Returned While Uploading
MIME type not allowed : application/vnd.ms-powerpoint
When I try to upload within smartsection getting their error:
Error: Unable to store uploaded file for the following reasons:<br />Error: filetype is not allowed. Please re-submit.
I've added these entries mimetypes.inc.php as it had only ppt and I needed pps to add.
Xoops_root/html/class
egrep "ppt|pps|ppo" mimetypes.inc.php
"ppt" => "application/vnd.ms-powerpoint",
"pps" => "application/vnd.ms-powerpoint",
"ppo" => "application/vnd.ms-powerpoint",
Any help would be nice...