test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cgc0202 Friend
    #131799

    Just want to warn users that the error discussed in another thread remained unfixed in the latest JA Teline II v1.5 for Joomla1.5.x (20080805 version)

    The solution actually is quite simple, it involves correcting the helper.php error

    via FTP

    modules => mod_janews => helper.php

    thanks to omarram who found the error:

    On line 200 it currently reads:

    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.alias) ELSE cc.id END as catslug,'.

    When it should read:

    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug,'.

    Note the missing cc.id as discussed in the response post #20 by omarram:


    Try this fix

    http://www.joomlart.com/forums/showpost.php?p=70929&postcount=20

    in

    Upgraded to Joomla 1.5.5 now Ja News 3.1 Problem
    http://www.joomlart.com/forums/topic/upgraded-to-joomla-1-5-5-now-ja-news-3-1-problem/

    Cornelio

    Sherlock Friend
    #263869

    Hi cgc0202 !
    thanks you for report . i’m checking obove problems and will update to JA .
    before :
    First version of JA News it use code :


    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug,'.

    but in joomla 1.5.0 to 1.5.4 , joomla have a problem with SEO so in JA News of teline ii , you have change to :


    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.alias) ELSE cc.id END as catslug,'.

    to solved the problem , that is solution of Mr. Visigod .
    Now , it seems joomla 1.5.5 have fixed the SEO Problem , so i think your idea is exactly .
    thanks you very much cgc0202. JA will update it soon.

    cgc0202 Friend
    #263886

    Hi Hainn,

    It is not my idea, it is omarram: who found the potential cause of the problem wrt to Joomla 1.5.5

    Here is a Demo site where I did not make the correction

    but turned on the SEO

    var $sef = '1';
    var $sef_rewrite = '1';
    var $sef_suffix = '1';

    Everything works, i.e., correct SEF presentation, except the article links in the JA News.

    Cornelio

    <em>@hainn84 71622 wrote:</em><blockquote>Hi cgc0202 !
    thanks you for report . i’m checking obove problems and will update to JA .
    before :
    First version of JA News it use code :


    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug,'.

    but in joomla 1.5.0 to 1.5.4 , joomla have a problem with SEO so in JA News of teline ii , you have change to :


    ' CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.alias) ELSE cc.id END as catslug,'.

    to solved the problem , that is solution of Mr. Visigod .
    Now , it seems joomla 1.5.5 have fixed the SEO Problem , so i think your idea is exactly .
    thanks you very much cgc0202. JA will update it soon.</blockquote>

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

This topic contains 3 replies, has 2 voices, and was last updated by  cgc0202 16 years, 4 months ago.

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