My users get this error when they register:
Code:
Fatal error: Call to a member function clean_gpc() on a non object in /public_html/forum/includes/class_dm_user.php(2956) : eval()'d code on line 18
line 2956 of class_dm_user.php is:
Code:
($hook = vBulletinHook::fetch_hook('private_insertpm_process')) ? eval($hook) : false;
Your plugin named 'Get warning message' uses the hook
private_insertpm_process.
Could you check what causes this problem with line 18 of this plugin?