Closed (fixed)
Project:
iPaper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2008 at 13:52 UTC
Updated:
20 Nov 2008 at 07:22 UTC
Hi, I'm facing this error while runing the cron
"warning: Invalid argument supplied for foreach() in /var/www/html/unipepper/modules/ipaper/ipaper.module on line 738."
Comments
Comment #1
rares commentedDo you have any documents in your scribd account (whether by upload, ipaper module, quickswitch etc.)?
Comment #2
careyhung commentedI've applied a new scribd account on my site, and there is no documents in this account at this point
Comment #3
rares commentedthat is why foreach has nothing to go through. I will add an 'if' to handle that in the next release.
Rareş
Comment #4
nirvanajyothi commentedMe too getting the same error for fresh install on fresh scribd account.
So doesnt this error go away after a document has been uploaded...it doesnt seem to.
Comment #5
rares commentedI've added a check if docs.search returns a null set in release candidate 1, so the error should have disappeared.