PHP fcgid fehler meldung nach Upgrade

  • Hi,
    ich habe vorhin ein Debian5 auf Debian6 Upgrade und danach ein isPCP auf IMSCP durchgeführt, ist auch alles glatt durchgelaufen ...
    bis auf eine Fehlermeldung die nach dem schliessen Success Screens kam, fehlt da etwas oder kann das ignoriert werden?


    Code
    1. Servers::httpd::apache_fcgi::installer::_fixPhpErrorReportingValues: PHP
    2. Deprecated: Comments starting with '#' are deprecated in
    3. /etc/php5/cli/conf.d/mhash.ini on line 1 in Unknown on line 0
    4. PHP Warning: PHP Startup: Unable to load dynamic library
    5. '/usr/lib/php5/20090626+lfs/mhash.so' - /usr/lib/php5/20090626+lfs/mhash.so:
    6. cannot open shared object file: No such file or directory in Unknown on line 0

  • Hi,
    ich habe vorhin ein Debian5 auf Debian6 Upgrade und danach ein isPCP auf IMSCP durchgeführt, ist auch alles glatt durchgelaufen ...
    bis auf eine Fehlermeldung die nach dem schliessen Success Screens kam, fehlt da etwas oder kann das ignoriert werden?


    Code
    1. Servers::httpd::apache_fcgi::installer::_fixPhpErrorReportingValues: PHP
    2. Deprecated: Comments starting with '#' are deprecated in
    3. /etc/php5/cli/conf.d/mhash.ini on line 1 in Unknown on line 0
    4. PHP Warning: PHP Startup: Unable to load dynamic library
    5. '/usr/lib/php5/20090626+lfs/mhash.so' - /usr/lib/php5/20090626+lfs/mhash.so:
    6. cannot open shared object file: No such file or directory in Unknown on line 0


    Hello ;


    It's not an error from i-MSCP.


    1. Edit the /etc/php5/cli/conf.d/mhash.ini file and replace the old comment character ---> # by the new one ---> ;
    2. Purge the php5-mhash package.
    3. Re-run i-MSCP autoinstaller


    But since you must purge the package php5-mhash, you can normally forget about point 1.


    Thanks you for using i-MSCP


    Edit, if you cannot purge the package, just remove the file /etc/php5/cli/conf.d/mhash.ini and do only the point 3.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().

  • Hi Nuxwin,
    the purge worked for me, migration worked well I dont think it's necessary to start over w/ autoinstaller ... everything worked out very well
    Thanks for the GREAT WORK :D


    P.S.
    can I delete old entrys from ispcp and ispcp-network in all /etc/rc ..

  • those weren't removed automatically?


    then do first
    update-rc.d -f ispcp-* remove
    then delete them.
    thats for the case rc.d still has the autostart entries


  • In my case the old ispcp rc entrys still exists after migration ...
    I removed them and updated rc.d


    thanks


    ### edit ###
    there where only the broken links inside the rc.x folders
    but from init.d it has been removed during migration ;-)

    Edited once, last by fulltilt ().