Does anyone know how to get document import api working? The README file is not helpful and I can't find an answer to the errors I"m having, which is that it won't parse anything, even an image even though the parser for that is already there, in the module.
This is the error I get when I upload a file:
warning: move_uploaded_file(/-1 atrium.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /mnt/local/home/wimaxforum/beta-wimaxforum.org/modules/docapi/docapi.module on line 312.
warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpKRHFoQ' to '/-1 atrium.jpg' in /mnt/local/home/wimaxforum/beta-wimaxforum.org/modules/docapi/docapi.module on line 312.
Could not move file into the upload directory.
Thanks for any insight.
Becky
Comments
permission
i'm guessing that you uploaded the file as your user and the webserver is running into a problem when i tries to import them because it's running as a different user that doesn't have the correct permissions. i'd look through your hosts documentation for setting permissions for some tips.
OK. I'll look into that. I
OK. I'll look into that. I set authenticated user and admin as able to upload and administrate but it didn't help. I never thought it could be a host problem before now. thanks for the tip.
Becky