Email settings - error

  • after migration ispcp 1.0.7 to RC 4.4 (vbox test) i get an error in CP email accounts:
    blank page

    Code
    1. Fatal error: Call to undefined function imap_timeout() in /var/www/imscp/gui/public/client/mail_accounts.php on line 167

  • after migration ispcp 1.0.7 to RC 4.4 (vbox test) i get an error in CP email accounts:
    blank page

    Code
    1. Fatal error: Call to undefined function imap_timeout() in /var/www/imscp/gui/public/client/mail_accounts.php on line 167


    Hello ;


    what distro are you using? Normally, if you updated correctly, you should have the php5-imap package installed, which is required.

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

    Edited once, last by Nuxwin ().

  • Hello ;


    I can reproduce this error only when I disable the PHP imap extension. Please what is the content of the /etc/php5/conf.d/imap.ini file ? Do you have any other PHP module installed by your own?


    PM me if you need online support.

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

    Edited once, last by Nuxwin ().

  • Hello Nuxwin,
    /etc/php5/conf.d/imap.ini does not exist but php5-imap is installed, this is a standard migration drom ispcp 1.0.7 without any additional packages


    ## edit ##
    I have reinstalled php5-imap now it works ;-)
    apt-get --purge remove php5-imap
    apt-get install php5-imap

    Edited once, last by fulltilt ().

  • Great ;)

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

    Edited once, last by Nuxwin ().