drupalwxt / wxt

Drupal 10 variant of the Web Experience Toolkit (WxT).
https://drupalwxt.github.io
GNU General Public License v2.0
27 stars 27 forks source link

Updating issue with TarBall version from browser #144

Closed PCH-TanB closed 5 years ago

PCH-TanB commented 5 years ago

Because DrupalWxT is for our Intranet site, Composer is not allowed. We are only able to update it from browser. We tried to run update.php from /wxt-8.x-2.109 for upgrading to 2.213, but I got an error with Dropzone library missing: Dropzonejs requires the dropzone.min.js library. Download it (https://github.com/enyo/dropzone) and place it in the libraries folder (/libraries).

Then I downloaded it from https://github.com/enyo/dropzone, and place all min.css and min.js under /libraries. But I still got the same error.

Thanks in advance!