Гость
13 Март 2013 08:31

Hi,

since you've announced Komento's integration for Cobalt 8 in your roadmap, I was wondering what the status is.

Best regards,

Jeff

Последние изменения: 02 Март 2014


Гость
22 Март 2013 01:37

:D

Best regards,

Jeff


Гость
26 Март 2013 00:41

Hi Sergey,

as far as I can tell it works nicely.

I'll put Komento/Cobalt to some further tests this week.

Thank you for making this adapter freely available!

Best regards,

Jeff


Гость
15 Нояб 2013 19:28

Hi Sergey

I had install Kommento to my site(settins default) . set komento comment adapter in type settins.

then go to article & post comment. than reload page, but comment not load..

then i go to admin panel to Komento comments, but no see any comment, only:

Fatal error: Call to a member function load() on a non-object in Z:\home\www\components\com_komento\models\comments.php on line 882

that is part of code



function getTotalChilds($id) { // CANNOT RELY ON JUST RGT-LFT $commentTable = Komento::getTable('comments'); 882: $commentTable->load($id); $component = $commentTable->component; $cid = $commentTable->cid; $lft = $commentTable->lft; $rgt = $commentTable->rgt; $query = 'SELECT COUNT(1) FROM ' . $this->db->namequote( '#__komento_comments' ); $query .= ' WHERE ' . $this->db->namequote('component') . ' = ' . $this->db->quote($component); $query .= ' AND ' . $this->db->namequote('cid') . ' = ' . $this->db->quote($cid); $query .= ' AND ' . $this->db->namequote('lft') . ' BETWEEN ' . $this->db->quote($lft) . ' AND ' . $this->db->quote($rgt); $query .= ' AND ' . $this->db->namequote('lft') . ' != ' .$this->db->quote($lft); $this->db->setQuery($query); return $this->db->loadResult(); }

I am don't understand what it mean... what you can tell me about that?

(with joomla article work correct)

Best regards


Sergey
Total posts: 13,748
18 Нояб 2013 06:43

After you update to latest version of Cobalt delete administrator/components/com_cobalt/tables/comments.php


Гость
18 Нояб 2013 08:26

thank you for your safe technical support. Komento work good!:)

Работает на Cobalt