Hello,

I'm trying to deploy a company intranet, which requires the use of CMIS SQL Queries to create CMIS Views. Everything works fine if I create a view using a 'Directory' query, absolutely everything seems to be fine....except when I try to query the repository with a CMIS SQL query

The query I'm using is .. SELECT * FROM cmis:document

The error messages I'm getting are:
Notice: Undefined variable: query in cmis_views_info() line 578 of ...cmis_views.module
Notice: Undefined variable: query_result in cmis_views_info() line 589 of ...cmis_views.module
Notice: Undefined variable: contents in cmis_views_info() line 606 of ...cmis_views.module

Running D7 and Alfresco enterprise v4.1.1 on localhost through XAMPP. Would really appreciate some guidance, the project is at a standstill until I can get this resolved.

Thanks

Comments

IanNorton’s picture

Assigned: Unassigned » IanNorton
IanNorton’s picture

Status: Active » Closed (fixed)

Thanks for reporting this - seems like a bug crept in when the cacheing was added. I've just pushed a fix up, if you download / checkout the latest code this should now be fixed.