I'm preparing two sites to migrate from Drupal 10.x to 11. Both sites are on the same GoDaddy.com Virtual Private Server that I administer.
As part of the migration, I installed the upgrade_status module for both sites.
For MySite1.com, the module installed fine and is working like a charm.
For MySite2.com, however, when I pull up Administration>Reports>Upgrade status, it shows the information about compatibility for the upgrade, but also the error message:
Firstly, I tried to use Recurring Dates Field some years ago, and moved to Smart Date, but this is lacking in allowing us to enter our own rules, such as "second to last sunday of the month" etc
We have views running and it shows everything we need but, our problem being is when we have the views showing and aggregation setting, instead of showing only 1 date occurance it is showing 2(dates), we have altered the (structure > paragraphs types > paragraph name) display to only show 1 occurance but still shows 2.
I'm trying to install a contributed module using composer on a web server with the cPanel platform. But the install fails with the message "'composer.json': No such file or directory". If I create a custom module and want it installed using composer, my understanding is I have to create a composer.json file. But, for an existing module, the .json file should exist somewhere.
I'm working on a Drupal 10.5.2 site that uses the SMTP Authentication Support module.
The Status Report for this site tells me that the SMTP Authentication Support module is Out of Date. The Available Updates>Update list says that the Site version is 8.x-1.2 and the Recommended version is 8.x-1.4.
I have tried multiple times to update the module with:
composer require 'drupal/smtp:^1.4'
I'm using the private file system and seem to be having a hard time using the API to POST a file to Drupal 11.
I can GET a file, GET media, POST media etc. - just not POST a file.
I'd prefer the JSON API - currently via Postman - and the file is uploaded (via an API user).
If I download it from the FTP (private file system) it's working fine, I can open the PDF file.
If I just click on it in /en/admin/content/files I see a:
Access denied
You are not authorized to access this page.