Posted - 05/21/2022 : 15:08:27
Here is the scenario: 1) Client created a login profile 2) I logged into admin to change their login level and get the below error when I hit the submit button. 3) Although I get the error the login level changes correctly. ECT 7.5.0.001 PHP v8.1.6 FOLLOW UP: I down graded my PHP version to 8.0.19 and the error message goes away when changing login levels.Patrick Fatal error: Uncaught mysqli_sql_exception: Duplicate entry 'xxx@xxx.com' for key 'PRIMARY' in /var/www/vhosts/xxx.com/httpdocs/xxx/vsadmin/inc/incfunctions.php:1859 Stack trace: #0 /var/www/vhosts/xxx.com/httpdocs/xxx/vsadmin/inc/incfunctions.php(1859): mysqli->query() #1 /var/www/vhosts/xxx.com/httpdocs/xxx/vsadmin/inc/incclientlog.php(149): ect_query() #2 /var/www/vhosts/xxx.com/httpdocs/xxx/vsadmin/adminclientlog.php(43): include('...') #3 {main} thrown in /var/www/vhosts/xxx.com/httpdocs/xxx/vsadmin/inc/incfunctions.php on line 1859
Edited by - midvalleydrifter001 on 05/21/2022 15:17:00
|