Results 1 to 7 of 7

Thread: Notice: Undefined variable: converted_pass

  1. Join Date
    Jan 2005
    Posts
    7

    Notice: Undefined variable: converted_pass

    Hi.

    After trying to merge users database from e107 0.617 to IPB 1.3.1 I get :

    Code:
    Notice: Undefined variable: converted_pass in c:\program files\easyphp1-7\www\cms_forum_hack\classes\forum-Invision_Power_Board_1.3.php on line 52
    and conversion fails ( no accounts are created ).

  2. Join Date
    Aug 2004
    Posts
    781

    Notice: Undefined variable: converted_pass

    I hope you backed up your database

    That notice is the result of me being as lazy as can be and not putting in specific error settings.

    Open up CMS_Forum_Hack.php or whatever I called it and put this in under <?php at the top of the page:
    error_reporting(E_ALL ^ E_NOTICE);

  3. Join Date
    Jan 2005
    Posts
    7

    Notice: Undefined variable: converted_pass

    Well THX for fast answer . Did what You said. Now there is no error but still no user accounts are being created in forums :

    Code:
    Removing CMS Users
    
    Removing CMS Users...
    
    Removed 47 users.
    
    Finished removing CMS users! Please continue:
    then NEXT page :

    Code:
    CMS Forum Members Hack -- Create Users
    
    The script will now create CMS user accounts for all of your forum accounts.
    
    Creating CMS users...
    Skipped CMS user RedFalcon
    
    Finished creating new CMS users:
    
    Please click Continue.

  4. Join Date
    Aug 2004
    Posts
    781

    Notice: Undefined variable: converted_pass

    The script adds the users from the forum to the CMS.

    First it removes all CMS users.
    Then it adds the users from the forum to the CMS.

    It is likely that you do not have any forum members (Other than yourself which is being skipped because it is being detected as a staff member).

  5. Join Date
    Jan 2005
    Posts
    7

    Notice: Undefined variable: converted_pass

    But how to add users from CMS to forum ?

  6. Join Date
    Aug 2004
    Posts
    781

    Notice: Undefined variable: converted_pass

    The script does not do that. I am sorry.

  7. Join Date
    Jan 2005
    Posts
    7

    Notice: Undefined variable: converted_pass

    Well ok. PPL will have to register once again.
    But rest of the hack ( 1.10 BETA) works fine.
    The only thing it lacks is fix to redirect problem.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts