- 🇵🇱Poland eresanto
I was facing the same problem and the solution was to change composer version.
I used 2.1.1 and it worked just fine.
On the latest update, my site returns from update-varbase.sh with an undefined varbase version?
[TypeError]
Return value of "vardot\Composer\Commands\VersionCheckComposerCommand::execute()" must be of the type int, "null" returned.
and then
varbase-refactor-composer <file> <drupal-path>
There was an error while preparing composer.json for Varbase updates. Please check /var/www/salsablanca.com/.update-error-log for more information.
If you are running Varbase 8.x-4.x or 8.x-5.x version, make sure to update varbase-project using the update command:
SQL Error
> [error] Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[HY000]: General error: 5 database is locked: INSERT INTO "update_helper_checklist_update" ("id", "uuid", "successful_by_hook", "langcode", "created", "changed") VALUES (?, ?, ?, ?, ?, ?); Array
> (
> [0] => varbase_core:varbase_security_update_90004
> [1] => 90e5cf99-154e-4c2d-ba63-5fe1cfab213d
> [2] => 1
> [3] => en
> [4] => 1649423160
> [5] => 1649423160
> )
This site has been up for a few months, and it just started with the latest update.
Closed: works as designed
9.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I was facing the same problem and the solution was to change composer version.
I used 2.1.1 and it worked just fine.