bernhard Posted November 26, 2018 Share Posted November 26, 2018 Has anybody of you also observed this error when installing a new dev version of PW? First, I thought the reason was my PW kickstart module. Then I thought it might be my upgrade of laragon. Then I thought it might have been a recent Win10 update. But now I found that the master version installs without any problems! Does anybody of you guys have the same setup and the same problem? Or maybe also on different setups? I want to collect more data and then file an issue on Github (if not already done)... Link to comment Share on other sites More sharing options...
matjazp Posted November 26, 2018 Share Posted November 26, 2018 @bernhard would you mind editing WireFileTools.php and in rmdir() method insert $path = rtrim($path, "/"); just before $files = scandir($path); 1 Link to comment Share on other sites More sharing options...
bernhard Posted November 27, 2018 Author Share Posted November 27, 2018 Thx @matjazp , good spot! But I could not manage to make it work. What about the other Windows users? Am I the only one experiencing this problem? Link to comment Share on other sites More sharing options...
Robin S Posted November 29, 2018 Share Posted November 29, 2018 On 11/28/2018 at 7:17 AM, bernhard said: What about the other Windows users? Am I the only one experiencing this problem? I can confirm the same issue on Windows with recent dev versions. I think the problem relates to commits made in an attempt to fix this issue: https://github.com/processwire/processwire-issues/issues/704 2 Link to comment Share on other sites More sharing options...
Robin S Posted November 30, 2018 Share Posted November 30, 2018 The issue seems to be fixed in latest dev downloaded today. 4 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now