SMF bridge for Joomla troubles
- mailalon
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 7 months ago #505
by mailalon
Emir Hi,
I installed the last version of sef advance on my site (4.9.3) i use Joomla 1.0.11 and Ortsio's bridge latest version that is on the SMF site.
The problem is that i can't enter the forums
m using the forum in unwrpped mode so when clicking on the forst forum on the list it creates the url : www.babyhold.com/index.php?option,com_smf&/Itemid,36&/board,1.0
which of course is incorrect it should be
www.babyhold.com/index.php?option,com_smf&Itemid=36&board=1.0
the only way for the forum to run with the bridge is to disable sef advance , which of course i don't want.
Please help
I installed the last version of sef advance on my site (4.9.3) i use Joomla 1.0.11 and Ortsio's bridge latest version that is on the SMF site.
The problem is that i can't enter the forums
m using the forum in unwrpped mode so when clicking on the forst forum on the list it creates the url : www.babyhold.com/index.php?option,com_smf&/Itemid,36&/board,1.0
which of course is incorrect it should be
www.babyhold.com/index.php?option,com_smf&Itemid=36&board=1.0
the only way for the forum to run with the bridge is to disable sef advance , which of course i don't want.
Please help
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 7 months ago #506
by Saka
Emir Sakic
www.sakic.net
Hi mailalon,
Can you please contact me on mail with your admin password and FTP info.
Thanks.
Can you please contact me on mail with your admin password and FTP info.
Thanks.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- mailalon
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 7 months ago #525
by mailalon
Hi Emir,
I sent you an email with all the deatils but have not heard from you yet. Please help.
Alon
I sent you an email with all the deatils but have not heard from you yet. Please help.
Alon
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 7 months ago #542
by Saka
Emir Sakic
www.sakic.net
Hello Alon,
It has been solved on your site now.
For other users having the same problem with links ending up in 404 errors I describe the solution.
Problem:
- SEF URLs are stripped by the trailing slash
- SEF Advance is not redirecting to slashed version because of the dots in URLs (thinking there are extensions)
- The URL ends up in 404 error
Solution:
- Don't strip trailing slash:
In file components/com_smf/smf.php on line 235 change:
$sefurl = substr($sefurl, 0, strlen($sefurl)-1);
to:
$sefurl = substr($sefurl, 0, strlen($sefurl));
It has been solved on your site now.
For other users having the same problem with links ending up in 404 errors I describe the solution.
Problem:
- SEF URLs are stripped by the trailing slash
- SEF Advance is not redirecting to slashed version because of the dots in URLs (thinking there are extensions)
- The URL ends up in 404 error
Solution:
- Don't strip trailing slash:
In file components/com_smf/smf.php on line 235 change:
$sefurl = substr($sefurl, 0, strlen($sefurl)-1);
to:
$sefurl = substr($sefurl, 0, strlen($sefurl));
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- mailalon
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 7 months ago #545
by mailalon
Hi Emir,
Thanks for the quick reply.
But i'm sorry to dissapoint now there is not problem to enter the forum. however when you click on a messege title such as this : www.babyhold.com/option,com_smf/Itemid,38/topic,7.msg9#msg9
you will get a 404 again.
Alon
Thanks for the quick reply.
But i'm sorry to dissapoint now there is not problem to enter the forum. however when you click on a messege title such as this : www.babyhold.com/option,com_smf/Itemid,38/topic,7.msg9#msg9
you will get a 404 again.
Alon
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 7 months ago #546
by Saka
Emir Sakic
www.sakic.net
OK, will have a look on that too.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.