Komento plugin error

stimpy
stimpy
  • stimpy
  • 11 months ago
Hi there!

In komento_plugin.php, on line 101, you refer to a field "nlevel" in your table #__jcp_categories:

$query  = '
select
a.id, a.title, a.nlevel as level, a.parent_id // <-- THIS IS THE LINE
from
`#__jcp_categories` AS a
where
a.parent_id > 0
order by
a.nleft';

...but a field called "nlevel" doesn't exist..
Can you please tell me, what field I should use to replace it with, so I can continue testing asap, without waiting for a bugfix-release..?

Thanks in advance,
stimpy

Access to viewing replies is restricted.
Showing 4 of 4 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai