Every time I load a page that references an iPaper node, I get the following error message -- once for each node:
* Request to Scribd.com failed. See the event log for more details.
When I check the log, I find multiple copies of this log message:
Details
Type ipaper
Date Saturday, June 27, 2009 - 12:08pm
User Ernest Prabhakar
Location http://livewire.kingsway.us/sermon
Referrer http://livewire.kingsway.us/admin/build/modules
Message Request failed (FOPEN) - missing schema -
Severity error
Hostname 71.202.202.215
Operations
[The Referrer changes, it seems to just be the previous page I was on].
Any idea what's causing this? Is it a configuration problem on our side?
Notably, the module itself works just fine -- the nodes display iPaper content without any trouble.
Comments
Comment #1
rares commentedaccording to the API for drupal_http_request, missing schema is returned if you try to call a request without http/https in the beginning. I am suspecting that there is a problem with the thumbnail links returned by scribd. since your upload process works well, your problem will probably disappear if you disable thumbnails in ipaper configuration.
for troubleshooting purposes, could you enable logging in the module configuration and paste one of the log entries for the request. you will find these entries right before the error entries. they will contain the path of the request which was passed for the http request. remove the API key from the URL before you post it...
Comment #2
drernie commentedInterestingly, we disable File Upload and the problem seems to have gone away:
http://drupal.org/node/317349
I'll pass your suggestion on to our web developer, though.
Comment #3
rares commentedCan we mark this fixed if this has been resolved and was caused by a different module?