Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Runtime Deprecation Notice: Automatic conversion of false to array is deprecated #410

Open
bavarianbytes opened this issue Jun 20, 2024 · 0 comments

Comments

@bavarianbytes
Copy link

Describe the bug
If PHP warnings are active, the frontend throws a 503 error with this message on a page with the PM plugin:

PHP Runtime Deprecation Notice: Automatic conversion of false to array is deprecated in /Users/foobar/typo3conf/ext/pxa_product_manager/Classes/ViewHelpers/RenderMultipleViewHelper.php line 81

To Reproduce
Steps to reproduce the behavior:

  1. Set: $GLOBALS['TYPO3_CONF_VARS']['SYS']['displayErrors'] = 1; $GLOBALS['TYPO3_CONF_VARS']['SYS']['exceptionalErrors'] = 12290; in LocalConfiguration.php
  2. Click on a page with a plugin CE
  3. See error

Additional context
pxa_product_manager version: latest out of TER (11.0.9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant