nciri / zend-db-model-generator

Automatically exported from code.google.com/p/zend-db-model-generator
0 stars 0 forks source link

Zend Server CE, Linux Ubuntu 12.04 #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate the model with the term
2. Command line: php zend-db-model-generator.php --database mydb --all-tables
3. Error appears to me: pdo error: could not find driver

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
zdmg 0.7
Linux Ubuntu 12.04

Please provide any additional information below.
I'm using Zend Server CE

Original issue reported on code.google.com by geovann...@gmail.com on 5 Aug 2012 at 9:58

GoogleCodeExporter commented 8 years ago
Sorry everybody, i forgot to set the environment variables

Original comment by geovann...@gmail.com on 5 Aug 2012 at 3:59

GoogleCodeExporter commented 8 years ago
new error to me, if anyone knows please contact me.

Fatal error: Class 'PDO' not found in 
/var/www/zdmg-0.7rc1/class/MakeDbTable.php on line 409

Original comment by geovann...@gmail.com on 5 Aug 2012 at 5:41

GoogleCodeExporter commented 8 years ago
it seems that you are missing the php pdo extension. please install it first.
I will change the code to check for the pdo php extension and to provide a 
better message.

Original comment by kfirufk@gmail.com on 8 Sep 2012 at 9:12