Community Support for OpenDocMan (Deprecated)
new installation - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: new installation (/thread-721.html)



new installation - Denysia - 08-13-2014

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?


RE: new installation - Nishant - 08-20-2014

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


RE: new installation - niccdxb - 05-19-2015

Hello,

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

thanks in advance.