Community Support for OpenDocMan (Deprecated)

Full Version: new installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After installing, I received a message successfully installed, then when I tried to open the App I get this error message:

Fatal error: Class 'PDO' not found in /htdocs/nishdev/opendocman-1.2.8/odm-init.php on line 37

any ideas?
(08-13-2014, 12:46 PM)Denysia Wrote: [ -> ]After installing, I received a message successfully installed, then when I tried to open the App I get this error message:

Fatal error: Class 'PDO' not found in /htdocs/nishdev/opendocman-1.2.8/odm-init.php on line 37

any ideas?

you need to edit your php.ini file. enable extensions for PDO :-
extension=php_pdo.dll
extension=php_pdo_mysql.dll

you should be good to go then.
Hello,

need help. new installation on ubuntu desktop. any step by step procedure. not too familiar with php.

thanks in advance.