Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • aashwin Friend
    #299094

    I just turned SEF off and they work now!

    It makes no sense at all… :((

    scotty Friend
    #299096

    If you want PM me the login details and I’ll have a look later tonight.

    aashwin Friend
    #299097

    Just did that Scotty – thanks a lot!

    I may be out later (“researching” beer, obviously) so please don’t think I am ungrateful if I am not available online…

    🙂

    scotty Friend
    #299157

    Fixed.

    The problem was the link to your forum that was in the article. It was entered as…

    <a href="index.php?option=com_joobb&view=forum&forum=5&Itemid=85" target="_blank">forum </a>
    and I changed it to…

    <a href="forum.html" target="_blank">forum</a>

    So this means if you ever disable SEF urls you will have to change it back to the PHP link. Joomla SEF does not handle 3rd party URLs well but you could probably write a rewrite rule into your .htaccess that would handle this one. Check the jooBB forum. Surely your not the first with this problem.

    aashwin Friend
    #299228

    Oh that is fantastic scotty – thanks a million!

    😀

    That really was a tricky little problem… well spotted sir!

    aashwin Friend
    #299229

    I must say I am amazed that this caused such a problem… you would have thought that the page would display okay but the link to the forum would be broken. Crazy. :confused:

    Arvind Chauhan Moderator
    #299230

    Saw that link too, but it did not ring any bells to me. Thanks Scotty, thats a good learning for me too.

    If i understand it clearly, joomla doesn’t throw these errors if the link is external, because i prefer Joomla sef and all have external links in the articles, the problem arises if we use default joomla internal links.

    correct me if the concept is wrong.

    regards

    arvind

    scotty Friend
    #299231

    aashwin;121732I must say I am amazed that this caused such a problem… you would have thought that the page would display okay but the link to the forum would be broken. Crazy. :confused:

    The way PHP works it has to work out everything first and then display. If it can’t work it out then it just stops.

    You will also have Display Errors: Off in your php.ini. This means when php hits a problem the user on the frontend gets a blank page. If errors were on you would see the whole text of the error.

    ….and your welcome.

    scotty Friend
    #299234

    drarvindc;121733 the problem arises if we use default joomla internal links.

    …. that aren’t covered by the .htaccess rewite rules.

    The SEF plugin doesn’t guess what the link should be. It has to follow the rewrite rules from the htaccess file. If there is no rule there (as in this case) then Joomla (or rather PHP) throws an error. Because Display Errors is Off, we jsut see a balnk page.

Viewing 9 posts - 16 through 24 (of 24 total)

This topic contains 24 replies, has 3 voices, and was last updated by  scotty 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum