This topic contains 1 reply, has 2 voices, and was last updated by Andrey Yatsenko 1 year, 2 months ago.
-
Topic
-
Hi masters,
I found a bugs in orocommerce 1.5, when i try to logged in frontstore with wrong password (Bad credentials.),
sometimes new record for shoppinglist is created with null value of customer user id …I notice on dev.log here are the statement about :
1234567891011[2018-09-19 09:47:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.class_nameAS class_name_2, t0.created AS created_3, t0.updated AS updated_4, t0.mode AS mode_5, t0.data AS data_6 FROMoro_entity_config t0 WHERE t0.id = ? [73] [][2018-09-19 09:47:55] event.DEBUG: Notified event "oro_website_search.event.website_search_mapping.configuration" to listener "Oro\Bundle\ProductBundle\EventListener\WebsiteSearchMappingListener::onWebsiteSearchMapping". [] [][2018-09-19 09:47:55] doctrine.DEBUG: "START TRANSACTION" [] [][2018-09-19 09:47:55] doctrine.DEBUG: INSERT INTO oro_shopping_list (serialized_data, label, notes, created_at, updated_at, website_id, customer_user_id, customer_id, user_owner_id, organization_id) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":null,"2":"Shopping list","3":null,"4":"2018-09-19 02:47:55","5":"2018-09-19 02:47:55","6":1,"7":null,"8":null,"9":1,"10":1} []I didn’t know how it comes? please guide me if any suggestion
Thanks in advance
You must be logged in to reply to this topic.