error when i try to create a new user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • troppodel
    New Member
    • Aug 2007
    • 12

    error when i try to create a new user

    hi there on my admin panel when i try to create a new user i receive this error:

    Fatal error: Call to a member function on a non-object in /web/htdocs/*********/forum_bmwm/includes/class_dm_user.php(2900) : eval()'d code on line 1

    but after if i find it the user exist
    i tried to replease the file but i have the problem yet
    somebody can help me?

    vb 3.7.1 PL1

    thanks
    Ivan
  • troppodel
    New Member
    • Aug 2007
    • 12

    #2
    here the line 2900

    ($hook = vBulletinHook::fetch_hook('private_insertpm_complete')) ? eval($hook) : false;

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      That means the error is caused by a plugin using the hook location 'private_insertpm_complete'

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • GhoHan
        Member
        • Nov 2007
        • 44
        • 4.1.x

        #4
        try this method

        Originally posted by troppodel
        here the line 2900

        ($hook = vBulletinHook::fetch_hook('private_insertpm_complete')) ? eval($hook) : false;
        Just disable it add //
        Code:
        // ($hook = vBulletinHook::fetch_hook("private_insertpm_complete")) ? eval($hook) : false;
        And you can try again that all problem is fixed

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          Getting rid of the hook is NOT a good solution! You should fix the problem, not just put a bandage on it. Figure out which modification is causing the problem, then go to the modification thread and see if there is a fix posted or an update posted.

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools <- awesome site for html/css help

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...