• Resolved alphaalec

    (@alphaalec)


    I just wanted to flag that when deploying this plugin in Pantheon environments, certain files gets ignored, causing a total site crash.

    By deleted lines of code, we have prevented this from happening, but wanted to flag it to the plugin authors for future releases.

    We cleared the following files to prevent the crash:
    – /.gitattributes
    – /.gitignore
    – /composer.json
    – /composer.lock

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Howdy!

    I did want to chime in here because I do want to pass along some details. The way the Pantheon platform works is by using git to deploy things. In the .gitignore the vendor folder is being ignored so it won’t be version controlled. That may be part of the reason it broke when deploying. Depending on how the plugin was added that could also be resolved by adding that folder so it can be version controlled. If you are connecting to the site via SFTP, you can remove that line in the gitignore file or remove that file. I do know there is sometimes a delay in getting changed files to reflect on the dashboard.

    Hope that provides a little more information as well.

    Thanks for the bug report. We will update the plugin and implement the fix.

    Closing the thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors when deploying with Pantheon’ is closed to new replies.