Automatically closed - issue fixed for 2 weeks with no activity.
drush dl-cycle-lib only creates directories and does not install any files.
I installed the views_slideshow and views_slideshow_cycle modules. Then I did "drush dl-cycle-lib" as instructed within the Drupal directory.
[success] The latest version of jQuery Cycle has been downloaded to libraries/jquery.cycle
[success] The latest version of jQuery HoverIntent has been downloaded to libraries/jquery.hoverIntent
[success] The latest version of JSON2 has been downloaded to libraries/json2
[success] The latest version of jQuery Pause has been downloaded to libraries/jquery.pause
However, all of those directories are empty, leading to these errors:
Warning: file_get_contents(libraries/json2/json2.js): Failed to open stream: No such file or directory in Drupal\Core\Asset\JsOptimizer->optimize() (line 25 of core/lib/Drupal/Core/Asset/JsOptimizer.php).
Warning: file_get_contents(libraries/jquery.cycle/jquery.cycle.all.js): Failed to open stream: No such file or directory in Drupal\Core\Asset\JsOptimizer->optimize() (line 25 of core/lib/Drupal/Core/Asset/JsOptimizer.php).
Warning: file_get_contents(libraries/jquery.hoverIntent/jquery.hoverIntent.js): Failed to open stream: No such file or directory in Drupal\Core\Asset\JsOptimizer->optimize() (line 25 of core/lib/Drupal/Core/Asset/JsOptimizer.php).
Command should install the files.
Fixed
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.