Undefined Constant problem
|
0 posts
|
Notice: Use of undefined constant USE_PDO – assumed ‘USE_PDO’ in C:\Zend\Apache2\htdocs\basiccms\install\index.php on line 73 Notice: Use of undefined constant DB_DSN – assumed ‘DB_DSN’ in C:\Zend\Apache2\htdocs\basiccms\install\index.php on line 76 Notice: Use of undefined constant DB_USER – assumed ‘DB_USER’ in C:\Zend\Apache2\htdocs\basiccms\install\index.php on line 76 Notice: Use of undefined constant DB_PASS – assumed ‘DB_PASS’ in C:\Zend\Apache2\htdocs\basiccms\install\index.php on line 76 Hi, when I try to install frog in a root folder on my local virtual server it’s gives me that. I’ll try install it without pdo it’s says everything is okay but this time there is no table structure installed. |
|
58 posts
|
You may try to look is installed a php extension php_pdo.dll (php_pdo.so for nix) or not, at “yourwebserver\…\php\php.ini” and is exist a file “\php\ext\ php_pdo.dll”. |