I get the following error when I run the install.php in my browser:
ERROR 256: PDO/mysql is not installed.
Fatal error: PDO/mysql is not installed. in /home/charles/public_html/family/includes/classes/class_pgv_db.php on line 108
I'm not sure what that means. I have MySQL and php 5.2.5
Thanks
It means that you have the PDO library (the PHP database interface), but not the mysql module for it.
Further details are in a recent forum post....
Yes, thank you. Found the other one after I posted - sorry. I still don't understand how this could happen. My other Php-MySQL sites work.
"My other Php-MySQL sites work." - that simply means they don't use the PDO library. PGV does because it adds a lot of efficiency on larger sites.
It means PDO is not installed or enabled on your system
Log in to post a comment.
I get the following error when I run the install.php in my browser:
ERROR 256: PDO/mysql is not installed.
Fatal error: PDO/mysql is not installed. in /home/charles/public_html/family/includes/classes/class_pgv_db.php on line 108
I'm not sure what that means. I have MySQL and php 5.2.5
Thanks
It means that you have the PDO library (the PHP database interface), but not the mysql module for it.
Further details are in a recent forum post....
Yes, thank you. Found the other one after I posted - sorry. I still don't understand how this could happen. My other Php-MySQL sites work.
"My other Php-MySQL sites work." - that simply means they don't use the PDO library. PGV does because it adds a lot of efficiency on larger sites.
It means PDO is not installed or enabled on your system