Hi,
I have created my first yii powered website on my computer locally. Then I put website online and it worked well. But I need to publish website another hosting.
I copied whole files to new hosting. I just changed database connection information (server, user name, pass). And I also created database using exported sql file of other online database.
Unluckly I got “The table … for active record class … cannot be found” exception. I know there is a table with that name. I checked database user privileges and all privileges granted for my mysql user. I give all permissions to all files also… But no way
What should I do? What can I try to solve this problem? Which settings do I need to check?
Kind Regards