Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: devnet on November 05, 2006, 11:44:09 PM

Title: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 05, 2006, 11:44:09 PM
I'm running 1.1 RC3.  I applied the patch through the admin panel.  I'm also running a wrapped forum inside joomla 1.0.11.  I'm using the most recent Orstio 1.16 Bridge.  You can see it http://mypclinuxos.com

Now when I post to a wrapped address like http://www.mypclinuxos.com/index.php?option=com_smf&Itemid=6&topic=406.0 the address trunctuates and sends my members to http://www.mypclinuxos.com/index.php?option=com_smf&Itemid=6&top

So, how do I go about fixing this problem?  You cannot link at all in the forums...even using url tags won't make this work.

Is this a problem for everyone?  You can see exactly what I mean in the second reply to this thread: http://www.mypclinuxos.com/index.php?option=com_smf&Itemid=6&topic=405.msg3289#msg3289
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Kindred on November 06, 2006, 08:28:58 AM
nope. not a problem with everyone, since I am running the 1.1.6 bridge and applied the rc3 patch with no problems.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 06, 2006, 12:04:51 PM
Quote from: Kindred on November 06, 2006, 08:28:58 AM
nope. not a problem with everyone, since I am running the 1.1.6 bridge and applied the rc3 patch with no problems.
What do you think the problem might be?  Anyone have an idea?  I can't post any internal links...
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 06, 2006, 05:51:21 PM
This is the first time I have seen this.

It seems to be a misread magic_quotes setting.

What WYSIWYG editor are you using in Joomla?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 06, 2006, 08:33:35 PM
Just the standard one that comes installed...no additions.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 06, 2006, 08:54:11 PM
Does your SMF database collation match your Joomla database collation?

I posted a test post, and when I look at the page source of the post, the link in it looks like this:

<a href="& #104; & #116;& #x74;& #112;& #58;& #47;& #47;w& #119;w.& #x6d;yp& #99;& #x6c;& #105;n& #x75;& #x78;o& #115;& #x2e;& #99;& #111;& #109;& #x2f;i& #x6e;& #x64;e& #x78;.& #112;hp& #x3f;o& #x70;t& #x69;& #x6f;& #110;& #x3d;& #99;& #111;m& #x5f;& #115;& #109;& #102;& #38;& #97;& #x6d;& #x70;& #x3b;It& #101;& #109;" target="_blank">& #104;& #116;& #x74;& #112;& #58;& #47;& #47;w& #119;w.& #x6d;yp& #99;& #x6c;& #105;n& #x75;& #x78;o& #115;& #x2e;& #99;& #111;& #109;& #x2f;i& #x6e;& #x64;e& #x78;.& #112;hp& #x3f;o& #x70;t& #x69;& #x6f;& #110;& #x3d;& #99;& #111;m& #x5f;& #115;& #109;& #102;& #38;& #97;& #x6d;& #x70;& #x3b;It& #101;& #109;</a>

(I've added spaces so that the parser here won't convert the entities.)

Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 06, 2006, 11:31:53 PM
I think Joomla! comes default with UTF-8 if I'm not mistaken...and my smf is ISO-8859-1...I could convert I guess to rule this out as a culprit (or solve the problem).  I'll give this a try in the morning.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: jpch on November 07, 2006, 06:17:04 AM
Hi devnet,

I think Joomla will be UTF-8 Ready in Version 1.5 and not before, well I also might be wrong with this, but check the Notes at joomla.org and also Roadmap.

Cheers
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 06:57:08 PM
The conversion didn't work...but I did notice that they both share the same character set...so I'm fine on that.

Not sure why this problem just started happening.  Perhaps there is a setting in joomla I've messed up?  I have no SEF enabled...I know that.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 07:01:07 PM
If you look in your smf_messages table, what do the posts look like?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 07:31:43 PM
Orstio,

The URL's are correct inside the database...they are pointing toward the correct boards (in the test thread at my forum you looked at for example).
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 07:57:07 PM
Can you post a link to a phpinfo()?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 08:03:50 PM
My host won't allow you to get to that page without authenticating.  Would you like me to post it instead?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 08:09:10 PM
Just make your own:  http://www.simplemachines.org/community/index.php?topic=18250.msg149152#msg149152
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 08:12:18 PM
lol...I feel like I'm in slow class.  I shoulda thought of that.

http://mypclinuxos.com/phpinfo.php
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 08:36:44 PM
Can you try adding this near the top of smf.php:

@ini_set("magic_quotes_gpc", "0");
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 08:55:24 PM
Added it as requested.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 09:00:48 PM
What SMF mods do you have installed?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 09:06:51 PM
Spam me Not 1.01
Gallery Lite 1.6.4
Create Topic on Report to Moderator 0.2


I'm getting set to uninstall Gallery Lite 1.6.4 (just bridged it with coppermine today) and I can uninstall the other two if needed.
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Orstio on November 07, 2006, 09:08:06 PM
Spam me Not 1.01 might be the culprit.  Can you try uninstalling it?
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: devnet on November 07, 2006, 09:14:45 PM
That was it Orstio!  Spam Me Not is not compatible with the bridged forum...or at least not on mine.

Man...who'd of thunk it?


Joomla 1.0.11
SMF 1.1 RC3 Bridged to Joomla (1.16 bridge)
Coppermine 1.4.10 Bridge to SMF
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: Benson on November 08, 2006, 04:03:40 AM
Yes Spam-Me-Not 1-01 is causing this troubles, just suffering from this problem too. i have informed the autor of the mod, let's hope we get a working version soon.

cheers,
Benson
Title: Re: RC3 1.1 Update w/Joomla 1.0.11 URL problem
Post by: winrules on November 09, 2006, 05:04:42 PM
I've updated the mod so it will be compatible with the bridge. It was a small error in the package that caused it to encode URLs. Try the new version.