Publish/discard single nodes not possible

Hi there,

we’re currently experiencing problems in workspace management. It is not possible to publish/discard a single node in the backend module. It seems that\TYPO3\Neos\Controller\Module\Management\WorkspaceController->publishNodeAction() is just doing nothing. I added some echo or error_log calls, but nothing happens. However, if I remove the method completely I do get the expected error (Controller does not contain method …)
Any ideas?

Have a nice day,
Jan

What Neos version do you use? Any JS-Error or something in the console?

Neos version is 2.2.5 (I’m using composer so all the other packages should be up-to-date as well)

Yes I do get an JS error: Leerer String an getElementById() übergeben. (Empty String passed to getElementById() in ContentModule-built.js:422:13374
But I wonder if this could be related to the Problem, because this happens basically on every click I do in the Backend…

Edit: Tried different PHP Versions. Problem occurs with PHP 5.5, 5.6 and 7

This is a known bug in 2.2.5 and a fix is already there. The next release will fix the issue in the meantime using 2.2.4 could help.

see: https://jira.neos.io/browse/NEOS-1861

Yep, downgraded typo3cr & neos to 2.2.4 now everything works again.

Thank you :slight_smile: