Call to undefined function _privatemsg_assemble_query()
chriz001 - October 8, 2008 - 02:38
| Project: | Menu Breadcrumb |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
hi,
im trying to test out the HEAD version of privatemsg for d6 but when i visit "/messages" or other private message locations i get a blank page with this:
Fatal error: Call to undefined function _privatemsg_assemble_query() in /home/wicked/public_html/grawr/sites/all/modules/privatemsg/privatemsg.module on line 351
that function is in the privatemsgapi.inc file, and it is definitely uploaded...
any ideas on what might cause this?

#1
update: this is actually being caused by the Menu breadcrumb module, no idea why, but as soon as i disabled that module it was fine.
#2
Moving to correct queue. I am assuming I have chosen the correct module version, but it may be wrong. Please update that if needed.
#3
Suspect this relates to menu_breadcrumb_init(). Test once #599106: Reason for using hook_init? is fixed.