mautic-cron-commands icon indicating copy to clipboard operation
mautic-cron-commands copied to clipboard

[BUG] - v4.3.1 - removed dependent files - 500 error

Open TornMarketing opened this issue 2 years ago • 3 comments

With the latest upgrade, dependent files such as the autoload.php have been removed along with other structural changes to the mautic app.

As a result things are no longer loading and throwing 500 errors

Resolution: require_once $docroot.'/app/autoload.php'; to require_once $docroot.'/autoload.php';

TornMarketing avatar May 24 '22 12:05 TornMarketing