Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't get it to work with any webdav client #25

Closed
Kranf99 opened this issue Feb 11, 2023 · 2 comments
Closed

can't get it to work with any webdav client #25

Kranf99 opened this issue Feb 11, 2023 · 2 comments

Comments

@Kranf99
Copy link

Kranf99 commented Feb 11, 2023

It does not work
The "error.log" file contains:

[11-Feb-2023 15:10:30 Europe/Berlin] =========== Error ref. 1spsjz8l ===========

ErrorException: Deprecated: Creation of dynamic property KaraDAV\Storage::$properties is deprecated in C:\xampp\htdocs\lib\KaraDAV\Storage.php:428
Stack trace:
#0 C:\xampp\htdocs\lib\KaraDAV\Storage.php(428): KD2\ErrorManager::errorHandler(8192, 'Deprecated: Cre...', 'C:\xampp\htdocs...', 428)
#1 C:\xampp\htdocs\lib\KaraDAV\Storage.php(206): KaraDAV\Storage->getResourceProperties('')
#2 C:\xampp\htdocs\lib\KaraDAV\Storage.php(230): KaraDAV\Storage->get_file_property('', 'DAV::href', 1)
#3 C:\xampp\htdocs\lib\KD2\WebDAV\Server.php(740): KaraDAV\Storage->properties('', Array, 1)
#4 C:\xampp\htdocs\lib\KD2\WebDAV\Server.php(1296): KD2\WebDAV\Server->http_propfind('')
#5 C:\xampp\htdocs\lib\KaraDAV\Server.php(68): KD2\WebDAV\Server->route('')
#6 C:\xampp\htdocs\www_router.php(47): KaraDAV\Server->route('/files/admin/')
#7 {main}

@Kranf99
Copy link
Author

Kranf99 commented Feb 11, 2023

if I use:
const ERRORS_SHOW = false;
..inside the "config.local.php", then it works

By default, in your release, this parameter is TRUE.
You should at least put it to FALSE before doing a release.
..or, even better, solve the deprecated message.

@Kranf99 Kranf99 closed this as completed Feb 11, 2023
bohwaz added a commit that referenced this issue Feb 11, 2023
@bohwaz
Copy link
Contributor

bohwaz commented Feb 11, 2023

Fixed, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants