You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$message = $core->show_message('error', "The database tables could not be created, please verify your settings.");
114
118
} elseif ($core->write_config($_POST) == false) {
115
-
$message = $core->show_message('error', "The database configuration file could not be written, please chmod /application/config/database.php file to 777");
119
+
$message = $core->show_message('error', "The database configuration file could not be written, please chmod ".$db_config_path."/database.php file to 777");
116
120
}
117
121
118
122
if ($core->write_configfile($_POST) == false) {
119
-
$message = $core->show_message('error', "The config configuration file could not be written, please chmod /application/config/config.php file to 777");
123
+
$message = $core->show_message('error', "The config configuration file could not be written, please chmod ".$db_config_path."/config.php file to 777");
0 commit comments