Page 1 of 1

urgent! big error after update to 3.5.8

Posted: 14 Oct 2021, 18:58
by Angelo.pe
Hello Jan,
just now I update the version to 3.5.8 from 3.5.6.
I'm checking that is ok and I fund this big error in the order section. I can't see them!!
https://imgur.com/smi6xUk
https://imgur.com/5FJkpw8

Please, could you help me?
thank you so much

Joomla installed: 3.10.2

Re: urgent! big error after update to 3.5.8

Posted: 14 Oct 2021, 19:13
by Angelo.pe
Here the debug messages:
https://imgur.com/Hh5aDLj

Re: urgent! big error after update to 3.5.8

Posted: 15 Oct 2021, 07:39
by Benno
Hi,
see: https://www.phoca.cz/documents/16-jooml ... ase-column
Run this query inside phpMyAdmin:

Code: Select all

ALTER TABLE `#__phocacart_order_statuses` ADD COLUMN `activate_gift` tinyint(1) NOT NULL DEFAULT '0';
Backup your database first and change #_ to your database prefix.

Kind regards,
Benno

Re: urgent! big error after update to 3.5.8

Posted: 19 Oct 2021, 11:37
by Angelo.pe
Good morning Benno,
the system show this message
https://imgur.com/vhW0WZn

Re: urgent! big error after update to 3.5.8

Posted: 19 Oct 2021, 19:27
by Jan
Hi, you have added to the SQL query even the "code: SELECT ALL" which does not belong to the SQL query:

Image

Jan