You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the exception, the function should be used with two columns selected.
In this context the use of method fetchAssociative() should work as expected.
The text was updated successfully, but these errors were encountered:
The call of the method
resetSchedulerTask()´ in class
EventExecutionServiceleads to the NoKeyValue exception with package
doctrine/dbal`.The exception message is:
Expected behaviour
No exception should be triggered.
To Reproduce
Used versions:
TYPO3: v12.4.20
Extension version: 7f2542c (@dev-fix/downloaded-temp-filename)
Additional context
The exception is triggered in class EventExecutionService at line 498 threw the function call
fetchAllKeyValue()
on the result statement.crossmedia_fourallportal/Classes/Service/EventExecutionService.php
Line 492 in 7f2542c
According to the exception, the function should be used with two columns selected.
In this context the use of method
fetchAssociative()
should work as expected.The text was updated successfully, but these errors were encountered: