Code: Alles auswählen
General Error:SQL ERROR [ mysqli ]No such file or directory [2002]SQLSELECT config_name, config_value, is_dynamic FROM phpbb_config in file /mnt/web208/a3/13/5529713/htdocs/wettercommunity/phpbb/db/driver/driver.php on line 1031Code: Alles auswählen
<?php
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'database-xxxxxxx.webspace-host.com';
$dbport = '';
$dbname = 'dbsxxxxx;
$dbuser = 'dbuxxxxx';
$dbpasswd = 'xxxx$';
$table_prefix = 'phpbb_';
$php_adm_relative_path = 'adm';
$acm_type = 'phpbb\\cache\\driver\\file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
@define('PHPBB_ENVIRONMENT', 'production');
// @define('DEBUG_CONTAINER', true);
?>
Sorry, dass ich euch so viel Mühe mache...