Upgrading Formit - Blank CMP

I’m trying to upgrade from FormIt 4.1.0 to Formit 4.2.3. When I upgrade, the CMP is blank and when a form is submitted, the FormItFastPack extra does not output the fields in the email. When I revert back to 4.1.0, I can see that those fields were saved in the database.

This happens on Modx 2.7.0 and 2.7.2.

This is a multi-context setup using XRouting.

Firefox developer edition logs the error “this.proxy is undefined” from ext-js when I open the CMP.

1 Like

This is all I have in the PHP error logs:

[Mon Nov 25 13:49:22.079302 2019] [proxy_fcgi:error] [pid 21646:tid 139729865447168] [client ip.address.here:41714] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Class ‘FormitIndexManagerController’ not found in /path/mydomain.com/core/model/modx/modmanagerresponse.class.php:190\nStack trace:\n#0 /path/mydomain.com/core/model/modx/modmanagerresponse.class.php(78): modManagerResponse->instantiateController(‘FormitIndexMana…’, ‘getInstance’)\n#1 /path/mydomain.com/core/model/modx/modmanagerrequest.class.php(187): modManagerResponse->outputContent(Array)\n#2 /path/mydomain.com/core/model/modx/modmanagerrequest.class.php(135): modManagerRequest->prepareResponse()\n#3 /path/mydomain.com/httpdocs/manager/index.php(59): modManagerRequest->handleRequest()\n#4 {main}\n thrown in /path/mydomain.com/core/model/modx/modmanagerresponse.class.php on line 190\n’, referer: https://www.mydomain.com/manager/?a=system/action

When loading the CMP, the ext-all.js throws an error, “Uncaught TypeError: Cannot read property ‘request’ of undefined” here:

this.proxy.request(Ext.data.Api.actions[e], a, c.params, this.reader, this.createCallback(e, a, b), this, c)

Is anyone else running into this issue?