when I am trying to install it (Phoenix v1.0.8.2)
Code: Select all
This page isn’t working www.xxxx.com is currently unable to handle this request.
HTTP ERROR 500Code: Select all
PHP Fatal error: DB: [1062] Duplicate entry '17' for key 'PRIMARY' in /home/xxxx/public_html/test/includes/system/versioned/1.0.8.1/database_core.php on line 44
Code: Select all
foreach (str_split("DB: [{$this->errno}] {$this->error}", 1024) as $line) {
trigger_error($line, E_USER_ERROR);
}thank you in advance
Omar