Topic-icon error 1054 FROM #__jfbconnect_autopost

Active Subscriptions:

None
7 years 8 months ago #59228 by piet
Hello,

on this page, www.lebruitdesimages.com/blog/ecolo/101-...los-47-les-donneries
if you clic on the tag "gestes écolos", we have a error 1054 :
1054
Unknown column 'Array' in 'where clause' SQL=SELECT act.* FROM #__jfbconnect_autopost_activity act WHERE `act`.`ext`='com_tags' AND `act`.`layout`='tag' AND `act`.`item_id`=Array AND `act`.`type`=1 AND `act`.`status`=2
Veuillez essayer l'une des pages suivantes : Page d'accueil

But no problem with the tag "économie"...

Can you help us please ?

Regard.
The topic has been locked.
Support Specialist
7 years 8 months ago #59230 by mel
We have a fix for this in the upcoming bug fix release of JFBConnect. In the meantime, if you'd like a quick one line workaround (not the same code as in the upcoming release, but easier for you to put in) you can try the following:

In /plugins/system/jfbcsystem/jfbcsystem.php around line 275, after this statement:
$option = JRequest::getCmd('option');

Add the following if statement
if($option == 'com_tags')
   return;
The topic has been locked.