error 1064 when using with Falang

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Wed Oct 02, 2013 9:44 am
Hello,

I have one issue with Falang component: My articles uses Falang to display Vietnamese and English. If I choose com_content articles to display, they will show the error:

1064
ERROR: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND c.extension = 'com_content' AND c.published = 1' at line 10 SQL=SELECT c.id AS CID FROM sologame_categories AS c LEFT JOIN sologame_content AS content ON c.id = content.catid WHERE ( content.id = ) AND c.extension = 'com_content' AND c.published = 1

I search the forum and tried to use 2 module to display each language but it doesn't work. Could you please help me to solve this?
My site : http://sologame.com
EN: http://sologame.com/en
User avatar
Expert Boarder

GK User
Wed Oct 02, 2013 9:52 am
I only enable the module in EN lang to prevent user seeing it.
User avatar
Expert Boarder

teitbite
Thu Oct 03, 2013 9:46 am
Hi

If I'm not mistaken, an error 1064 is visible when You are trying to show an article which doesn't exists, as You can see a message says the same:

content.catid WHERE ( content.id = )


No article ID was specified. Please check module configuration.
User avatar
Moderator


cron