my users get this error "Fatal error: Call to undefined function feedapi_enabled_type() in /var/www/web6/web/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 276" when they logs out of my site, also when i use simplepie parser, i get this error.
I uninstalled poormanscron, and i still get the error.
I searched drupal.org, and couldnt find anything, so i hope someone here have a clue about what happens.
Kim
Comments
Comment #1
aron novakDoes this error message appear if you turn off parser_common_syndication module?
What modules did you enable?
Comment #2
kims commentedif i turn parser_common_syndication module off, i get the same error, but from simplepie parser. If i disabled one of the modules and totally uninstalled it, then the other parser module, gives med the error.
I enabled feedapi- node, simplepie parser, items filter, and keywordfilter.
Comment #3
aron novakRather strange.
feedapi_enabled_type() function is in feedapi.module. Can you look up the source code that this is really there? :)
"I enabled feedapi- node" I assume this means that you enabled FeedAPI and FeedAPI node and etc.
Comment #4
kims commentedfeedapi_enabled_type() is there :) just checked.
Yep i enabled all of them.
Sorry for my late anserw
Comment #5
kims commentedarray(4) { ["type"]=> int(1) ["message"]=> string(49) "Call to undefined function feedapi_enabled_type()" ["file"]=> string(103) "/var/www/web18/web/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module" ["line"]=> int(276) }now i get this too if this gives any clues
I tried to disable all modules, so that there only was the modules nessesary for drupal to run, enabled, and still i get the error.
Comment #6
kims commentedTried one more time ,to disable all my modules except feedAPI and the modules nessesary for feedapi to run. Enabled modules one by one, and found that the text size module made all my troubles.
The text resize module dosn't make any trouble, so i use this insted, so whats makeing the trouble in textsize module i dont know.