1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

11.12.2019 18:12
#1
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

Hello,
after update to MySQL 8.0.16-7 and Joomla! 3.9.13 we get the Error " 1525 Incorrect DATETIME value: '%-%-% %'". Changing the date format to values without % - no help.
Date within Database(Dataset of orders) is set correct.
Do you have any suggestions where the Error come from

Thank you for assistance
Andreas


Joomla: 3.9.13
JoomShopping: 4.18.3
PHP: 7.3.12
MySQL: 8.0.16-7
Website Url: https://colours-of-sound.com
 
12.12.2019 08:22
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25914
Quote
Aw: 1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

Will be fixed in new version JoomSjopping

 
12.12.2019 09:57
#3
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: 1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

Hello, when will this NEW version be released?
Our shop could not be continued because we could not open/edit orders or issue any invoices !!! Pre x-mas time and shop out of order = not good!!!

URGEND HELP NEEDED

 
12.12.2019 15:57
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25914
Quote
Aw: 1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

Change code

administrator\components\com_jshopping\models\orders.php

delete row 28
$where .= " and O.order_date like '".$year."-".$month."-".$day." %'";

and row 60
$where .= " and O.order_date like '".$year."-".$month."-".$day." %'";

 
13.12.2019 13:53
#5
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: 1525 Incorrect DATETIME value: '%-%-% %' while opening "Orders" tab

Done! Works! Thank you

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.