Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Call to undefined method FormIt::encryptionMigrationStatus() #128

Closed brescianicri closed 7 years ago

brescianicri commented 7 years ago

After formIt upgrade to last version when i try to log to modx manager i recive: Fatal error: Call to undefined method FormIt::encryptionMigrationStatus() in core/cache/includes/elements/modplugin/13.include.cache.php on line 42

joeke commented 7 years ago

@brescianicri Looks like your formit.class.php file is not updated. We're working on a 3.0.1 release to fix some issues (including this one), so you could wait for that (not sure when it will be released though). Or you can try to manually update the file using https://github.com/Sterc/FormIt/blob/d4fbe1f08f8488ce0dac6ceea1a329145f887a23/core/components/formit/model/formit/formit.class.php

joeke commented 7 years ago

@brescianicri This should be fixed with the latest release. If you still have any issues after upgrading please let me know.