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

rares’s picture

Version: 6.x-2.x-dev » 6.x-1.1

1.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?

HMSG’s picture

I'll check and report back right now

HMSG’s picture

Got it working - thanks for the input - it was a file uploading module - I disables it and ipaper works great now.

rares’s picture

Status: Active » Fixed

the the conclusion is that the module is compatible ONLY with the uploading module in the core.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.