We are using the filedepot module.You have developed a nice module.Recently, we found an error while using your module. Please rectify this below error.
Unknown column 'id' in 'field list' query: SELECT id FROM nextag_metrics WHERE tagid = 1 AND type = 'filedepot' AND roleid = 2 in /modules/filedepot/nexcloud.class.php on line 279.
There's no field named "id" in this {nextag_metrics} table.I think you have missed some field name here.
Thanks
Kiran
Comments
Comment #1
blainelang commentedPlease provide an example of how to replicate the issue.
Comment #2
kirantej_p commentedThere's no field as 'id' in your database table nextag_metrics. Please check your code in the file nexcloud.class.php.
Comment #3
blainelang commented