Error installing Recess PHP framework -


i downloaded recess php framework source , untar in /var/www/html.

i did modification per readme in recess-conf.php.

{      recessconf::$defaultdatabase         = array( //'sqlite:' . $_env['dir.bootstrap'] . 'data/sqlite/default.db'                 'mysql:host=localhost;dbname=testdb', 'root', 'root'             );      } 

i getting error when open google-chrome , type localhost

pdo has not been imported.

location: line 19 of /var/www/html/recess/recess/database/pdo/pdodatasource.class.php

followed call stack.

please let me know how resolve issue.

regards sachin

var_dump(extension_loaded ('pdo_mysql')); 

check pdo_mysql loaded or not.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -