Skip to content

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

@TornMarketing

Description

@TornMarketing

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions