varbase_media requires slick_media 2.x, but slick_media is no longer used and is not supported. It is necessary to update dependencies and remove slick_media
New sites do not need to install this module if using Slick 2.x
This module is included as plugin at Slick 2.x, no need to install it anymore.
Branch 1.x and 2.x are for Slick 1.x. A migration from this module into main Slick 2.x as a plugin is provided at Slick Media DEV 3.x: #3024726: Create a new branch for deprecation .Migration procedures: Install the Slick Media DEV 3.x, run /update.php, config dependencies will be updated to point to the main Slick module, and this module will be uninstalled automatically. Repeat: Do not manually uninstall, run /update.php for self-uninstall instead, to not lose stored config.
8.x-3.x branch information
8.x-3.x branch requires Slick 2.x. It is a safe way to migrate the old formatter into the new one included at Slick 2.x as a plugin.
Do not manually uninstall Slick Media, as you will lose formatters configurations. Instead, run the provided update to do the migration and self uninstall.
Shortly, this module is now included as a plugin in the main Slick module. So no longer needed to install.
(Please expect an hour or two for the new tarball to package)
Comments
Comment #2
rajab natshahThank you, Alex for the notice
You are right
https://www.drupal.org/project/slick_media
So the SlickMediaFormatter.php is in Slick under the same name SlickMediaFormatter.php and the same plugin id.
Comment #3
rajab natshahComment #4
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshahComment #11
rajab natshahComment #13
rajab natshahAdded a hook update function to rename slick_media config dependencies to slick
As listed in
https://git.drupalcode.org/project/slick_media/-/blob/8.x-3.x/slick_medi...
This update process will Fix the update process to uninstall.
without the need for braining slick_media 8.x-3.x to to the migrate.
Varbase Media will fix that for us in
varbase_media_update_8708Comment #14
rajab natshahComment #15
tlthades commentedRajabNatshah, thanks for the update
After the update, the composer automatically downloads slick_media version 1.1, so in addition you need to perform several actions:
1. Download the required version slick_media
composer require drupal/slick_media:3.x-dev2. Update Drupal Database
drush updbThe module is no longer used and turned off, but we still have one dependency in the varbase_carousels module, so the module cannot be deleted. It may be necessary in the near future to release the varbase_carousels update and remove the dependency.
Comment #16
rajab natshah#3153481: Remove [Slick Media] module dependencies from [Varbase Carousels] module and configs
Thanks for the notice.
I will release it right after this comment
Comment #17
rajab natshahThis update process will Fix the update process to uninstall.
without the need for braining slick_media 8.x-3.x to to the migrate.
Varbase Media will fix that for us in varbase_media_update_8708
Comment #18
rajab natshahReleased Varbase Carousels 8.x-7.4
https://www.drupal.org/project/varbase_carousels/releases/8.x-7.4
Varbase Media will do the full hook update
as we do have the same hook update from slick_media module to update configs
and Varbase Media will uninstall the slick_media module even if the module files were deleted
Comment #20
mellowtothemax commentedHello,
I am receiving the following error after updating to the latest varbase from 8.x-8.5
I tried to remove it from the core.extension.yml but it will not import with the following error.
Do you have any suggestions?
Regards,
Comment #21
Carlos Miranda Levy commentedAfter a long overdue update, I got errors for both slick_media and event_log_track running drush updb.
I took care of them by installing them manually via composer, running drush updb, uninstalling them via drush and then removing them via composer.
I did have to run update twice, but that's unrelated, just make sure you run drush updb until there is no pending updates.
Everything seems to be working fine.
Comment #22
mellowtothemax commentedThanks Carlos,
I managed to get rid of the error by installing slick_media with composer and then uninstalling the module and then removing with composer. Did not need to install event log track.