Not working with PHP7
-
Hello!
We are testing our woocommerce shop with PHP7-FPM and getting PHP errors from the zendesk for woocommerce plugin:
PHP message: PHP Fatal error: Redefinition of parameter $confirm_text in htdocs/wp-content/plugins/zendesk-for-woocommerce/views/short-code.php on line 288
public function render_html($form_action,$btn_name,$z_status,$z_group,$confirm_text,$confirm_text,$label_placement)
With PHP7 it’s not allowed to have 2 parameters with the same variable name!
Do you already have a fix for this?
best regards
- The topic ‘Not working with PHP7’ is closed to new replies.