• 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
    • js/vendor/hammer/hammer.min.js.map does not exist

    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: js/vendor/hammer/hammer.min.js.map does not exist

    • Issue Tools
      • View Changes
    1. issueid=6209 June 18, 2021 1:02 AM
      Forsaken Forsaken is offline
      Junior Member
      js/vendor/hammer/hammer.min.js.map does not exist

      When uploading an attachment in the wiki, this returns with a 404 causing the upload to fail.
    Issue Details
    Issue Number 6209
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Attachments
    Status Cannot Reproduce
    Priority 4 - Warnings / Script Errors
    Affected Version 4.2.0 Alpha 1
    Fixed Version (none)
    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. June 18, 2021 7:30 AM
      Forsaken Forsaken is offline
      Junior Member
      #0 src/addons/vw/vw/_core/model/image/format/vw.php(992): vw_Image_Format_GIF_Model->resize_image_frames(Object(vw_Image_Processor_Imagick_Mo del), 180, 141, 0)
      #1 src/addons/vw/vw/_core/controller/dm/attach/thumb/vw.php(296): vw_Image_Format_Model->resize(180, 141, 'gif')
      #2 src/addons/vw/vw/_core/controller/dm/attach/thumb/vw.php(130): vw_DM_Attach_Thumb_Controller->create_thumbnail('gif', Object(vw_Image_Format_GIF_Model), 180, 400)
      #3 src/addons/vw/vw/XF/Entity/EntityBase.php(505): vw_DM_Attach_Thumb_Controller->pre_save(true)
      #4 src/XF/Mvc/Entity/Entity.php(1355): vw\vw\XF\Entity\EntityBase->_preSave()
      #5 src/addons/vw/vw/XF/Entity/EntityBase.php(496): XF\Mvc\Entity\Entity->preSave()
      #6 src/addons/vw/vw/_core/controller/dm/xf2.php(356): vw\vw\XF\Entity\EntityBase->vwPreSave()
      #7 src/addons/vw/vw/_core/controller/dm/attach/file/vw.php(1142): vw_DM_Controller_XF2->pre_save()
      #8 src/addons/vw/vw/_core/controller/dm/attach/file/vw.php(414): vw_DM_Attach_File_Controller->create_thumbnails()
      #9 src/addons/vw/vw/XF/Entity/EntityBase.php(660): vw_DM_Attach_File_Controller->post_save_each()
      #10 src/XF/Mvc/Entity/Entity.php(1266): vw\vw\XF\Entity\EntityBase->_postSave()
      #11 src/addons/vw/vw/XF/Entity/EntityBase.php(583): XF\Mvc\Entity\Entity->save(false, false)
      #12 src/addons/vw/vw/_core/controller/dm/xf2.php(390): vw\vw\XF\Entity\EntityBase->vwSave()
      #13 src/addons/vw/vw/_core/controller/ui/ajax/upload/vw.php(125): vw_DM_Controller_XF2->save()
      #14 src/addons/vw/vw/Pub/Controller/Wiki/Ajax.php(51): vw_UI_AJAX_Upload_Controller->execute()
      #15 src/addons/vw/vw/Mvc/Dispatcher.php(30): vw\vw\Pub\Controller\Wiki\Ajax->_actionIndex(Object(XF\Mvc\ParameterBag))
      #16 src/addons/vw/vw/Pub/Controller/Wiki/AbstractController.php(26): vw\vw\Mvc\Dispatcher::dispatch(Object(vw\vw\Pub\Controlle r\Wiki\Ajax), 'index', Object(XF\Mvc\ParameterBag))
      #17 src/XF/Mvc/Dispatcher.php(350): vw\vw\Pub\Controller\Wiki\AbstractController->actionIndex(Object(XF\Mvc\ParameterBag))
      #18 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('vw\\vw:Wiki\\Ajax', 'Index', Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Ajax), NULL)
      #19 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Ajax), NULL)
      #20 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
      #21 src/XF/App.php(2337): XF\Mvc\Dispatcher->run()
      #22 src/XF.php(488): XF\App->run()
      #23 index.php(20): XF::runApp('XF\\Pub\\App')
      #24 {main}
      This may be related to this report.
      Reply Reply  
    2. June 19, 2021 11:35 AM
      pegasus pegasus is offline
      VaultWiki Team
      It looks like something is happening when you try to upload an animated GIF when your PHP is compiled with Imagick support. However, the stack trace you posted above is missing the corresponding error message, so I can't be sure what its complaint is.
      Reply Reply  
    3. June 19, 2021 12:24 PM
      Forsaken Forsaken is offline
      Junior Member
      ErrorException: [E_WARNING] min(): Array must contain at least one element src/addons/vw/vw/_core/model/cron/deferred/lastupdate/vw.php:219

      #0 src/addons/vw/vw/_core/model/image/format/vw.php(992): vw_Image_Format_GIF_Model->resize_image_frames(Object(vw_Image_Processor_Imagick_Mo del), 180, 141, 0)
      #1 src/addons/vw/vw/_core/controller/dm/attach/thumb/vw.php(296): vw_Image_Format_Model->resize(180, 141, 'gif')
      #2 src/addons/vw/vw/_core/controller/dm/attach/thumb/vw.php(130): vw_DM_Attach_Thumb_Controller->create_thumbnail('gif', Object(vw_Image_Format_GIF_Model), 180, 400)
      #3 src/addons/vw/vw/XF/Entity/EntityBase.php(505): vw_DM_Attach_Thumb_Controller->pre_save(true)
      #4 src/XF/Mvc/Entity/Entity.php(1355): vw\vw\XF\Entity\EntityBase->_preSave()
      #5 src/addons/vw/vw/XF/Entity/EntityBase.php(496): XF\Mvc\Entity\Entity->preSave()
      #6 src/addons/vw/vw/_core/controller/dm/xf2.php(356): vw\vw\XF\Entity\EntityBase->vwPreSave()
      #7 src/addons/vw/vw/_core/controller/dm/attach/file/vw.php(1142): vw_DM_Controller_XF2->pre_save()
      #8 src/addons/vw/vw/_core/controller/dm/attach/file/vw.php(414): vw_DM_Attach_File_Controller->create_thumbnails()
      #9 src/addons/vw/vw/XF/Entity/EntityBase.php(660): vw_DM_Attach_File_Controller->post_save_each()
      #10 src/XF/Mvc/Entity/Entity.php(1266): vw\vw\XF\Entity\EntityBase->_postSave()
      #11 src/addons/vw/vw/XF/Entity/EntityBase.php(583): XF\Mvc\Entity\Entity->save(false, false)
      #12 src/addons/vw/vw/_core/controller/dm/xf2.php(390): vw\vw\XF\Entity\EntityBase->vwSave()
      #13 src/addons/vw/vw/_core/controller/ui/ajax/upload/vw.php(125): vw_DM_Controller_XF2->save()
      #14 src/addons/vw/vw/Pub/Controller/Wiki/Ajax.php(51): vw_UI_AJAX_Upload_Controller->execute()
      #15 src/addons/vw/vw/Mvc/Dispatcher.php(30): vw\vw\Pub\Controller\Wiki\Ajax->_actionIndex(Object(XF\Mvc\ParameterBag))
      #16 src/addons/vw/vw/Pub/Controller/Wiki/AbstractController.php(26): vw\vw\Mvc\Dispatcher::dispatch(Object(vw\vw\Pub\Controlle r\Wiki\Ajax), 'index', Object(XF\Mvc\ParameterBag))
      #17 src/XF/Mvc/Dispatcher.php(350): vw\vw\Pub\Controller\Wiki\AbstractController->actionIndex(Object(XF\Mvc\ParameterBag))
      #18 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('vw\\vw:Wiki\\Ajax', 'Index', Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Ajax), NULL)
      #19 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Ajax), NULL)
      #20 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
      #21 src/XF/App.php(2337): XF\Mvc\Dispatcher->run()
      #22 src/XF.php(488): XF\App->run()
      #23 index.php(20): XF::runApp('XF\\Pub\\App')
      #24 {main}

      array(4) {
      ["url"] => string(30) "/index.php?wiki-ajax/&c=upload"
      ["referrer"] => string(74) "https://adeptgamer.com/wiki/?do=create&itemtypeid=21&etid=21&ecid=0&eaid=2"
      ["_GET"] => array(2) {
      ["wiki-ajax/"] => string(0) ""
      ["c"] => string(6) "upload"
      }
      ["_POST"] => array(5) {
      ["ajax"] => string(1) "1"
      ["_xfToken"] => string(8) "********"
      ["c"] => string(6) "upload"
      ["areaid"] => string(1) "2"
      ["pageid"] => string(0) ""
      }
      }

      Here's everything in the error log.
      Reply Reply  
    4. June 19, 2021 12:53 PM
      pegasus pegasus is offline
      VaultWiki Team
      That error message does not correspond to the stack trace. If this is truly what's in your log, you may need to restart your PHP process manager, because there are problems in your server's opcode cache.
      Reply Reply  
    5. June 19, 2021 2:08 PM
      Forsaken Forsaken is offline
      Junior Member
      Quote Originally Posted by pegasus
      That error message does not correspond to the stack trace. If this is truly what's in your log, you may need to restart your PHP process manager, because there are problems in your server's opcode cache.
      Restarted both PHP and Apache, and it still has the same error.
      Reply Reply  
    6. June 19, 2021 2:16 PM
      Forsaken Forsaken is offline
      Junior Member
      Removed Imagick from PHP version website is using and it works now.
      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 6:34 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.