Question

Error in section wizard

My question is about the section wizard in the System setup.

After entering the Title and Code, I click the "SET UP PAGE" button, and the word "loading" appears.

And the "loading" message does not end.

When I checked the console with the browser function, the following error was displayed.

 

Property schemaType is not defined in class Terrasoft.manager.ClientUnitSchemaManagerItem

 

Can you help me find a solution to this problem?

Like 0

Like

3 comments
Best reply

Hi Team! How are you? Something similar happened to me today with a version 8.0.8 and the problem occurred when I enabled the JS debugger.

I solved it by "turning it off" with this statement:

Terrasoft.SysSettings.postPersonalSysSettingsValue("IsDebug", false)

I hope it helps.

Regards

Hello,

 

The mentioned error may occur if the schema was deleted and the system was referring to un-existing object.

To resolve the issue we'd suggest to clear the dynamic content and proceed with full generation and compilation of a system. 

To delete the dynamic content for the site please navigate to 

the corresponding folder of your system:

\App\the_name_of_your_site\Terrasoft.WebApp\conf\content

first backup the data (in case there will be a need to restore it) and then delete everything in the folder.



If the issue occurs with the cloud-based site, please contact support team via support@creatio.com for further assistance.



Best regards,

Anastasiia

Hi Team! How are you? Something similar happened to me today with a version 8.0.8 and the problem occurred when I enabled the JS debugger.

I solved it by "turning it off" with this statement:

Terrasoft.SysSettings.postPersonalSysSettingsValue("IsDebug", false)

I hope it helps.

Regards

Uriel,

Resolved. Thank you very much.

I was performing the above operation in debug mode.

By deactivating debug mode, the "SET UP PAGE" button worked successfully.

Show all comments