Fix for PHP7
-
If you are using PHP7 you will need to update the file /Models/Orders/IGFW_Order_CPT.php – Line 213 to:
private function _log_invoice_number_activity( $new_invoice_number , $existing_invoice_number = null , $post_id ) {
$existing_invoice_number needs a default value or it will create an error on order save.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fix for PHP7’ is closed to new replies.