Closed (fixed)
Project:
Droogle
Version:
6.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 18:44 UTC
Updated:
6 May 2012 at 23:18 UTC
I'm able to upload a .doc file from the Droogle page
But when I try to upload a .docx the confirmation message displays success but the file is not uploaded
I can upload a .docx directly in Google Docs and then it displays on the Droogle page
I'm in local dev with XAMPP - I enabled the ssl extension in php.ini
Comments
Comment #1
decibel.places commentedoh yeah, I'm using the Global (non OG) settings
Comment #2
decibel.places commentedThese messages in dblog should help;
for my purposes I can just use the .doc extension
Comment #3
barnettech commentedAnnoyingly I agree you have to edit Droogle/Zend/Gdata/Docs.php and add the filetypes that are allowed for upload.
Here is my current list.
James (Barnettech)
http://www.barnettech.com
Comment #4
barnettech commentedI will add this to the documentation when I can find a few minutes.
Comment #5
decibel.places commentedOne more thing: most modules are adding their external libraries to sites/all/libraries
Maybe that route will make it easier to override the defaults in the Zend library?