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

[#549] Update ScriptHandler.php to check for symlinks before creating files directory #551

Merged
merged 1 commit into from
May 13, 2024

Commits on Jan 15, 2020

  1. Update ScriptHandler.php to check for symlinks before creating files …

    …directory
    
    When using drupal inside a docker container it can be useful to make the sites/default/files directory a symlink instead. For example here in the wodby documentation https://wodby.com/docs/stacks/drupal/#files_1
    
    I propose adding a check to is_link to prevent errors caused by $fs->exists not handling symlinks.
    SkywardRay committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    c6d466b View commit details
    Browse the repository at this point in the history