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

php - Autoloader issue not returning Class -

C++ Program To Find Smallest and Largest Number In Array -

java - How to put two numbers separated by a space into two different arrays -