Loading...

Archives

Receiving row threshold error when using qListForm multiple file upload option

Receiving row threshold error when using qListForm multiple file upload option

When trying to upload multiple files using qListForm you get an error about the threshold limit being excited.

Error: 

"The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.Operations that exceed the list view threshold are allowed in the following time window defined by the administrator: "

“The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.”

“The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.”

After upgrading an environment from 2010 to 2013 via DB detach/attach (uninstalling QuickApps before the dettach and installing the correct version after the attach), on any page with QA or when trying to add a Web Part, the following error is thrown:
"Exception Details: System.Web.HttpException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below."
If you create a new Web Part page and add an OOB SharePoint web part, everything works. The Configuration Editor has been run and the web.config is correctly modified.

Passing URL ID throws “Unexpected error has occurred”

Passing URL ID throws “Unexpected error has occurred”

Using qListView to fetch data from parent list and a related child list, a filter has been applied on the ID which is taken up from URL of the page as “TESTID”. As soon as you pass "TESTID" to the page it is throwing an error: 
“Unexpected error has occurred.”
If we remove the child list, it works fine. Earlier with QuickApps 6.2 this worked fine but with version 6.3 it is throwing this error.

Lookup Drop Downs using Form Component Behavior throws error “List does not exist”

Lookup Drop Downs using Form Component Behavior throws error “List does not exist”

When setting up a Form Component Behavior for a lookup list that resides in a top level Site (qListForm is on a subsite), the following error is being thrown:


“The following error occurred: List does not exist The page you selected contains a list that does not exist. It may have been deleted by another user.”