error with change password plugin Squirrelmail

Discussion in 'HOWTO-Related Questions' started by dbetts22, Aug 11, 2011.

  1. dbetts22

    dbetts22 New Member

    Running Ubuntu 10.04 on PowerPC G4. Followed the guide Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail.

    I receive this error when I enable the plugin changeSql password in Squirrelmail.

    The Webpage goes blank.


    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/pdo_sqlite.so' - /usr/lib/php5/20090626+lfs/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/pspell.so' - /usr/lib/php5/20090626+lfs/pspell.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so' - /usr/lib/php5/20090626+lfs/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite3.so' - /usr/lib/php5/20090626+lfs/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0

    Any idea how to get this going? Would like to use this plug in if possible

    Thanks
     
  2. Mark_NL

    Mark_NL Member

    Code:
    apt-get install php5-pspell php5-sqlite
     
  3. dbetts22

    dbetts22 New Member

    Thanks for the response. Installed php5-pspell php5-sqlite enabled the plugin but now get a HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    Looked in the error logs and nothing is showing.
     
  4. Mark_NL

    Mark_NL Member

    500 error is mostly because of a configuration error.

    check your apache2 errorlog for clues
     
  5. dbetts22

    dbetts22 New Member

    There is nothing in the Apache2 error logs or the mail logs.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    It is possible that the site that gives you the 500 error has its own error log (instead of using the overall Apache error log). Did you check if such an error log exists?
     
  7. dbetts22

    dbetts22 New Member

    Falko

    I have checked every error log and nothing. In fact this is a separate mail server so there are no other sites on this server.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Is SquirrelMail installed on that or on another server? If it's on another server, you must check the error logs on that server.

    Can you try what this thread suggests and see if that changes anything?
    http://ubuntuforums.org/showthread.php?t=1630572
     

Share This Page