Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: spidometrs on January 05, 2005, 06:43:55 AM

Title: Error in Post
Post by: spidometrs on January 05, 2005, 06:43:55 AM
After registration of the new user I get the letter with spoiled link.

Quotedody has just signed up as a new member of your forum. Click the link
below to view their profile.
/index.php?option=com_smf&Itemid=62&?action=profile;u=77

This must be so:
http://mysite.ru/index.php?option=com_smf&Itemid=62&?action=profile;u=77"

As this possible correct?
Title: Re: Error in Post
Post by: [Unknown] on January 07, 2005, 04:06:29 AM
Interesting.  Is Mambo usually configured without the domain name?  Can you change the URL to Mambo?

-[Unknown]
Title: Re: Error in Post
Post by: Orstio on January 07, 2005, 06:09:51 AM
This was an in an early beta version of the bridge....it should not happen in current versions.
Title: Re: Error in Post
Post by: spidometrs on January 07, 2005, 05:48:02 PM
Mambo 4.5 stable 1.0.9 + MOS_SMF_BRDIGEv2.04beta.
I can not change the URL to Mambo.
Title: Re: Error in Post
Post by: Orstio on January 07, 2005, 06:03:50 PM
This is the line that defines the URL in smf.php:

$myurl = $mosConfig_live_site ."/". basename($PHP_SELF)."?option=com_smf&Itemid=" . $row[0]."&";


Either you are still using an older version of smf.php, where $mosConfig_live_site was not used, or for some reason, that variable is not being set.

For a quick fix, you can add this line near the beginning of smf.php:

$mosConfig_live_site="http://mysite.ru";
Title: Re: Error in Post
Post by: spidometrs on January 07, 2005, 07:27:33 PM
Quote from: Orstio on January 07, 2005, 06:03:50 PM
This is the line that defines the URL in smf.php:

$myurl = $mosConfig_live_site ."/". basename($PHP_SELF)."?option=com_smf&Itemid=" . $row[0]."&";


Either you are still using an older version of smf.php, where $mosConfig_live_site was not used, or for some reason, that variable is not being set.

For a quick fix, you can add this line near the beginning of smf.php:

$mosConfig_live_site="http://mysite.ru";
This does not work. This goes immediately on frontpage.

Where can I download the new version a BRDIGE?
Title: Re: Error in Post
Post by: Orstio on January 08, 2005, 06:05:01 AM
http://mamboforge.net/frs/?group_id=543
Title: Re: Error in Post
Post by: spidometrs on January 08, 2005, 06:30:56 AM
MOS_SMF_BRIDGEv2.11stable does is not intended for Mambo 4.5 stable 1.0.9 ?
Title: Re: Error in Post
Post by: Orstio on January 08, 2005, 06:31:56 AM
No.  Like it says, it's time to upgrade.  ;D
Title: Re: Error in Post
Post by: spidometrs on January 08, 2005, 06:35:16 AM
 >:(