Support

Home Forums Event Espresso Premium PHP erroro log after upgrading to PHP 8

PHP erroro log after upgrading to PHP 8

Posted: December 27, 2022 at 4:39 am


Praxis

December 27, 2022 at 4:39 am

Hello.

We are testing our site on our STAGING environment in order to check its compatibility with PHP 8.

Here is that the PHP error log looks like with PHP 8 (on our STAGING environment)

2022/12/27 11:33:51 [error] 26998#26998: *1586 FastCGI sent in stderr: ”

PHP message: PHP Deprecated: Required parameter $transaction follows optional parameter $TXN_total in /www/xxx_167/public/wp-content/plugins/eea-promotions/EED_Promotions.module.php on line 335

PHP message: PHP Deprecated: Required parameter $event follows optional parameter $html in /www/xxx_167/public/wp-content/plugins/eea-wait-lists/domain/services/modules/EED_Wait_Lists.module.php on line 285

PHP message: PHP Deprecated: Required parameter $ticket_selector follows optional parameter $html in /www/xxx_167/public/wp-content/plugins/eea-wait-lists/domain/services/modules/EED_Wait_Lists.module.php on line 285

PHP message: PHP Deprecated: Required parameter $active_message_types follows optional parameter $reg_status_actions in /www/xxx_167/public/wp-content/plugins/eea-wait-lists/domain/services/modules/EED_Wait_Lists.module.php on line 521

PHP message: PHP Deprecated: Required parameter $can_send follows optional parameter $reg_status_actions in /www/xxx_167/public/wp-content/plugins/eea-wait-lists/domain/services/modules/EED_Wait_Lists.module.php on line 521

PHP message: PHP Deprecated: Required parameter $form follows optional parameter $wait_list_spaces_left in /www/xxx_167/public/wp-content/plugins/eea-wp-user-integration/EED_WP_Users_Ticket_Selector.module.php on line 244

” while reading response header from upstream, client: 2a02:587:c835:d500:e569:58de:b9df:383d, server: staging-xxx_167.kinsta.cloud, request: “GET /wp-admin/plugins.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-xxx_167.sock:”, host: “staging-xxx_167.kinsta.cloud:64823”, referrer: “https://staging-xxx_167.kinsta.cloud/wp-admin/plugins.php”

Could you please advice?

Thanks


Tony

  • Support Staff

December 28, 2022 at 5:03 pm

Hi there,

Deprecated notices like the above are basically saying…

“Something in this code isn’t quite right, it works for now but in the next major version of PHP (8.1) it will likely throw an error”

We will get the above notices fixed up in the next update to those add-ons but they won’t cause issues with the site as is when using PHP8.0

The support post ‘PHP erroro log after upgrading to PHP 8’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso