Has anyone seen this before? Oxid does two slightly different "insert into oxuser“-queries. The second one will obviously fail, because MySQL throws an „Duplicate-Key“-error.
Insert into oxuser set oxid = '368c21efc544885ce2d157e4b983f317',oxactive = '1',oxrights = 'user',oxshopid = 'oxbaseshop',oxusername = '[email protected]',oxpassword = '',oxpasssalt = '',oxcustnr = '',oxustid = '',oxcompany = '',oxfname = '',oxlname = '',oxstreet = '',oxstreetnr = '',oxaddinfo = '',oxcity = '',oxcountryid = '',oxstateid = '',oxzip = '',oxfon = '',oxfax = '',oxsal = '',oxboni = '1000',oxcreate = '2015-01-23 12:31:11',oxregister = '0000-00-00 00:00:00',oxprivfon = '',oxmobfon = '',oxbirthdate = '0000-00-00',oxurl = '',oxupdatekey = '',oxupdateexp = '0',oxpoints = '0',oxfbid = '0' Insert into oxuser set oxid = '368c21efc544885ce2d157e4b983f317',oxactive = '1',oxrights = 'user',oxshopid = 'oxbaseshop',oxusername = '[email protected]',oxpassword = '',oxpasssalt = '',oxcustnr = '',oxustid = '',oxcompany = '',oxfname = 't',oxlname = 'l',oxstreet = 'o',oxstreetnr = '4',oxaddinfo = '',oxcity = 'b',oxcountryid = 'a7c40f631fc920687.20179984',oxstateid = '',oxzip = '1',oxfon = '',oxfax = '',oxsal = 'MR',oxboni = '1000',oxcreate = '2015-01-23 12:31:11',oxregister = '0000-00-00 00:00:00',oxprivfon = '',oxmobfon = '',oxbirthdate = '',oxurl = '',oxupdatekey = '',oxupdateexp = '0',oxpoints = '0',oxfbid = '0' As you can see in the Timestamp both queries are fired from the same pagerequest. This happens between step 2 and 3 of Guest-Checkout. I cannot reproduce this every time, just sometimes. It’s a current Community Edition with Demo-Data. I’m probably just doing something terribly wrong ;-) Thanks. — Thomas Lohner https://www.xing.com/profile/Thomas_Lohner http://www.facebook.com/SysEleven SysEleven GmbH Umspannwerk - Aufgang C Ohlauer Straße 43 10999 Berlin Tel +49 30 233 2012 0 Fax +49 30 616 755 50 Firmensitz: Berlin Registergericht: AG Berlin Charlottenburg, HRB 108571 B Geschäftsführer: Marc Korthaus, Jens Ihlenfeld, Thomas Lohner _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
