VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: m.davide82 on October 23, 2017, 12:45:23 PM

Title: 0 Class 'vmCrypt' not found
Post by: m.davide82 on October 23, 2017, 12:45:23 PM
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
Title: Re: 0 Class 'vmCrypt' not found
Post by: jenkinhill on October 23, 2017, 13:13:30 PM
Maybe a missing

if(!class_exists('vmCrypt')){
               require(VMPATH_ADMIN.DS.'helpers'.DS.'vmcrypt.php');
            }

Do you see which file is throwing the error?