virgilwashere / mautic-cron-commands

Script to run Mautic commands from a web page.
https://www.mautic.org
GNU General Public License v3.0
36 stars 25 forks source link

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

Open TornMarketing opened 2 years ago

TornMarketing commented 2 years ago

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';

welcome[bot] commented 2 years ago

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

Thurgood78 commented 2 years ago

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

tiagocordeiro commented 1 year ago

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

tobsowo commented 3 weeks ago

@TornMarketing does this works for Mautic 5