Hi,
I am getting following error when i try to run cron
Fatal error: Call to undefined function faq_page() in /includes/common.inc(1695) : eval()'d code on line 2
I have removed module but still i am getting this error. I also tried deleting cron_semaphor and cron_last fields from database as it looks liek cron is stuck but it doesnt work. Can someone please suggest that how should i fix this error?
Regards,
Arshad
Comments
Comment #1
stella commentedIs this still a problem? Did you remove the module before disabling it? I can't reproduce it. Perhaps the module is disabled but there is another module or theme (or even a php snippet in a node or elsewhere) which calls the faq_page() function without checking the module /function exists. Actually it is most likely some php code in a node or a block as the error says in
eval()'d code.Comment #2
stella commentedMarking as "won't fix" as no more information forthcoming. Please feel free to re-open if you can answer the questions above.