Page 1 of 1
problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 05 Feb 2026, 22:07
by gikass
Hello, I appreciate the ease of use of this component, as well as others from Joomla. I have beta 2 installed and have now installed beta 9, but I'm experiencing problems with my Joomla database. The table _phocacart_order_ptoducts is reporting that it has incorrect attributes for default price, with the decimal type set to 15, as indicated in the 6.1.0.sql file. Thank you for your work.
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 07 Feb 2026, 11:24
by Slava
J6.0.2/6.1.0Beta9
Hi, I’ve upgraded from 6.1.0Beta2 to 6.1.0Beta9, everything is working fine.
https://github.com/PhocaCz/PhocaCart/re ... 0Beta9.zip
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 07 Feb 2026, 11:26
by gikass
It works fine with beta 2, the problem appears when I update to beta 9, I get the error mentioned.
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 07 Feb 2026, 11:28
by Slava
What actions lead to the error (I’ll test them on my website)?
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 07 Feb 2026, 20:59
by gikass
I'm getting a database error in Joomla 6.0.2. I've tried fixing it through Joomla, but it doesn't resolve the issue. Basically, Joomla is displaying an error message related to the database.
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 10 Feb 2026, 08:15
by Slava
Reinstall the stable version of Phoca Cart if you can access the Joomla admin panel.
https://github.com/PhocaCz/PhocaCart/re ... v6.0.0.zip
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 12 Feb 2026, 00:31
by Jan
Hi, except that info message in your Joomla database area, do you get any error on the website?
The SQL update query is stored here:
ALTER TABLE `#__phocacart_order_products` MODIFY `default_price` DECIMAL(15, 4) NOT NULL DEFAULT '0';
Jan
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 14 Feb 2026, 14:06
by gikass
solved thanks, I'm still trying this application
Re: problem when switching from 6.1.2 beta to 6.1.9 beta
Posted: 16 Feb 2026, 23:52
by Jan
OK