Download & Extend

Fatal error when users log's out

Project:FeedAPI
Version:6.x-1.7-beta2
Component:Code parser_common
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Does this error message appear if you turn off parser_common_syndication module?
What modules did you enable?

#2

if 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.

#3

Rather 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.

#4

feedapi_enabled_type() is there :) just checked.
Yep i enabled all of them.

Sorry for my late anserw

#5

array(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.

#6

Status:active» fixed

Tried 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.

#7

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.