- Affected App
- WoltLab Suite Core
Code:
Code
FilterValueCacheBuilder::getInstance()->getData([
'column' => 'foo',
'filter' => new stdClass(),
'limit' => 5
]);
Fehler:
Code
Error Type:
wcf\system\exception\ErrorException
Error Message:
Object of class stdClass could not be converted to int
File:
*/lib/system/WCF.class.php (346)
Stack Trace:
#0 */../../../../[internal function] (?):
wcf\system\WCF::handleError(8, 'Object of class stdClass could not be converted to int', '*/lib/system/cache/CacheHandler.class.php', 134, [ parameters => ])
#1 */lib/system/cache/CacheHandler.class.php (134):
array_multisort([ column => , filter => , limit => ])
#2 */lib/system/cache/CacheHandler.class.php (96):
wcf\system\cache\CacheHandler->orderParameters([ column => , filter => , limit => ])
#3 */lib/system/cache/builder/AbstractCacheBuilder.class.php (32):
wcf\system\cache\CacheHandler->getCacheIndex([ column => , filter => , limit => ])
Display More
Ursache array_multisort und mögliche Lösung siehe https://www.drupal.org/project/drupal/issues/972536