"I am trying to do the automatic updates Drupal advertised."
I was also expecting user-friendly automatic updates, such as the ones available on WordPress since 2020.
Let us know when the issue is created, thanks!
I contacted my web host to know the server-wide Composer path. On a cPanel shared hosting, I ran the #2 drush command as follows and bingo!
drush cset package_manager.settings executables.composer /opt/cpanel/composer/bin/composer
However, automatic updates are not yet possible, because I get another error message: rsync is not available → . This is a totally different issue.
+++
As far as my experience goes, I don't see how Drupal CMS can ever compete with WordPress and/or hosted solutions such as Wix. WordPress is overrated and chaotic, but it can be installed in 5 minutes and automatic updates will work on any shared hosting.
@phenaproxima My composer.phar is executable, yes. Thanks for reminding me of checking those pesky permissions.
@catch My Composer version was outdated indeed. Looks like cPanel installs 2.3.10 by default.
After updating Composer to 2.8.8. and setting the path to /home/[username]/bin/composer/composer.phar, I get a less verbose error message :
Composer was not found. The error message was: Syntax error
Still the wrong path, I guess...
I am also struggling with this issue. Drupal CMS was supposed to work out of the box :(
#2 does not work for me. However, I'm not 100% sure my Composer path is correctly written (my installation in on a shared hosting):
drush cset package_manager.settings executables.composer /home/accountname/.composer
mediameriquat → created an issue.
The module works fine, but some of its jquery dependencies are too old.
You can apply a patch and activate a module to fix the issue:
https://www.drupal.org/project/views_slideshow/issues/3485144
🐛
Drupal 11 - jQuery 4.0.0-beta2 and legacy jquery.cycle.js
Active
Very simple and straightforward. Works fine on Drupal 11.1.1 after a 10.4.1 upgrade. Thank you!
@trydoknight : Tiny Slider 2 works fine with Drupal 11 if you add ^11 to the info.yml file. Hopefully they'll come up with a stable version soon.
I proceeded with the 3.0.4 update on my personal website without being aware of this issue. A view using the carousel display mode became unavailable / invisible from the Views admin page. I don't remember exactly at what stage though. Anybody else had this problem?
Now, my question is: what happens if I manually install the 1.6.0 library and run further updates of the Slick module via composer? Will the library be updated to the broken 1.8.x version?
I need a clear how-to before upgrading a Drupal farm to D11. Losing views on 25 sites is out of the question. Thanks!
For those who can't wait for Header&Footer Scripts to find a new maintainer and want to upgrade to D11 ASAP, the Asset Injector plugin does pretty much the same job and is D11 compatible:
https://www.drupal.org/project/asset_injector →
However, you may encounter problems uninstalling H&FS. If you experience permissions problems, solution here:
https://www.drupal.org/node/3193348 →
@AndrewGearhart The error occurs with Display Suite 8.x-3.22, that's the only additional information I can provide.
mediameriquat → created an issue.
I see a similar problem French, where two last names are very common nowadays.
I worked around the problem by using a non-breaking space to bundle the two last names together.
An advanced text editor such as Notepad++ can be very useful to tweak Bibtex and RIS files before importing the data. This does not solve the issue as reported above, but my point is that Bibcite can do a great job for your organization in spite of its multiple flaws.
This issue has been active for two months, still no answer from the official maintainers, and Drupal 11 is looming ahead. Wouldn't it be preferable to fork the module?
This module works fine in Drupal 10.2.1. All you need to do is add || ^10
compatibility in the .info file.
I use it to override a few annoying Bootstrap css declarations on a 20+ website farm.
It really is a pity that it is no longer supported. Needs maintainer ASAP.
On Drupal 10, I solved all my icon visibility problems by activating the Font Awesome Icons → module.
In order to have up-to-date Drupal and X logos, choose the latest external library:
https://use.fontawesome.com/releases/v6.5.1/js/all.js
If you want to replace Twitter by X, you must also look at this issue ✨ Replace Twitter with X RTBC and apply patch #3
mediameriquat → created an issue.