Appnitro Software Forums » MachForm

PHP Error Log

(3 posts)
  • Started 1 year ago by rscott7706
  • Latest reply from rscott7706

  1. 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 1 year ago #
  2. 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.

    Posted 1 year ago #
  3. Thanks yuniar!!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.