MyBB Community Forums

Full Version: Some "Undefined function"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[08-Sep-2006 15:48:39] PHP Fatal error: Call to undefined function: update_pm_count() in /home/aqua/public_html/community/inc/class_session.php on line 187

require_once MYBB_ROOT."inc/functions_user.php";
update_pm_count('', 2);

[08-Sep-2006 13:24:20] PHP Fatal error: Call to undefined function: get_banned_usernames() in /home/aqua/public_html/community/inc/datahandlers/user.php on line 77

usernames.
$bannedusernames = get_banned_usernames();

So what's with all the errors in 1.2? I know I am not the only one that have trouble after upgrade =\
Are you sure you uploaded all the new files for MyBB 1.2, especially all the ones (other than config.php and settings.php) in the includes folder...
Yes I did, I uploaded the entire content of "Uploads" folder as I am actually running a new installation.

I actually re-INSTALLED and then restore the database it because the manual upgrading had so much problem.