Zend Framework php error -


were trying host existing website on new local server. i'm quite new zend have experience in php.

this error code

warning: require_once(../../statement/pdo.php): failed open stream: no such file or directory in /applications/mamp/htdocs/hg/zend/db/adapter/pdo/abstract.php on line 33  fatal error: require_once(): failed opening required '../../statement/pdo.php' (include_path='.:/applications/mamp/bin/php/php5.5.26/lib/php') in /applications/mamp/htdocs/hg/zend/db/adapter/pdo/abstract.php on line 33 

the pdo.php file links fine in phpstorm. haven't clue whats now.

any greatful

cheers!


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -