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
Hi,
just realized this problem: if a directory below user/pages/ contains a broken symbolic link, I get a fatal error: SplFileInfo::getMTime(): stat failed for /bla/bla/file...
This is easy to reproduce. Create a symbolic link, remove the link target file.
Condition: the broken symlink must contain ".md" somewhere in its name.
Hi,
just realized this problem: if a directory below user/pages/ contains a broken symbolic link, I get a fatal error:
SplFileInfo::getMTime(): stat failed for /bla/bla/file...
This is easy to reproduce. Create a symbolic link, remove the link target file.
Condition: the broken symlink must contain ".md" somewhere in its name.
Examples:
.what-ever-name.mdfoo-bar.txt
.what-ever-name.mdfoo-bar.end
This problem even occurs with dot-files and with "ignore_hidden" set to true.
And ".md" can be anywhere in the filename, not only as an ending.
How can I solve that?
Possibly grav should be a bit stricter when parsing directories?
The text was updated successfully, but these errors were encountered: