Grazie, ho fatto come hai detto ma si è manifestato un secondo errore
Ho modificato così
Codice PHP:
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=localhost;port=3306;dbname=my_ludeca;',
'emulatePrepare' => true,
'username' => 'ludeca',
'charset' => 'utf8',
'tablePrefix' => 'ludeca_',
),
ma adesso mi da un errore nuovo
Internal Server Error
The table "{{settings_global}}" for active record class "Settings_global" cannot be found in the database.
An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.
Cosa sbaglio???
Ho provato anche nei seguenti modi per verificare se non dipendesse dalla mia ignoranza di sintassi
Codice PHP:
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=localhost;port=3306;dbname=my_ludeca;',
'emulatePrepare' => true,
'username' => 'ludeca',
'password' => ,
'charset' => 'utf8',
'tablePrefix' => 'ludeca_',
Codice PHP:
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=localhost;port=3306;dbname=my_ludeca;',
'emulatePrepare' => true,
'username' => 'ludeca',
'password' => ' ',
'charset' => 'utf8',
'tablePrefix' => 'ludeca_',
ma niente da fare! Ti prego aiutami è una cosa molto importante che mi serve per lavoro :'(