Skip to content
Loading...

Archives

INTERNAL: JavaScript error “Working on It error …”

INTERNAL: JavaScript error “Working on It error …”

When QuickApps (any web part) is added to a page in SharePoint 2013 with an OOB web part that has a Group By view, you cannot expand the Groups in the OOB web part and instead the view is stuck on the message "Working on it …"

INTERNAL: “Session state can only be used when enableSessionState …”

INTERNAL: “Session state can only be used when enableSessionState …”

After installing QuickApps, we can no longer browse the SharePoint sites and receive a Correlation ID error. Checking the ID in the ULS logs, the following error is thrown:

"Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration. "

qChartView missing data when filtering

qChartView missing data when filtering

When filtering a a column that has only item common value, it will not display. Two or more values will display fine.

operator missing from CAML filter

operator missing from CAML filter

In a list, trying to exclude certain type of events, since the List column allows mutiple choices, the qListView CAML filtering fails beacuse it doesn't include the <NOT CONTAIN> option.