Hello,
Below is the patch for the issue you're having.
First, Please go to
.../libraries/sellacious/table/table.php
Find
parent::__construct($table, $key, $db);
Or go to the line no. 99 and add
$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.
Now, go to
.../libraries/sellacious/table/nested.php
Find
parent::__construct($table, $key, $db);
Or go to the line no. 50 and add
$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.
I hope this helps.
Thank You
-Team Sellacious