Javascript error when trying to list forms

Posted by Community Admin on 04-Aug-2018 00:36

Javascript error when trying to list forms

All Replies

Posted by Community Admin on 05-Dec-2012 00:00

Standard Sitefinity version 5.2.3800.

After creating a form, any time we try view the list of forms we get a javascript error.

Uncaught TypeError: Cannot call method 'set_titleText' of undefined @ Telerik.Web.UI.WebResource.axd:4696 
this._currentItemsList.set_titleText(this._titleText); 

No clue on how to get around this, any advice would be appreciated.

Posted by Community Admin on 05-Dec-2012 00:00

Hi Damon,

do you see any pattern that will help us reproduce the problem? 
Can you check the log files to see if there is any related error (maybe an error during creation of the form)

All the best,
Veselin Vasilev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 05-Dec-2012 00:00

Figured it out, the user did not have permissions to create tables in the database.  Which it needs to create custom forms.

Diagnosed it from the error we got when trying to create a search index, which gave a very large sql error in a javascript popup (but at least mentioned the create table permission was denied).

This thread is closed