sqlite - CakePHP v3 installation with SLQite, default web app can't find MySQL -


i'm on w7 32-bit platform. following installation instructions in http://book.cakephp.org/3.0/en/installation.html, , using builtin php server. default web app reports:

database driver cake\database\driver\mysql cannot used due missing php extension or unmet dependency

at stage in cake career, not know whether can rebuild default app, or how to. have configured php use pdo-sqlite not mysql, , used write app interrogates sqlite database via pdo.

fixed it. looking configuration file in wrong place. right place <\my_app>\config\app.php, change driver name of sqlite driver , works.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -