PDA

View Full Version : Error after member clicks email link?


Nathan2006
01-05-2008, 10:30 PM
Hi,

One of my new members reported this following error after they had clicked this in their email:

To complete your registration, please visit this url:
http://www.my-site.com/register.php?a=act&u=3863&i=95656049


This is the error message:
Fatal error: Call to a member function hide_errors() on a non-object in /home/forum/public_html/includes/class_dm_user.php(2484) : eval()'d code on line 25

I have also tried signing up with a new account and also receive this same error.

Thank you for any help :)

Lynne
01-05-2008, 10:43 PM
Line 2484 is this:
($hook = vBulletinHook::fetch_hook('private_insertpm_proces s')) ? eval($hook) : false;

So, you've got a plug-in installed that uses that hook which is causing the problem. You need to disable that hack if you want to get rid of the problem. Then go read the hack thread to see if this problem has come up before and what the solution is.

Nathan2006
01-06-2008, 12:49 AM
OOPS I forgot to search for that error lol

Im a bit rust atm not been on for a while.

It was the Cyb - Advanced Permissions Based on Post Count

Thanks for your help :)