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
Trying to open an archived news record, I get the error
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Return value of GeorgRinger\News\Domain\Model\Dto\NewsDemand::getDay() must be of the type int, null returned | TypeError thrown in file [...]7typo3conf/ext/news/Classes/Domain/Model/Dto/NewsDemand.php in line 437
In eventnews/Classes/Domain/Model/Dto/Demand.php I see that protected $day is redeclared (it was declared as protected $day = 0 in news/Classes/Domain/Model/Dto/NewsDemand.php). Removing that redeclaration is healing the issue.
The text was updated successfully, but these errors were encountered:
Trying to open an archived news record, I get the error
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Return value of GeorgRinger\News\Domain\Model\Dto\NewsDemand::getDay() must be of the type int, null returned | TypeError thrown in file [...]7typo3conf/ext/news/Classes/Domain/Model/Dto/NewsDemand.php in line 437
In eventnews/Classes/Domain/Model/Dto/Demand.php I see that protected $day is redeclared (it was declared as protected $day = 0 in news/Classes/Domain/Model/Dto/NewsDemand.php). Removing that redeclaration is healing the issue.
The text was updated successfully, but these errors were encountered: