PDA

View Full Version : Error with threads


mariohn
01-07-2010, 11:58 PM
I moved a forum from one server to another today and everything went good, however I have a major problem when registered users try to view a thread they get the following error.

Warning: require_once([path]/includes/functions_mh_unm.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(94) : eval()'d code on line 9

Fatal error: require_once() [function.require]: Failed opening required '/home/webdev/public_html/includes/functions_mh_unm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/webdev/public_html/includes/class_postbit.php(94) : eval()'d code on line 9

Remember that if you visit the forums and try to view any threads unless you register and try once you are logged in.

Any help would be greatly appreciated.

Lynne
01-08-2010, 12:02 AM
That is from a modification. functions_mh_unm.php is not a default vb file and it seems you forgot to transfer it.

Failed opening required '/home/webdev/public_html/includes/functions_mh_unm.php

mariohn
01-08-2010, 09:51 AM
Thanks that was causing the problem