Hey all - I was getting the
"Request failed (CURL) - failed creating formpost data - http://api.scribd.com/api?&file=%40&access=private&secure=1&secure_docum..."
I switched to fopen - now I'm getting:
file_get_contents() [function.file-get-contents]: Filename cannot be empty in /home5/historl9/public_html/drupal/sites/all/modules/ipaper/multipart.inc on line 39.
Message Scribd error #603: No file data was sent
Any ideas on how to troubleshoot?
Comments
Comment #1
rares commented1.1 is the stable branch. make sure you use that for now.
you are uploading files through your upload module? are they stored adequately on your server? can you access them from the node?
Comment #2
HMSG commentedI'll check and report back right now
Comment #3
HMSG commentedGot it working - thanks for the input - it was a file uploading module - I disables it and ipaper works great now.
Comment #4
rares commentedthe the conclusion is that the module is compatible ONLY with the uploading module in the core.