Re: SMF <-> Mambo Bridge (Combined Readme)

Started by profile, April 12, 2005, 07:26:34 PM

Previous topic - Next topic

profile

Forum Error Log:

/forum/index.php?option=com_smf&amp;Itemid=66&amp;action=mambo_logout;sesc
Apply Filter: Only show the errors with the same message
8: Undefined index: returnurl
File: forum/Sources/MOS_SMF.php
Line: 362

Orstio

You are using MOS_SMF.php from v3.02.  Please upgrade to 3.11.

profile

I used the mos_smf.php from mos_smf_bridgev3.11 stable.zip

where can I check the version?

the file is in step 1 with a date of 04/02/2005 11:28pm

Orstio

You are absolutely sure that is the file you have in your Sources directory?

This is line 362 from the old MOS_SMF.php:

switch ($_REQUEST['returnurl']){

This is what is now on line 362, in the version you should have:

setcookie( "usercookie[username]", "", -3600, "/" );


Because your error message says:

Quote8: Undefined index: returnurl

I'd say that you still have the old file in your Sources directory.

profile

You're right.  Sorry for the confusion.

What would have caused that?  Uninstall not working?

Orstio

The uninstall of the previous version would not have removed the old file.

The package did not overwrite the old file either.

Something I'll have to look into.

profile

Great!  I did a overwrite of the file.  Done!

Thanks for your help.

chadness

Quote from: Orstio on April 12, 2005, 11:08:30 PM
The package did not overwrite the old file either.
Just did an install on my dev site and noticed that as well.

Advertisement: