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 • 4 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

Thanks for opening your first issue here! Be sure to follow the issue template!

welcome[bot] avatar May 24 '22 12:05 welcome[bot]

Muchuas gratias, Tom! Worked perfectly! :-) <3

Thurgood78 avatar Jul 19 '22 22:07 Thurgood78

Thank you very much, @TornMarketing . Worked perfectly with version 4!

tiagocordeiro avatar Aug 15 '23 18:08 tiagocordeiro

@TornMarketing does this works for Mautic 5

tobsowo avatar Sep 10 '24 12:09 tobsowo