Error DB_ERROR_1833: ALTER TABLE llx_accounting_system MODIFY COLUMN pcg_version varchar(32) NOT NULL;
Cannot change column ‘pcg_version’: used in a foreign key constraint ‘fk_accounting_account_fk_pcg_version’ of table ‘barr.llx_accounting_account’
Is it only me, and if so, why? I solved it by go back to backup ad running
ALTER TABLE llx_accounting_account DROP FOREIGN KEY fk_accounting_account_fk_pcg_version;
and then the installation process worked. Can this create problemes for ths future am I safe.
Hi,
Changelog for V16.0.0 told:
“NEW: PHP 8.0 and 8.1 compatibility:
Warning!! Application works correctly with PHP 8.0 and 8.1 but you will experience a lot of PHP warnings into the PHP server log files (depending on your PHP setup). Removal of all PHP warnings on server side is planned for v17.”
Is now V17.0 fully compatible with PHP 8.+ without warnings ?