Author |
|
knikio Newbie
Joined: 28 March 2021 Location: Israel
Online Status: Offline Posts: 2
|
Posted: 28 March 2021 at 2:06am | IP Logged
|
|
|
Hey
I have Windows 2019
And I using XAMPP 7.4.16
After I finish the installation I open A new user but when I log in to the new user I get this message:
"error while getting files"
When I create a new directory I get this error message:
"data transfer has failed probably due to server error. please contact system administrator"
But when I check the directory on the server I see that the directory I created was created on the server.
Thanks
|
Back to Top |
|
|
knikio Newbie
Joined: 28 March 2021 Location: Israel
Online Status: Offline Posts: 2
|
Posted: 28 March 2021 at 1:08pm | IP Logged
|
|
|
Hey
I finally found the answer myself.
Go to Folder "/vendor/sabre/dav/lib/CalDAV/"
And edit this file "ICSExportPlugin.php"
find the line:
"if (in_array((string)$child->TZID, $collectedTimezones)) continue;"
And replace it with this line:
"if (in_array((string)$child->TZID, $collectedTimezones)) { break; }"
Save The File and refresh your browser.
|
Back to Top |
|
|