Undefined Constant problem

Feed 1 posts, 2 voices

Avatar
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.

 
Avatar
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”.
If not, download this file, place at this folder and add (uncomment) in php.ini this line extension=php_pdo.dll