Has anyone gotten Social to work on 21.0.0? From Apps, I get an error when clicking ‘Download and enable’:
Could not extract app social: Out-of-path file extraction {/tmp/oc_tmp_eNbLjm-folder/social/vendor/bin/parallel-lint → …/jakub-onderka/php-parallel-lint/parallel-lint}
I also tried downloading and untarring it directly - but didn’t get much farther with that:
wget https://github.com/nextcloud/social/releases/download/v0.4.2/social-0.4.2.tar.gz tar xzf apps/social-0.4.2.tar.gz cd .. sudo -u www-data php occ app:enable social
gives me a lengthy error message:
An unhandled exception has been thrown:
Error: Undefined class constant ‘TEXT’ in /var/www/html/apps/social/lib/Migration/Version0003Date20200611000001.php:228
Stack trace:
#0 /var/www/html/apps/social/lib/Migration/Version0003Date20200611000001.php(76): OCA\Social\Migration\Version0003Date20200611000001->createActors(Object(OC\DB\SchemaWrapper))
#1 /var/www/html/lib/private/DB/MigrationService.php(455): OCA\Social\Migration\Version0003Date20200611000001->changeSchema(Object(OC\Migration\SimpleOutput), Object(Closure), Array)
#2 /var/www/html/lib/private/DB/MigrationService.php(418): OC\DB\MigrationService->migrateSchemaOnly(‘latest’)
#3 /var/www/html/lib/private/Installer.php(163): OC\DB\MigrationService->migrate(‘latest’, true)
#4 /var/www/html/core/Command/App/Enable.php(123): OC\Installer->installApp(‘social’, false)
#5 /var/www/html/core/Command/App/Enable.php(93): OC\Core\Command\App\Enable->enableApp(‘social’, Array, false, Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 /var/www/html/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\App\Enable->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /var/www/html/3rdparty/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 /var/www/html/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\App\Enable), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 /var/www/html/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#10 /var/www/html/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 /var/www/html/console.php(100): OC\Console\Application->run()
#12 /var/www/html/occ(11): require_once(‘/var/www/html/c…’)
Does anybody know what I am doing wrong here? I really would like this to work.
Thanks.