• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 4.x Series
    • Bug
    • [4.1 Alpha 1] Admin Options Save Error: ErrorException: [E_WARNING] disk_free_space(): No such file or directory in src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php at line 62

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: [4.1 Alpha 1] Admin Options Save Error: ErrorException: [E_WARNING] disk_free_space(): No such file or directory in src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php at line 62

    • Issue Tools
      • View Changes
    1. issueid=5564 January 2, 2019 8:34 AM
      ACL ACL is offline
      Regular Member
      [4.1 Alpha 1] Admin Options Save Error: ErrorException: [E_WARNING] disk_free_space(): No such file or directory in src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php at line 62

      ErrorException: [E_WARNING] disk_free_space(): No such file or directory in src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php at line 62

      Stack trace:
      Code:
      XF::handlePhpError()
      disk_free_space() in src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php at line 62
      vw_FileSystem_Directory_Instance_XF2->free_space() in src/addons/vw/vw/_core/model/settings/vw_proxy_usage/vw.php at line 30
      vw_Settings_vw_proxy_usage_Model->validate() in src/addons/vw/vw/Handler/Option/Generic.php at line 29
      vw\vw\Handler\Option\Generic::verifyOption()
      call_user_func_array() in src/XF/Entity/Option.php at line 238
      XF\Entity\Option->verifyOptionValue() in src/addons/vw/vw/XF/Entity/Option.php at line 42
      vw\vw\XF\Entity\Option->verifyOptionValue() in src/XF/Mvc/Entity/Entity.php at line 725
      XF\Mvc\Entity\Entity->_verifyValueCustom() in src/XF/Mvc/Entity/Entity.php at line 570
      XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 505
      XF\Mvc\Entity\Entity->__set() in src/XF/Repository/Option.php at line 107
      XF\Repository\Option->updateOptions() in src/addons/vw/vw/XF/Repository/Option.php at line 42
      vw\vw\XF\Repository\Option->updateOptions() in src/XF/Admin/Controller/Option.php at line 71
      XF\Admin\Controller\Option->actionUpdate() in src/XF/Mvc/Dispatcher.php at line 249
      XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
      XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
      XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
      XF\App->run() in src/XF.php at line 333
      XF::runApp() in admin.php at line 13
    Issue Details
    Issue Number 5564
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Admin Panel
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.1.0 Alpha 1 Public
    Fixed Version 4.1.0 Alpha 2
    Milestone (none)
    Software DependencyXenForo 2.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. January 2, 2019 3:09 PM
      pegasus pegasus is offline
      VaultWiki Team
      In src/addons/vw/vw/_core/instance/filesystem/directory/xf2.php, find:
      Code:
      		parent::__construct($path, $parentdir);
      
      		if (!$this->is_local)
      		{
      Replace with:
      Code:
      		parent::__construct($path, $parentdir);
      
      		if ($this->is_local_file)
      		{
      			$this->local_path = $this->path;
      		}
      		else
      		{
      			$this->is_local = false;
      			$this->local_path = null;
      I should also note that the proxy-path is incorrect if it is going to be backwards-compatible with proxied content from XF 1.2. The path needs to be changed in Alpha 2 to account for this, so leaving this report unresolved.
      Reply Reply  
    2. January 16, 2019 1:26 PM
      pegasus pegasus is offline
      VaultWiki Team
      Added the missing path info in Alpha 2. A related issue also affected XenForo 1.x, where proxied content from 1.2 was not working either.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 2:42 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.