Log in

View Full Version : Getting Error. Need help troubleshooting


dancue
06-01-2009, 10:32 PM
Fatal error: Call to undefined function fetch_privatemessage_reply() in /home2/unifiedc/public_html/ucforum/private.php on line 1650

I'm getting the above when trying to view a pm. I have no issue sending PM's, just viewing them.

Lynne
06-01-2009, 10:36 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

dancue
06-01-2009, 10:46 PM
disabled and still getting issue.

Lynne
06-01-2009, 11:23 PM
Have you modified any files for vB? Try reuploading the default files. fetch_privatemessage_reply is in the functions_newpost.php file. Make sure it is there and that that file hasn't been modified nor has the private.php file been modified.

dancue
06-02-2009, 12:11 AM
that did it. Thank you Lynne!