Ok, I got totally lucky here. Probably will cause other problems, but here’s what I did to get it to work:
1. In admin-add-user.php, change line 15 to this: require_once( BB_PATH . ‘register.php’);
2. In register.php, change line 2 to this: require(‘bb-load.php’);
3. In bb-load.php, comment out lines 36-43 (the bb_timer_start function)
I am pretty sure that #3 isn’t a great idea, but I don’t know PHP well enough to really determine how bad it is.
Any suggestions would be appreciated!
Ok, I got totally lucky here. Probably will cause other problems, but here’s what I did to get it to work:
1. In admin-add-user.php, change line 15 to this: require_once( BB_PATH . ‘register.php’);
2. In register.php, change line 2 to this: require(‘bb-load.php’);
3. In bb-load.php, comment out lines 36-43 (the bb_timer_start function)
I am pretty sure that #3 isn’t a great idea, but I don’t know PHP well enough to really determine how bad it is.
Any suggestions would be appreciated!