News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[SMF Converter] PHP-Fusion 6.x

Started by SleePy, June 04, 2008, 11:57:39 PM

Previous topic - Next topic

Savinaa

OK OK WORKED...

Thank you Thank you for your support

Sav

ThorstenE


Savinaa

Okies, I'm back...just when you thought you got enough of me.  I cannot 'Apply Mod' to get the "phpfusion6_login_fix.tgz" to install.  The package is there, but when i go to Apply Mod it takes me the FTP screen which reads:

Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.


So i enter the 'password' but then I get the message:

An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again


Grrrrr   Suggestions on what I am doing wrong?

ThorstenE

change the file permissions from the file Sources/LoginOut.php to CHMOD 777.
How do I chmod? / what is chmod?

the Session verification:
SMF 1.1.7: Session verification failed error when installing mods

Savinaa

I love you, marry me :P

  Again...THANK YOU

lkj_tim

Ran the conversion yesterday..

For the most part, everything looks great.

One issue is with the private messages that were moved over. In a users inbox, they see ALL of their messages (including ones that should be in the outbox)

messages they SENT, are displaying as being FROM the person they sent it to.

Not sure if that's clear... For example:

If I sent you a message on the old site, after the conversion it shows that message as being sent by you (instead of to you)

Any thoughts?

ThorstenE

checked the converter-file (attached to this topic) and it looks ok for me:

for the PM-Inbox: pm.message_from AS ID_MEMBER_FROM

for the PM-Outbox:  message_to AS ID_MEMBER

Which version from php-fusion are you converting? maybe you used an older converter file? (you should use the file attached to the first post from this topic).

decors

Hello, is it possible to modify this converter to converted of SMF2 to PHP Fusion 6.X? Over the past very much.

ThorstenE

you meant from PHP-Fusion 6.x to SMF 2.0? Sorry, but our converters for SMF 2.0 are still in developement and not released yet.. You can convert your PHP-Fusion to SMF 1.1.9, then upgrage your Forum to 2.0
Upgrade SMF

decors

Quote from: TE on June 20, 2009, 12:54:40 PM
you meant from PHP-Fusion 6.x to SMF 2.0? Sorry, but our converters for SMF 2.0 are still in developement and not released yet.. You can convert your PHP-Fusion to SMF 1.1.9, then upgrage your Forum to 2.0
Upgrade SMF

   
thanks, I already guessed himself, converted to make ok  :D

Savinaa

NEW Problem:  I created a new forum a while back all working, but site owner wiped it all out accidentally *sighs*

So now I am reinstalling everything .. all looks good till i get this:

Converting members... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Unsuccessful!
.
.
Caused the error:
         Duplicate entry '0-124' for key 2

I can't find anything in here that is relevant, found some help topics close, but way over my head.  Anyone know what I can do to fix this?

ThorstenE

in phpfusion6_to_smf.sql find
---* {$to_prefix}topics
---{

add after:
$ignore = true;

then re-start the conversion please.

Savinaa

Converting topics... Unsuccessful!

Still getting the message...this is how my sql looks:

TRUNCATE {$to_prefix}topics;
TRUNCATE {$to_prefix}log_topics;
TRUNCATE {$to_prefix}log_boards;
TRUNCATE {$to_prefix}log_mark_read;

---* {$to_prefix}topics
---{$ignore = true;


ThorstenE

$ignore = true; needs to be on a new line..

Savinaa

#34
Splendid....that worked...but what do you think this means?
ALSO: on SMF, only the topics posted...zero threads/posts...not sure what happened.

Converting posts (this may take some time)... Successful.
Converting personal messages (step 1)... Successful.
Converting personal messages (step 2)... Successful.
Converting topic notifications... Successful.
Converting attachments...
Fatal error: Call to undefined function getLegacyAttachmentFilename() in /home/uzbcmapp/public_html/joomla/convert.php(1097) : eval()'d code on line 9

===modified post===

Ok so I downloaded a new *convert.php *  and now this is what I am getting...I have yet to find similar from other posts:

Recalculating forum statistics... Successful.
Unsuccessful!
This query:

    REPLACE INTO {$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1251404433),
    ("conversion_from", "phpfusion6_to_smf.sql");

Caused the error:

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{$to_prefix}settings (variable, value)
    VALUES ("conversion_time", 1251404433)' at line 1


ThorstenE

You can ignore the last error (minor bug in convert.php and already fixed in our SVN).

QuoteRecalculating forum statistics... Successful.
this was the last important step from convert.php, your forum was hopefully successful converted.

Adrek

when I try to install the fix I get an error:
The package you tried to upload Either is not a valid package or has Become corrupted.


I converting PHP-Fusion 6.01.6 to SMF 1.1.11

Any solution?
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

xenovanis

Odd. It works fine for me.

There's not much to it though, you can modify the file /Sources/LogInOut.php manually:

find this

// Maybe they are using a hash from before the password fix.


add before

// php-fusuion 6.x Login Method?
        $other_passwords[] = md5(md5($_REQUEST['passwrd']));


How do I modify files?
"Insanity: doing the same thing over and over again and expecting different results."

Adrek

Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

xenovanis

"Insanity: doing the same thing over and over again and expecting different results."

Advertisement: