I am installing symfony 2 on server but i don’t have sqlite but mysql.
But config.php says that i need sqllite3.
Is that must or i can work with mysql
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
sqlite is only used for the web profiler. You can disable the profiler and it won’t complain about sqlite.
Remove this from your AppKernel.php
or preferably install
php-sqliteI believe the profiler actually falls back to flat-file if sqlite cannot be used anyway. So I would say you can safely ignore the message from config.php