We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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';
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
Muchuas gratias, Tom! Worked perfectly! :-) <3
Thank you very much, @TornMarketing . Worked perfectly with version 4!
@TornMarketing does this works for Mautic 5
No branches or pull requests
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';
The text was updated successfully, but these errors were encountered: