This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
PHP Error Log
Started 15 years ago by rscott7706 | 3 posts |
-
This message stacks up in my error log:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
It doesn't seem to be causing any great problems, but it mucks up the error log. The error log was 245k in three days.
Any suggestions?
Thanks!
Ron
Posted 15 years ago # -
This one doesn't seem to be coming from MachForm, since MachForm doesn't use any PDO, as the indicated error message.
Most likely, your php.ini file is configured to load PDO extension, but the particular file (pdo_pgsql.so) is missing, or having incorrect path.
I suggest to take a look into your php.ini file and disable PDO extension if you are not using it. Otherwise if you do using it, make sure pdo_pgsql.so is exist. Contact your system admin for more info.
MachForm Founder
Posted 15 years ago # -
Thanks yuniar!!
Posted 15 years ago #
Reply
You must log in to post.