Hello,
after the upgrade to the latest VM Version, 3.2.4, with php 7, when I go to Migration Tools I receive "0 Class 'vmCrypt' not found".
How can I solve it?
Thanks,
Davide
Maybe a missing
if(!class_exists('vmCrypt')){
require(VMPATH_ADMIN.DS.'helpers'.DS.'vmcrypt.php');
}
Do you see which file is throwing the error?