TypeError thrown key(): Argument #1 ($array) must be of type array, string given
-
While testing I got this error;
TypeError thrown key(): Argument #1 ($array) must be of type array, string given
I get this error while adding booking ID16 and accepting the “terms of condition” and submitting the form. ID16 is added, but so that’s OK, but the error is not user friendly.
Here my test data:
ID,"Pickup Date","Drop Off Date",Items,"Pickup Location","Drop Off Location","Customer Info","Payment Method",Status,Total,"Total Paid" 12,"24-10-2022 14:00","31-10-2022 12:00","x x x x",,,"Name: Marco Last Name: xxx e-Mail: [email protected] Address: StreetName Zip Code: 1234AB City: LakeCity State: xxxx Company Name: sdg Notes: asldfkasfdlj",,Confirmed,"87,5","87,5" 13,"01-11-2022 14:00","08-11-2022 12:00","x x x x",,,"Name: Marco Last Name: xxx e-Mail: [email protected] Address: StreetName Zip Code: 1234AB City: LakeCity State: xxxx Company Name: sdg Notes: asldfkasfdlj",,Confirmed,"87,5","87,5" 14,"27-10-2022 14:00","03-11-2022 12:00","x x x x",,,"Name: Marco Last Name: xxx e-Mail: [email protected] Address: StreetName Zip Code: 1234AB City: LakeCity State: xxxx Company Name: sdg Notes: asldfkasfdlj",,Confirmed,"87,5","87,5" 15,"24-10-2022 14:00","31-10-2022 12:00","x x x x",,,"Name: Marco Last Name: xxx e-Mail: [email protected] Address: StreetName Zip Code: 1234AB City: LakeCity State: xxxx Company Name: sdg Notes: asldfkasfdlj",,Confirmed,"87,5","87,5" 16,"31-10-2022 14:00","02-11-2022 12:00","x x x x",,,"Name: Marco Last Name: xxx e-Mail: [email protected] Address: StreetName Zip Code: 1234AB City: LakeCity State: xxxx Company Name: sdg Notes: asldfkasfdlj",,Confirmed,"25,0","25,0"
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘TypeError thrown key(): Argument #1 ($array) must be of type array, string given’ is closed to new replies.