Jump to content

Edit History

noemx

noemx

I've upgraded from 1.6 to 8 and PHP 8.1 and this module was causing error on the Module Manager page:

request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`" at .../modules/themeconfigurator/themeconfigurator.php line 695 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` at .../modules/themeconfigurator/themeconfigurator.php:695)"} []
 

I had to switch PHP to 7.4 to be able to access the modules page, uninstall the module and delete from FTP.

noemx

noemx

I've upgraded from 1.6 to 8 and PHP 8.1 and this module was causing error on the Module Manager page:

request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`" at /srv/www/cajzivota.cz/test/www/modules/themeconfigurator/themeconfigurator.php line 695 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` at .../modules/themeconfigurator/themeconfigurator.php:695)"} []
 

I had to switch PHP to 7.4 to be able to access the modules page, uninstall the module and delete from FTP.

×
×
  • Create New...