Jump to:
| Project: | Memetracker |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Sorry to post yet again with a problem. I followed the installation instructions (I'm pretty familiar with feedAPI) and ran into a brick wall. While adding a feed list item, I got the error:
Fatal error: Class 'removeWords' not found in /var/www/sites/all/modules/memetracker/content.inc on line 326
I noticed "include_once './'. drupal_get_path('module', 'machinelearningapi') .
'/removeStopwords.inc';" in content.inc and saw there is no removestopwords.inc file in the machinelearningapi module.
No matter, to get the ball rolling I commented the line out and tried to view the meme, then got this error:
Fatal error: Call to a member function get_source_link() on a non-object in /var/www/sites/all/modules/memetracker/meme.tpl.php on line 29
I'm guessing there is something wrong with my feed, but it is a pretty basic RSS feed. feedAPI is importing properly.. any guesses?
Comments
#1
That's a problem w/ the dev version. Switch back to alpha6 and you'll be fine.
#2
Ah ok, that did the trick. Great thanks very much, I'll play around and add more feeds.