Fatal error: Class 'PDO' not found in Lite.php on line 501

Discussion in 'Troubleshooting' started by lumar72, Sep 7, 2013.

  1. lumar72

    lumar72 New Member

    Joined:
    Mar 15, 2012
    Messages:
    3
    Hi all. I moved my site in another server using a Cpanel tool that imported all the database, files, user, passwords, cronjobs, etc like the previous hosting.
    The hompage of the site works, but every page gives this error Fatal error: Class 'PDO' not found in /amember/library/Am/Lite.php on line 501

    On the amember login user and admin there is this "Script Error: Error establishing a database connection. Please contact site webmaster if this error does not disappear long time"

    Ok maybe I didn't put offline the amember configuration before moving it, my fault.

    I tried to change the password on my user am_database and in the config.php of amember but nothing to do.
    Any ideas to solve this problem?
    Luca
  2. lumar72

    lumar72 New Member

    Joined:
    Mar 15, 2012
    Messages:
    3
    Another info is that errors in error.log maybe this server miss something to install?

    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/magickwand.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/magickwand.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [07-Sep-2013 15:00:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin: cannot open shared object file: No such file or directory in Unknown on line 0
  3. rockstar12

    rockstar12 aMember Pro Customer

    Joined:
    Nov 1, 2012
    Messages:
    45
    dude, create support ticket.. i think alex needs to see to give any help on that..

    and yes.. will take some time for them to respond.. dont expect quick fix.
  4. lumar72

    lumar72 New Member

    Joined:
    Mar 15, 2012
    Messages:
    3
    I resolved this issue installing two PDO class for PHP on server.

Share This Page