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

Make the non-existing file in layout.blade within project #1428

Closed
wants to merge 1 commit into from
Closed

Make the non-existing file in layout.blade within project #1428

wants to merge 1 commit into from

Commits on Apr 25, 2024

  1. Make the non-existing file in layout.blade within project

    If the PHPs `open_basedir` value is configured, any check for a file outside of given scope causes 
    `is_file(): open_basedir restriction in effect. File(/vendor/horizon/nonExistentFile) is not within the allowed path(s):`
    error, which prevents the UI from loading.
    marcin-jozwikowski authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    24c12cb View commit details
    Browse the repository at this point in the history