View Single Post
Author Message
MentholRP
New Member
Join Date: Feb 2023
Old 02-22-2023 , 09:23   General error: 3750 trying to install Sourcebans
Reply With Quote #1

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 3750 Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set. Add a primary key to the table or unset this variable to avoid this message. Note that tables without a primary key can cause performance problems in row-based replication, so please consult your DBA before changing this setting. in /var/www/html/includes/Database.php:70 Stack trace: #0 /var/www/html/includes/Database.php(70): PDOStatement->execute() #1 /var/www/html/install/template/page.4.php(27): Database->execute() #2 /var/www/html/install/includes/page-builder.php(62): include('/var/www/html/i...') #3 /var/www/html/install/index.php(31): include_once('/var/www/html/i...') #4 {main} thrown in /var/www/html/includes/Database.php on line 70.


This is between line 70 on Database.php

public function execute()
{
return $this->stmt->execute();
}
MentholRP is offline