• Resolved versetty777

    (@versetty777)


    webdav error. please help

    Unhandled exception : Cannot use string offset as an array (/home/ayspinar/public_html/wp-content/plugins/wp-mybackup/class/lib/misc/Xml2Array.php:77)

    • This topic was modified 7 years, 4 months ago by versetty777.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eugen Mihailescu

    (@eugenmihailescu)

    Few questions: what version of PHP are you using?

    There was an unexpected error when the plugin tried to use your credentials and connect the WebDAV server. Go to the Support tab and click the Check PHP Setup. Make sure the essential PHP libraries are enabled (green, ie. not with red).

    If that’s OK then probably you are unable to use that URL from your server. Usually I use the cadaver command-line utility to check whether the WebDAV is accessible or not. Look at the following example:

    cadaver https://www.crushftp.com/demo/
    user: demo
    password :demo
    dav:/demo/> ls

    If that works from your web server (note: this must be test at the web server level not on your local station) then there is something odd with the PHP libraries you use.

    Btw: does your WebDAV connection use other port than port 80? If that’s the case then make sure your URL has the following format: https://hostname%5B:port%5D/path

    Plugin Author Eugen Mihailescu

    (@eugenmihailescu)

    No reply since my last comment, I hope it get solved.
    Topic closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Webdav error’ is closed to new replies.