SMF 1.1 Beta3 - Is there any bridge?

Started by aiz, July 02, 2005, 12:38:58 AM

Previous topic - Next topic

aiz

Hello everybody, I was about to upgrade my SMF installation and I was wondering if there´s something ready to work with the upcoming version of SMF.

Thanks for the information, and Orstio... thank you very much for your work.

AiZ


aiz

Thanks a lot Orstio, again.

I had to do the mambo.mod by hand since when I upgraded SMF couldn´t get my user profile so I couldn´t do the admin job. It worked anyways. :)

AiZ

RDS

Hello there.....

I've just upgraded my forum to 1.1 beta 3, and everything is ok.
But, there'd an error I found after installing and publishing the MOS-SMF Bridge v3.19a.

The error is : unable to login to forum

What's wrong???

Orstio


RDS

One error found again......

When I apply the Mambo Mod from SMF Package Manager, it said that there was an error :

1. Execute Modification ./Sources/Subs.php Test failed

Maybe this error causes the login problem.
What's wrong?

Orstio

If you give me a URL, I'll tell you what's wrong.

You can PM it to me if you do not want it public.

RDS

My URL is : http://www.sanggarmustika.com

If I login straight from the original URL (where my forum is http://sanggarmustika.com/forum), the login mod is working fine.
But, if I login from the SMF login mod, it takes me to the login form.

Please help me  :(

Orstio

#8
Your cookies will not set correctly the way you have it.

You are using:

http://www.sanggarmustika.com

Yet the value you entered for the live site when you installed Mambo is:

http://sanggarmustika.com

Your Mambo cookie will never work that way.  The URL in the browser must match the value of the live site that you entered when installing Mambo.

Your second problem is that your forum is not viewable to guests.  Your login will not work that way, either.

RDS

Btw, how can I change the value of the live site?
I prefer using www in my site.

Orstio


RDS

Ok.. thank you very much... It works  :)

probinson77

I had problems with people logging in to our site, fuzionministries.com, because of the no www issue, so I searched and found this method of using an htaccess file to redirect the site to www.fuzionmnistries.com regardless of whether you enter the site with the www or not.  If you're using Apache, you can add this to your htaccess file to avoid that issue (obviously replace yoursite with your site's name):


RewriteEngine On
RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]


This will add the www in front of your site address even if the user doesn't enter it.

vavroom

probinson's is a good solution, but you have to be a bit careful if you're using Mambo SEF and have the .htaccess named.  You'll have to manually edit that file and be careful how you do it, as a messed up .htaccess can really get your site a little bit off kilter ;)
Nic
The longer you stare at the screen, the blanker it gets...

RDS

Thank you very much... It really works!  :)

Advertisement: