• Resolved mardala

    (@mardala)


    Something we came across – we host our sites across a small cluster of servers that get sync’d.

    There is a .gitignore file: constant-contact-forms/vendor/psr/log/.gitignore that ignores the constant-contact-forms/vendor/psr/log/vender/ directory so the autoload.php in that directory doesn’t sync which throws a fatal error on our production servers.

    I deleted that .gitignore and forced the vendor folder to sync to remedy the error, but thought you should know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Thanks for reporting this. We’ll check on and address as needed.

    We had the same issue as our deployments come from a GitHub repo. Plugin worked fine “on my local” then we realized the directory was missing. Deleting the .gitignore fixed it for us as well.

    Plugin Author Constant Contact

    (@constantcontact)

    We have it in our internal issue tracking to remove it as well as some other vendor folder cleanup to remove parts that aren’t necessary for distribution. Will help with zip file size reduction as well.

    Thanks for the followup.

    @constantcontact Have these updates/fixes been included in the release yet? We just ran into the issue as well and downgraded in the meantime.

    Plugin Author Constant Contact

    (@constantcontact)

    @omicron7 No there hasn’t been a release that removes the forementioned .gitignore at this point.

    If you’re version controlling the plugin, you can remove the file as mentioned by mardala and get the folder added and deployed properly.

    Plugin Author Constant Contact

    (@constantcontact)

    This is an issue that will be addressed in the next major release of the plugin.

    Marking as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘missing vender autoload from psr vender library’ is closed to new replies.