Salve, in primis mi presento. Sono Francesco e spero possiate aiutarmi in un piccolo problema.
Dal momento in cui imposto CDbMessageSource per i messages del mio progetto ottengo il seguente errore:
CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'boiler_test.db_sourcemessage' doesn't exist. The SQL statement executed was: SELECT t1.message AS message, t2.translation AS translation
FROM db_sourcemessage t1, db_message t2
WHERE t1.id=t2.id AND t1.category=:category AND t2.language=:language. Bound with :category='YiiDebug.yii-debug-toolbar', :language='en'
…perchè questo errore?
Grazie anticipate!