What is on line 349 of your profile.php file? And what is on line 2225 of your register.php file? My guess is they are hooks and so this error is being caused by a modification. You can try disabling your mods and see if you still have this error.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);