jDiction Forum

English => General Questions => Topic started by: d4rkbl4de on October 30, 2013, 05:25:03 pm

Title: Translation of category blogs
Post by: d4rkbl4de on October 30, 2013, 05:25:03 pm
Hi,

I am using Joomla 3.0 and JDiction 0.9.9.11 on this website --> http://puravidadieppe.ca/index.php/en
My trouble is when I try to translate a menu item that is a Category Blog such as About Us --> Our Team. It gives an error.

5 - cannot calculate position of `fulltext` within `fulltext`FROM d2f9u_content WHERE id =14

Am I doing something wrong?

Thanks in advance!
Title: Re: Translation of category blogs
Post by: Harald Leithner on October 30, 2013, 06:07:01 pm
You have a component thats incompatible with jdiction, the problem is that the query parser is not fail save and I have to replace it, but that could take some time....
Title: Re: Translation of category blogs
Post by: d4rkbl4de on October 30, 2013, 06:34:53 pm
Which component do you think is causing it? I deactivated DJ-Slider, Phoca Gallery, my Maximenu CK, my Respnsive Menu, Content - Perfect Link with Article Images on Facebook and nothing seems to be causing the problem. It's still there.
Title: Re: Translation of category blogs
Post by: Harald Leithner on October 30, 2013, 06:41:20 pm
please send me the url with the problem and superadmin access per pm
Title: Re: Translation of category blogs
Post by: d4rkbl4de on October 30, 2013, 06:50:25 pm
Sent one. Hope you received it :3
Title: Re: Translation of category blogs
Post by: Harald Leithner on October 30, 2013, 06:54:57 pm
Your template defines a sql query before line 22 in home/puravida/public_html/templates/puravidadieppe.ca/html/com_content/category/blog_item.php this query could not be parsed by jdiction the problem is mainly because the syntax is not clean. Please please repleace \n or other line feed character with spaces.

It would be better to convert this query to jdatabasequery.
Title: Re: Translation of category blogs
Post by: d4rkbl4de on October 30, 2013, 07:02:03 pm
Worked out! Thanks a lot for your time! <3
Title: Re: Translation of category blogs
Post by: Harald Leithner on October 30, 2013, 08:35:45 pm
good to here, maybe you could consider to write a review.