CDbException
CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'yii_1.profiles' doesn't exist. The SQL statement executed was: select email,firstname,lastname,street,city,about from profiles where 1
Looks like the table name is singular now, not plural anymore ... :)
CDbException CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'yii_1.profiles' doesn't exist. The SQL statement executed was: select email,firstname,lastname,street,city,about from profiles where 1
Looks like the table name is singular now, not plural anymore ... :)