Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-18582

WebDav doesn't work!!

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • None
    • 2011.7
    • Legacy > WebDAV
    • None
    • Operating System: Kubuntu 11.04
      PHP Version: 5.3.3-1
      Database and version: MySQL5
      Browser (and version): Dolphin/Konqueror

    Description

      There is:

      eZSys::init( 'webdav.php', $ini->variable( 'SiteAccessSettings', 'ForceVirtualHost' ) === 'true' );

      should be:

      $ini = eZINI::instance();
      eZSys::init( 'webdav.php', $ini->variable( 'SiteAccessSettings', 'ForceVirtualHost' ) === 'true' );

      $ini is not declared before, so webdav returns fatal error .

      Attachments

        Activity

          People

            jv@ez.no jv@ez.no
            jakubcjusz jakubcjusz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: