Revision recieved 02/12/2021 (dd/mm/yyyy)
admin/orders_batch.php throws:
Notice: Undefined index: products_id in C:\Xampp\htdocs\1.0.8.8\admin\orders_batch.php on line 112
Fatal error: Uncaught TypeError: Argument 2 passed to Href::set_parameter() must be of the type string, null given,
called in C:\Xampp\htdocs\1.0.8.8\admin\orders_batch.php on line 112
and defined in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.8.5\href.php:42
Stack trace: #0 C:\Xampp\htdocs\1.0.8.8\admin\orders_batch.php(112): Href->set_parameter('pID', NULL)
#1 C:\Xampp\htdocs\1.0.8.8\admin\includes\classes\paginator.php(112): {closure}(Array)
#2 C:\Xampp\htdocs\1.0.8.8\admin\includes\components\paginated_table.php(33): Paginator->fetch()
#3 C:\Xampp\htdocs\1.0.8.8\admin\includes\classes\paginator.php(68): include('C:\\Xampp\\htdocs...')
#4 C:\Xampp\htdocs\1.0.8.8\admin\orders_batch.php(190): Paginator->display_table()
#5 {main} thrown in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.8.5\href.php on line 42
It shows only the newest order, but the rest can be found be filtering based on status. There no errors are thrown.
Pressing for invoices, packing slips or Pick'N'Pack with no orders selected gives:
Notice: Undefined index: currency in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 42
Notice: Undefined index: currency in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 43
Notice: Undefined index: in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 43
Notice: Trying to access array offset on value of type null in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 43
Notice: Undefined index: cart in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 148
Fatal error: Uncaught Error: Call to a member function get_content_type() on null in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php:148
Stack trace: #0 C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\order.php(25): cart_order_builder::build(Object(order))
#1 C:\Xampp\htdocs\1.0.8.8\admin\ext\batcher\batch_invoice.php(28): order->__construct('')
#2 {main} thrown in C:\Xampp\htdocs\1.0.8.8\includes\system\versioned\1.0.7.10\cart_order_builder.php on line 148
and the same errors populate the csv, when downloaded.
Pressing the checkbox gives a 404 on the URL: admin/return%20false;, but the checkbox is ticked, when returning with the browser back-button. Pressing any of the above with an order ticked makes it work.
Using any of the update-options does not update the status, but goes to a listing of the selected new status, where it looks like this:
error-when-update.png
(I cropped the image, but the table-heading is cut off like shown on the image)
//Daniel
You do not have the required permissions to view the files attached to this post.