netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

Regression: "Call to a member function count() on null" #270

Closed rvock closed 9 months ago

rvock commented 9 months ago

Bug description When opening the page view of a page, you sometimes get the error "Call to a member function count() on null".

Steps to reproduce

  1. Update from 11.0.14 to v11.0.15
  2. Open the page view for a page
Exception

The regression was introduced with https://github.com/netresearch/t3x-rte_ckeditor_image/commit/34bd1ae125ed56c98cb8cbe639b387d4778ed811

m-huether commented 9 months ago

It seems that the bugfix "($node->childNodes !== null) && ..." from previous versions has disappeared in v11.0.15.

CybotTM commented 9 months ago

According to discussion for 34bd1ae

This is due to an outdated PHP version.