Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'faq_page' not found or invalid function name in menu_execute_active_handler() (line 517 of /usr/home/justme53/public_html/**/includes/menu.inc).
When I click on the navigation menu link it pulls up a blank page, the next page I visit shows the error above.
I did a fresh install on the FAQ 2.0Alpha; I hoped the 2.0dev would fix this but I'm getting the same error.
I have read both readme.txt files and followed the installation. Correct permissions have been given, configurations for categories and questions.
Anyone else having this issue? I'm not seeing any related issues for 2.0
Comments
Comment #1
wouser commentedComment #2
wouser commentedAssuming this is a bug for fresh install? I can not get this page to work properly.
Comment #3
Jim Ruby commentedI am building a new drupal 7.34 site
I can not get this to wirk either I get the error above or a blank page as well. I can create the content and I see the content when I go to manage content. Nore does it appear on the front page.
Frequently Asked Questions
7.x-2.0-alpha2
Comment #4
hitfactory commentedThis is because the page callback function faq_page is missing.
There is, however, a new_faq_page callback.
Can maintainers advise whether this is the correct function that should be called?
Comment #5
Christopher Riley commentedIt would be really nice if we could get some kind of feedback, however I think this module is probably dead.
Comment #6
samuel.seide commentedJust to comment in case others are having this issue, if you rename the function new_faq_page in the faq.module file to just faq_page then the error goes away and so does the WSOD that you get when you try to go to /faq-page
Also, the alpha build is a year older (2014-Sep-10) than the current working 7.x-1.1 branch (2015-Sep-08) and the 1.1 version doesn't have this issue as the function faq_page is correctly implemented so your best bet is to just use that version. Hope this helps!
Comment #7
liquidcms commentedi think i'd guess 2.x branch does not work.. i get no content types created, faq-page fives WSOD
will check out 1.x to see how it works