PDA

View Full Version : Notice: Undefined variable: converted_pass



RedFalcon
01-04-2005, 02:12 PM
Hi.

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



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 ).

Patrick
01-04-2005, 04:42 PM
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);

RedFalcon
01-04-2005, 05:05 PM
Well THX for fast answer . Did what You said. Now there is no error but still no user accounts are being created in forums :



Removing CMS Users

Removing CMS Users...

Removed 47 users.

Finished removing CMS users! Please continue:


then NEXT page :




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.

Patrick
01-04-2005, 06:54 PM
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).

RedFalcon
01-05-2005, 08:14 AM
But how to add users from CMS to forum ?

Patrick
01-05-2005, 05:30 PM
The script does not do that. I am sorry.

RedFalcon
01-06-2005, 07:06 AM
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.