User tests: Successful: Unsuccessful:
Pull Request for Issue #36567 .
Upgrading from 4.0.x to 4.1 fails due to some FS inconsistencies
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
Labels |
Added:
?
|
if your using real_path my point is you shouldn't need the str_replace on top of that
if your using real_path my point is you shouldn't need the str_replace on top of that
I don't have a windows PC so I try things blindly here. Will remove them
its nothing to do with the file path as expained in the other issue
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-05 18:57:58 |
Closed_By | ⇒ | dgrammatiko |
Isn't just you need to wrap the function call in realpath for Folder::exists. because realpath will do the path conversion for slashes (see the second example here https://www.php.net/manual/en/function.realpath.php)