Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • leave2 Friend
    #125403

    Hey,

    please take a look here: http://www.dorstfeld-aktiv.de

    The module JA-Newslight does not work properly…if you click on the link…joomla cannot find the linked article.

    Thank you,
    Chris

    lewisw Friend
    #237957

    Yep, same problem for me, it’s a pain. Has it something to do with the SEF settings in system? I have switched to explicit URLS, modified my ht access file, so why does it give a 404 error every time?
    Precision: I setted up the sef options BEFORE creating articles, so there wasn’t a chnage of URL on the way.

    HEELP PLEASE!

    amejat Friend
    #238813

    I have two problems with newsflash:

    – First it does not show the new articles created in the “news/latest” section, only the original ones.
    – Second, it produces a 404 error when you try to click on one of the article.

    A solution please !!!

    mirakel12 Friend
    #238815

    I have the same issue and everybody is referring to change the SEF settings in the configuration file. I have the following settings. How should I change it to get the news links to work. Please please provide details how to solve this issue. There are many threads on this topic.

    $sef ‘0’
    $sef_rewrite ‘0’
    $sef_suffix ‘0’

    amejat Friend
    #238933

    Could we have support please ???

    kashxo Friend
    #238938

    Could you please give us a link to your live site, and provide me which version of Joomla! you are using?

    amejat Friend
    #239027

    OK

    My Joomla install is a 1.5 stable based on the quickstart package from Joomlart.
    My SEF is OFF
    the apachemod_rewrite is OFF

    and my website is: http://dev.imbecille.net

    Hope you will find a solution… soon !

    amejat Friend
    #239116

    I compared the way the URL are indicated on my website:

    http://dev.imbecille.fr/index.php?option=com_content&task=view&id=6

    and on the demo version of avian II:

    http://template.joomlart.com/ja_avian_ii_m/index.php?option=com_content&task=view&id=6&Itemid=2

    The way the article are linked is different :
    mine: index.php?option=com_content&task=view&id=6
    demo: index.php?option=com_content&task=view&id=6&Itemid=2

    Why do I have this & ???

    amejat Friend
    #239118

    OK so in mod_janewslight.php, i removed the & and just let & and it works now !!!

    Here was the wrong code:

    // get Itemid
    /*$Itemid = $mainframe->getItemid( $row->id, 0, 0, $bs, $bc, $gbs );
    // Blank itemid checker for SEF
    if ($Itemid == NULL) {
    $Itemid = ”;
    } else {
    $Itemid = ‘Itemid=’. $Itemid;
    }*/

    $link = JRoute::_( ‘index.php?option=com_content&task=view&id=’. $row->id );

    and after changes:

    // get Itemid
    /*$Itemid = $mainframe->getItemid( $row->id, 0, 0, $bs, $bc, $gbs );
    // Blank itemid checker for SEF
    if ($Itemid == NULL) {
    $Itemid = ”;
    } else {
    $Itemid = ‘Itemid=’. $Itemid;
    }*/

    $link = JRoute::_( ‘index.php?option=com_content&task=view&id=’. $row->id );

    Works fine for me !

    mirakel12 Friend
    #239141

    It works great. Thanks for finding the solution. I hope this will work with all browsers. Would be great if the JA people could comment if this is the solution.

    Meanwhile I will use your solution. Again thanks.

    mj1256 Friend
    #239838

    this is another example of the character encoding issues that I have been posting about

    your servers should be set to the same encding used to write the programs, usually its UTF-8

    thats why
    & becomes &

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 6 voices, and was last updated by  mj1256 16 years, 8 months ago.

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