WebsiteBaker Support (2.13.x) > General Help & Support
Error during install
rumen:
Hi there,
got error during install wb 2.13.1
--- Code: ---There was an uncatched exception
Duplicate column name 'ct_color'
in line (724) of (/framework/class.database.php):
--- End code ---
Line is:
--- Code: ---public function getQuery(string $sStatement)
{
if (false === ($this->result = $this->oDbHandle->query($sStatement))) {
$this->error = $this->oDbHandle->error;
}
return $this->result;
}
--- End code ---
Regards,
hgs:
Can you give us some more information?
* Was it a new installation or upgradeif yes, from which WB version?
* which php version is running on the server?
rumen:
Apache2
PHP 8
MySQL
Localhost - on a local drive
pure brand new instalation
Luisehahne:
Seems to be an error that only happens under php version 8.1.x
WB 2.13.1 is testet from php 7.4.x until php 8.0.x.
Dietmar
rumen:
PHP version
--- Code: ---~$ php -version
PHP 8.1.2 (cli) (built: Apr 7 2022 17:46:26) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.2, Copyright (c) Zend Technologies
with Zend OPcache v8.1.2, Copyright (c), by Zend Technologies
--- End code ---
What can I do to fix it?
Navigation
[0] Message Index
[#] Next page
Go to full version