duderuud
Well-known member
I receive this error when rebuilding master data:
Any idea how I can debug this?
Code:
ErrorException: Fatal Error: Declaration of Symfony\Component\Cache\CacheItem::get() must be compatible with Psr\Cache\CacheItemInterface::get(): mixed src/vendor/symfony/cache/CacheItem.php:49
Stack trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Request state
array(4) {
["url"] => string(34) "/install/index.php?upgrade/run-job"
["referrer"] => string(64) "https://domain.com/install/index.php?upgrade/run-job"
["_GET"] => array(1) {
["upgrade/run-job"] => string(0) ""
}
["_POST"] => array(3) {
["_xfRedirect"] => string(65) "https://domain.com/install/index.php?upgrade/complete"
["_xfToken"] => string(8) "********"
["execute"] => string(1) "1"
}
}
Any idea how I can debug this?