eventnews icon indicating copy to clipboard operation
eventnews copied to clipboard

Eventnews 6.01, News 11.2.0, Typo3 11.5 LTS: Month View issue (NewsController "must not be accessed before initialization")

Open pwilladt opened this issue 10 months ago • 2 comments

With Typo3 11.5.30, Eventnews 6.0.1, and news 11.2.0, when trying to add an eventnews month view , the following occurs:

  1. On the register General, Content Element/Type an empty line (subtype of news) is selected. The month view type is missing from the list. The 'plugin' subregisters look quite correct.
  2. When trying to show the month view page, the follwing 503 error is reported: Typed property GeorgRinger\Eventnews\Controller\NewsController::$organizerRepository must not be accessed before initialization.

pwilladt avatar Sep 04 '23 14:09 pwilladt

  1. On the register General, Content Element/Type an empty line (subtype of news) is selected. The month view type is missing from the list. The 'plugin' subregisters look quite correct.

The problem is the wrong label reference: https://github.com/georgringer/eventnews/issues/175#issue-1880430267

liayn avatar Sep 18 '23 07:09 liayn

  1. On the register General, Content Element/Type an empty line (subtype of news) is selected. The month view type is missing from the list. The 'plugin' subregisters look quite correct.

The problem is the wrong label reference: #175 (comment)

see https://github.com/georgringer/eventnews/pull/177

liayn avatar Sep 18 '23 08:09 liayn