Advertisement
Guest User

Nextcloud typeerror

a guest
Mar 11th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Error cron TypeError: Argument 1 passed to OC\DB\SchemaWrapper::__construct() must be an instance of OC\DB\Connection, instance of OC\DB\ConnectionAdapter given, called in /config/www/nextcloud/apps/spreed/lib/BackgroundJob/CheckReferenceIdColumn.php on line 59
  2. /config/www/nextcloud/apps/spreed/lib/BackgroundJob/CheckReferenceIdColumn.php - line 59:
  3.  
  4. OC\DB\SchemaWrapper->__construct()
  5.  
  6. /config/www/nextcloud/lib/public/BackgroundJob/Job.php - line 80:
  7.  
  8. OCA\Talk\BackgroundJob\CheckReferenceIdColumn->run()
  9.  
  10. /config/www/nextcloud/lib/public/BackgroundJob/TimedJob.php - line 61:
  11.  
  12. OCP\BackgroundJob\Job->execute()
  13.  
  14. /config/www/nextcloud/cron.php - line 128:
  15.  
  16. OCP\BackgroundJob\TimedJob->execute()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement