Never experienced an error with upgrade before on 5.x until this one.
the upgrade went through, but then opened the storefront to get error message.
Code:
ERROR: "42" (code N/A)
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'x5_x5_orders' doesn't exist SQL query: SELECT t0.order_id AS order_id1, t0.shipping_id AS shipping_id2, t0.shipping_method_name AS shipping_method_name3, t0.payment_method_name AS payment_method_name4, t0.tracking AS tracking5, t0.date AS date6, t0.lastRenewDate AS lastRenewDate7, t0.notes AS notes8, t0.adminNotes AS adminNotes9, t0.orderNumber AS orderNumber10, t0.total AS total11, t0.subtotal AS subtotal12, t0.profile_id AS profile_id13, t0.orig_profile_id AS orig_profile_id14, t0.payment_status_id AS payment_status_id15, t0.shipping_status_id AS shipping_status_id16, t0.currency_id AS currency_id17, t0.is_order FROM x5_x5_orders t0 WHERE t0.profile_id = ? AND t0.is_order IN ('0') LIMIT 1 SQL query parameters: array ( 0 => 4, )
Soft reset has made it work again.