News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

[SMF Converter] punBB 1.3

Started by JayBachatero, February 01, 2007, 09:04:03 AM

Previous topic - Next topic

dayslypper

Hello I'm trying to convert from punBB 1.4.2 to SMF 2.0.4 and this occured:

http://www.simplemachines.org/community/index.php?topic=483710.msg3490905#msg3490905
QuoteConverting...

Notice: Undefined index: convert_script in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 972

Warning: Invalid argument supplied for foreach() in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 975

Notice: Undefined index: convert_script in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 987
Successful.
Recalculating forum statistics...
Notice: Undefined variable: result in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 2494

Notice: Undefined variable: result in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 2495

Notice: Undefined index: db_fetch_assoc in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 1386

Fatal error: Function name must be a string in /home/free/ic.cz/h/health/root/www/forum/convert.php on line 1386


Same problem as here:

http://www.simplemachines.org/community/index.php?topic=445911.msg3131734#msg3131734

But I don't understand the solution. :-(

Should I edit convert.php somehow?

I'm using files here: http://download.simplemachines.org/?converters;software=punbb


Without change in Opera, Firefox, IE 9.


Quite often problem, but no clear public answer:
http://www.simplemachines.org/community/index.php?topic=492066.0
http://www.simplemachines.org/community/index.php?topic=474820.msg3320349#msg3320349
http://www.simplemachines.org/community/index.php?topic=451468.0


Can be problem, that converter is for SMF 2.0?

zyxmon

Punbb 1.3.6 uses salt to login in the code

sha1($salt.sha1($input_password));

Add the following line to LogInOut.php

$other_passwords[] = sha1($user_settings['password_salt'] . sha1($_POST['passwrd']));

After the line
$other_passwords = array();
Next thing to do is to restore admin password, that does not work.

Advertisement: