Reputation:
Reputation:
you might want to turn off mod security wile you are doing that
Reputation:
Hello, I host with aapanel, could that be the problem?
aapanel should not be a problem
Reputation:
2022/10/11 01:43:46 [error] 16898#0: *5561 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught IPS\Db\Exception: Permission denied in /home/e-zcarguys.com /system/Db/Db.php:269
<?php
$INFO = array (
'sql_host' => 'localhost',
'sql_database' => 'xxxxxxxx',
'sql_user' => 'xxxxxxxx',
'sql_pass' => 'xxxxxxx',
'sql_port' => 3306,
'sql_socket' => '/var/lib/mysql/mysql.sock',
'sql_tbl_prefix' => 'xxxx',
'sql_utf8mb4' => true,
'board_start' => 1665127449,
'installed' => true,
'base_url' => 'https://xxxxxx/',
'guest_group' => 2,
'member_group' => 3,
'admin_group' => 4,
);
check your database config.
conf_global.php
username / database name / password
PHP:<?php $INFO = array ( 'sql_host' => 'localhost', 'sql_database' => 'xxxxxxxx', 'sql_user' => 'xxxxxxxx', 'sql_pass' => 'xxxxxxx', 'sql_port' => 3306, 'sql_socket' => '/var/lib/mysql/mysql.sock', 'sql_tbl_prefix' => 'xxxx', 'sql_utf8mb4' => true, 'board_start' => 1665127449, 'installed' => true, 'base_url' => 'https://xxxxxx/', 'guest_group' => 2, 'member_group' => 3, 'admin_group' => 4, );