Visualizzazione risultati 1 fino 3 di 3

Discussione: [phpBB] problemi config.php

  1. #1
    Guest

    Predefinito [phpBB] problemi config.php

    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

  2. #2
    Guest

    Predefinito Ho Risolto

    Citazione Originalmente inviato da ItalianSimRacers Visualizza messaggio
    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
    Scusate non vi ho dato nemmeno il tempo di rispondere che ho sistemato :D ciao

  3. #3
    Guest

    Predefinito

    come hai sistemato?

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •