Active
Project:
FeedAPI ImageGrabber
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 17:11 UTC
Updated:
30 Apr 2010 at 15:35 UTC
I just switched to Pressflow and everytime I run cron I'm receiving this error now:
Illegal offset type in /var/www/XXXXXXXX/sites/all/modules/feedapi_imagegrabber/feedapi_imagegrabber.module on line 519.
This could totally be unrelated to pressflow, but it's the only thing that has changed in my setup.
Any ideas?
Comments
Comment #1
publicmind commentedI am not maintaining this module any further due to issues with the copyright company. You can look for its successor Feeds Image Grabber which supports the Feeds module (the successor for FeedAPI).
However, the following might solve your problem.
Replace line 512, in feedapi_imagegrabber.module with the following two lines:
Cheers,
publicmind
Comment #2
WhenInRome commentedAppreciate the quick response and the support!
Comment #3
publicmind commentedIt will be nice if you could report if the above solved your problem or not.
Comment #4
WhenInRome commentedThe problem is intermittent. I ran cron yesterday and didn't see the error. However, I ran cron the day before yesterday and even this morning running cron produced the error. I'll keep you updated!
Thanks,
Comment #5
WhenInRome commentedSo far so good. I'm not getting any new php errors with these two new lines of code you provided. Thanks!