-
AuthorPosts
-
cgc0202 Friend
cgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
August 5, 2008 at 8:37 am #131799Just 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=20in
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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 5, 2008 at 9:34 am #263869Hi 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 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
August 5, 2008 at 12:22 pm #263886Hi 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> -
AuthorPosts
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