Hi Please help
This is my first post so please forgive me if I don't give enough information.
I have installed OPC on v1.5.7c and when I run the store in non SSL mode it works fine. As soon as I enable SSL then I get a WHOOPS! YOUR SESSION HAS EXPIRED. page when I click check out as a guest. Part of the log file is below ( it wouldnt let me post the fuull log). Has anyone any ideas how to resolve this. thank you.
2021-05-10 16:31:36 checkout_one_observer: checkout_one redirect 1a: array (
'main_page' => 'checkout_shipping',
)
array (
'securityToken' => '67690581ed153967dcea3f1104ce6db5',
'customers_host_address' => 'broadband.bt.com',
'SSL_SESSION_ID' => NULL,
'opc' =>
OnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => false,
'isEnabled' => true,
'tempAddressValues' => NULL,
'guestCustomerInfo' => NULL,
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => NULL,
'billtoTempAddrOk' => NULL,
'sendtoTempAddrOk' => NULL,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'cartID' => '',
'cart' =>
shoppingCart::__set_state(array(
'contents' =>
array (
'3:4f4ef1da0c407f06362a1c6ae9652e3b' =>
array (
'qty' => 1.0,
'attributes' =>
array (
1 => 1,
2 => 4,
),
),
),
'total' => 5.0,
'weight' => 290.0,
'cartID' => '88750',
'content_type' => false,
'free_shipping_item' => 0,
'free_shipping_weight' => 0,
'free_shipping_price' => 0.0,
'download_count' => 0,
'total_before_discounts' => 5.0,
'display_debug_messages' => false,
'flag_duplicate_msgs_set' => false,
'flag_duplicate_quantity_msgs_set' =>
array (
),
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'check_valid_prod' => true,
'navigation' =>
navigationHistory::__set_state(array(
'path' =>
array (
0 =>
array (
'page' => 'index',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
),
'post' =>
array (
),
),
1 =>
array (
'page' => 'product_info',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
'products_id' => '3',
'number_of_uploads' => '0',
'action' => 'add_product',
),
'post' =>
array (
),
),
2 =>
array (
'page' => 'shopping_cart',
'mode' => 'SSL',
'get' =>
array (
),
'post' =>
array (
),
),
3 =>
array (
'page' => 'checkout_shipping',
'mode' => 'SSL',
'get' =>
array (
),
'post' =>
array (
),
),
),
'snapshot' =>
array (
'page' => 'product_info',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
'products_id' => '3',
),
'post' =>
array (
),
),
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'language' => 'english',
'languages_id' => 1,
'languages_code' => 'en',
'layoutType' => 'legacy',
'currency' => 'GBP',
'today_is' => '2021-05-10',
'updateExpirations' => true,
'antispam_fieldname' => '9WG9nBpwNV',
'session_counter' => true,
'customers_ip_address' => '2a00:23c6:3b94:8700:b4a8:7c5:210f:f68',
'new_products_id_in_cart' => '3:4f4ef1da0c407f06362a1c6ae9652e3b',
'valid_to_checkout' => true,
'cart_errors' => '',
)
2021-05-10 16:31:37 checkout_one: CHECKOUT_ONE_ENTRY, version (2.3.8 (2021-04-17)), Zen Cart version (1.5.7c), template (winchester_responsive)
2021-05-10 16:31:37 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => false,
'isEnabled' => true,
'tempAddressValues' =>
array (
'ship' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
'bill' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
),
'guestCustomerInfo' => NULL,
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => NULL,
'billtoTempAddrOk' => NULL,
'sendtoTempAddrOk' => NULL,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
))
2021-05-10 16:31:41 checkout_one: CHECKOUT_ONE_ENTRY, version (2.3.8 (2021-04-17)), Zen Cart version (1.5.7c), template (winchester_responsive)
2021-05-10 16:31:41 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => true,
'isEnabled' => true,
'tempAddressValues' =>
array (
'ship' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
'bill' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
),
'guestCustomerInfo' =>
array (
'firstname' => '',
'lastname' => '',
'email_address' => '',
'telephone' => '',
'dob' => '',
),
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => false,
'billtoTempAddrOk' => false,
'sendtoTempAddrOk' => false,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
))
2021-05-10 16:34:20 checkout_one_observer: checkout_one redirect 1a: array (
'main_page' => 'checkout_shipping',
)
array (
'securityToken' => 'd26ea0bee3497c9a50256128f9cf44ad',
'customers_host_address' => 'broadband.bt.com',
'SSL_SESSION_ID' => NULL,
'opc' =>
OnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => false,
'isEnabled' => true,
'tempAddressValues' => NULL,
'guestCustomerInfo' => NULL,
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => NULL,
'billtoTempAddrOk' => NULL,
'sendtoTempAddrOk' => NULL,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'cartID' => '',
'cart' =>
shoppingCart::__set_state(array(
'contents' =>
array (
'3:4f4ef1da0c407f06362a1c6ae9652e3b' =>
array (
'qty' => 1.0,
'attributes' =>
array (
1 => 1,
2 => 4,
),
),
),
'total' => 5.0,
'weight' => 290.0,
'cartID' => '99995',
'content_type' => false,
'free_shipping_item' => 0,
'free_shipping_weight' => 0,
'free_shipping_price' => 0.0,
'download_count' => 0,
'total_before_discounts' => 5.0,
'display_debug_messages' => false,
'flag_duplicate_msgs_set' => false,
'flag_duplicate_quantity_msgs_set' =>
array (
),
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'check_valid_prod' => true,
'navigation' =>
navigationHistory::__set_state(array(
'path' =>
array (
0 =>
array (
'page' => 'index',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
),
'post' =>
array (
),
),
1 =>
array (
'page' => 'product_info',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
'products_id' => '3',
'number_of_uploads' => '0',
'action' => 'add_product',
),
'post' =>
array (
),
),
2 =>
array (
'page' => 'shopping_cart',
'mode' => 'SSL',
'get' =>
array (
),
'post' =>
array (
),
),
3 =>
array (
'page' => 'checkout_shipping',
'mode' => 'SSL',
'get' =>
array (
),
'post' =>
array (
),
),
),
'snapshot' =>
array (
'page' => 'product_info',
'mode' => 'SSL',
'get' =>
array (
'cPath' => '1_3',
'products_id' => '3',
),
'post' =>
array (
),
),
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'language' => 'english',
'languages_id' => 1,
'languages_code' => 'en',
'layoutType' => 'legacy',
'currency' => 'GBP',
'today_is' => '2021-05-10',
'updateExpirations' => true,
'antispam_fieldname' => 'tkcK433Uzo',
'session_counter' => true,
'customers_ip_address' => '2a00:23c6:3b94:8700:91d3:13f8:5e6f:c638',
'new_products_id_in_cart' => '3:4f4ef1da0c407f06362a1c6ae9652e3b',
'valid_to_checkout' => true,
'cart_errors' => '',
)
2021-05-10 16:34:21 checkout_one: CHECKOUT_ONE_ENTRY, version (2.3.8 (2021-04-17)), Zen Cart version (1.5.7c), template (winchester_responsive)
2021-05-10 16:34:21 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => false,
'isEnabled' => true,
'tempAddressValues' =>
array (
'ship' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
'bill' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
),
'guestCustomerInfo' => NULL,
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => NULL,
'billtoTempAddrOk' => NULL,
'sendtoTempAddrOk' => NULL,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
))
2021-05-10 16:34:32 checkout_one: CHECKOUT_ONE_ENTRY, version (2.3.8 (2021-04-17)), Zen Cart version (1.5.7c), template (winchester_responsive)
2021-05-10 16:34:32 OnePageCheckout: startGuestOnePageCheckout, exit: sendto: not set, billto: not setOnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => true,
'isEnabled' => true,
'tempAddressValues' =>
array (
'ship' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
'bill' =>
array (
'gender' => '',
'company' => '',
'firstname' => '',
'lastname' => '',
'street_address' => '',
'suburb' => '',
'city' => '',
'postcode' => '',
'state' => '',
'country' => 222,
'country_id' => 222,
'zone_id' => 0,
'zone_name' => '0',
'address_book_id' => 0,
'selected_country' => 222,
'country_has_zones' => false,
'state_field_label' => '',
'show_pulldown_states' => true,
'error' => false,
'error_state_input' => false,
'validated' => false,
),
),
'guestCustomerInfo' =>
array (
'firstname' => '',
'lastname' => '',
'email_address' => '',
'telephone' => '',
'dob' => '',
),
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => false,
'billtoTempAddrOk' => false,
'sendtoTempAddrOk' => false,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
))
2021-05-10 16:41:54 checkout_one_observer: checkout_one redirect 1a: array (
'main_page' => 'checkout_shipping',
)
array (
'securityToken' => '8af9952d712f141b5d363cf765bafe42',
'customers_host_address' => 'broadband.bt.com',
'SSL_SESSION_ID' => NULL,
'opc' =>
OnePageCheckout::__set_state(array(
'isGuestCheckoutEnabled' => true,
'registeredAccounts' => true,
'guestIsActive' => false,
'isEnabled' => true,
'tempAddressValues' => NULL,
'guestCustomerInfo' => NULL,
'guestCustomerId' => 3,
'tempBilltoAddressBookId' => 3,
'tempSendtoAddressBookId' => 4,
'dbStringType' => 'stringIgnoreNull',
'paypalAddressOverride' => NULL,
'paypalTotalValue' => NULL,
'paypalTotalValueChanged' => NULL,
'paypalNoShipping' => NULL,
'customerInfoOk' => NULL,
'billtoTempAddrOk' => NULL,
'sendtoTempAddrOk' => NULL,
'isVirtualOrder' => NULL,
'billtoAddressChangeable' => NULL,
'sendtoAddressChangeable' => NULL,
'observerAliases' =>
array (
'NOTIFIY_ORDER_CART_SUBTOTAL_CALCULATE' => 'NOTIFY_ORDER_CART_SUBTOTAL_CALCULATE',
),
)),
'cartID' => '',
'cart' =>
shoppingCart::__set_state(array(
'contents' =>
array (
'5:2f1d77905d81c46c3e7d0db87e48588f' =>
array (
'qty' => 1.0,
'attributes' =>
array (
1 => 1,
2 => 4,
),
),
),
'total' => 4.0,