After I uploaded my application created using cakephp, I found out that I had to rename the database. I renamed my database accordingly and changed the settings in the database.php file in the “config” folder. But my application is still not running.
I am being shown this error message
“Missing Database table”
“Error: Database table tbl_topics for model Topic was not found.”
I have double checked the existence of tbl_topics in the database (it is there in the database) but the application says “table not found”
what might be the problem, please help me out…
🙂
finally got it…. 😀
I forgot to assign the user access to my application’s database on main server. After assigning the permissions all went fine.
Anyways thank you all for your valuable answers… It helped me gain some additional knowledge about cakephp.