Automatically closed - issue fixed for 2 weeks with no activity.
When using this module with PHP 8.0, if the PHP error handler gets called, you'll get this error:
ArgumentCountError: Too few arguments to function MigrationBase::errorHandler(), 4 passed and exactly 5 expected in MigrationBase->errorHandler()
This is due to the $context
argument being removed in PHP 8.0:
https://www.php.net/manual/en/function.set-error-handler#refsect1-functi...
Use this module and get an error. :-)
I'll attach a patch in a moment that will work with both PHP 7 and 8.0
None
Adding a default to the 5th argument of MigrationBase::errorHandler()
None
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.