Im trying to run symfony 2 app on server and i have an error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Slider'
doesn't exist
But table exists in database. Thing is that the table name is ‘slider’ not ‘Slider’.
I dont want to change names of all tables.
Any solution ?
You have to rename all your table to match Entity names, or you can change the definition in your entity: