You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
When I have a project in a dir like ~/cool websites/project/patternlab and I start the server, the server returns a 500 error in the browser.
After tailing my php_error.log I noticed
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required '/Users/erik/cool' (include_path='.:') in Unknown on line 0
Apparently including fails on the space in the path. Not entirely sure what causes this, since php should support spaces in filenames.
I'm using pattern lab 2.7.0
The text was updated successfully, but these errors were encountered:
When I have a project in a dir like
~/cool websites/project/patternlab
and I start the server, the server returns a 500 error in the browser.After tailing my
php_error.log
I noticedApparently including fails on the space in the path. Not entirely sure what causes this, since php should support spaces in filenames.
I'm using pattern lab 2.7.0
The text was updated successfully, but these errors were encountered: