Fatal error: Call to undefined function pathauto_get_placeholders() in /home/provenwe/public_html/getmymedical/modules/faq/faq.module on line 1313

I keep getting this error on couple of Drupal sirtes after doing some updates. Every time I go to "sitemap" page I get this error. Thank you for any suggestions

Comments

frjo’s picture

Status: Active » Fixed

I believe this must be a problem with the faq module and or the pathauto module.

The site map module calls the function faq_get_faq_list() and prints out the result if the faq module is installed. It has no calls a all to the pathauto module but I looked and the faq module calls pathauto_get_placeholders() in a few places.

Status: Fixed » Closed (fixed)

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

scratt’s picture

Version: 5.x-1.2 » 6.x-2.x-dev
Category: support » bug
Priority: Normal » Critical
Status: Closed (fixed) » Active

This error is still occurring with this module.
Whenever the faq module is included as part of the site map output errors such as this are generated:

Fatal error: Call to undefined function pathauto_get_placeholders() in ........../sites/all/modules/faq/faq.module on line 865

I have searched in google for this and a multitude of sites turn it up, including my own.

Any help appreciated.

frjo’s picture

Priority: Critical » Normal
Status: Active » Closed (won't fix)

Since this is a problem with the FAQ module you should open an issue for it instead. It's nothing the site map module can do about it.

betancourt’s picture

Project: Site map » Frequently Asked Questions
Version: 6.x-2.x-dev » 6.x-1.8

Hello:

I got the same problem over here, any help would be appreciated.

Thanks

stella’s picture

Please upgrade to the latest version of the faq module.