Skip to content
New issue

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

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

Open
TornMarketing opened this issue May 24, 2022 · 4 comments
Open

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

TornMarketing opened this issue May 24, 2022 · 4 comments

Comments

@TornMarketing
Copy link

TornMarketing commented May 24, 2022

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
Copy link

welcome bot commented May 24, 2022

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

@Thurgood78
Copy link

Thurgood78 commented Jul 19, 2022

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

@tiagocordeiro
Copy link

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

@tobsowo
Copy link

tobsowo commented Sep 10, 2024

@TornMarketing does this works for Mautic 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants