Interestingly, the "versioned" directories are different between the local Phoenix 1.0.8.20 and the ones on the server that went through upgrades There is also order.php in 1.0.5.3, etc.Kofod95 wrote: ↑Fri Sep 08, 2023 4:14 pm Hmm..
It sounds like this goes fine: https://github.com/CE-PhoenixCart/Phoen ... _order.php
Suggesting that it is the $order Global that lacks something. Maybe something goes wrong here: https://github.com/CE-PhoenixCart/Phoen ... er.php#L89
I have no good ideas for what to try, sorry. I'll try thinking some more
//Daniel
But I don't know what I am looking at/for
Here is a screenshot of the orders table end: customer IDs up to 3498 are from the old osCommerce store. Order IDs up to 4964 are from the old store as well.
Orders with empty customer data: 4995, 4996, 5001, 5002, 5004. (4996, 5001, 5002 are same repeated order we made customer #3492 retry).
Other orders seem fine, strangely. Missing order IDs are me deleting orders where I was testing, and a repeated order by same customer. All other columns past "customers_address_format_id" seem to be populated fine for all orders.
There are some PHP notices/warnings that I see in the log, not sure if they're related:
Code: Select all
[07-Sep-2023 13:27:31 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[07-Sep-2023 13:46:58 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[07-Sep-2023 13:47:07 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[07-Sep-2023 14:35:01 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[07-Sep-2023 15:01:28 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[07-Sep-2023 15:06:37 America/New_York] PHP Warning: array_filter() expects parameter 1 to be array, null given in /store/includes/system/versioned/1.0.5.1/customer.php on line 52
[07-Sep-2023 15:06:41 America/New_York] PHP Warning: array_filter() expects parameter 1 to be array, null given in /store/includes/system/versioned/1.0.5.1/customer.php on line 52
[07-Sep-2023 15:47:38 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[08-Sep-2023 09:25:37 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141
[08-Sep-2023 13:24:35 America/New_York] PHP Notice: Trying to access array offset on value of type null in /store/includes/modules/customer_data/cd_traditional_address.php on line 141