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


  1. rscott7706
    Member

    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 #
  2. yuniar

    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 #
  3. rscott7706
    Member

    Thanks yuniar!!

    Posted 15 years ago #

RSS feed for this topic

Reply