Salve, voglio creare un forum php sul mio dominio free su alter, ho attivato un database di livello 2 però riscontro questo errore:
Codice:
General Error
SQL ERROR [ mysql4 ]
Table 'my_italiansimracers.phpbb_config' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Ho configurato il file confing in questa maniera, c'è qualcosa di inesatto o di sbagliato?
Codice PHP:
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql'; //database type it may not be mysql
$dbhost = 'localhost';
$dbport = '';
$dbname = 'my_italiansimracers';
$dbuser = 'ItalianSimRacers';
$dbpasswd = '---------';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
?>
Per cortesia mi potete dare una mano