Import email configuration from ISPConfig 3

Discussion in 'Installation/Configuration' started by Mike007, Mar 26, 2017.

  1. Mike007

    Mike007 New Member

    Hello,
    I try to import emails from old ISPConfig v3.0.5 to fresh installation ISPConfig 3.1.2.
    I got info about successful connection but "could not connect to host".
    That problem is the same on two different "old" servers.
    Any ideas?
     

    Attached Files:

  2. Mike007

    Mike007 New Member

    I can connect to this "old" server from the other server with ISPConfig v3.0.5 (see attached picture) so the problem must be with the new server v3.1.2.
     

    Attached Files:

  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Disable SSL in the ispconfig vhost on the old server and try to connect with http://. New php versions will not allow you to connect by soap when they can not validate the ssl cert.
     
  4. Mike007

    Mike007 New Member

    This "old" server is really old - it was configured in 2009 ;)
    Before I read your answer I did upgrade PHP at CentOS 5.11 (i386) from ver 5.1.6 to 5.3.3 and also ISPConfig to current version. I disabled SSL and restarted httpd -> and now is "Internal Server Error" response :(
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the apache error.log for details.
     
  6. Mike007

    Mike007 New Member

    Here it is (started from Apache2 restart) - the "old" server:
    [Sun Mar 26 22:55:19 2017] [notice] caught SIGTERM, shutting down
    [Sun Mar 26 22:55:19 2017] [notice] mod_fcgid: process /var/www/ispconfig/index.php(10359) exit(shutting down), get stop signal 9
    [Sun Mar 26 22:55:19 2017] [notice] mod_fcgid: process /var/www/ispconfig/index.php(10377) exit(shutting down), get stop signal 9
    [Sun Mar 26 22:55:19 2017] [notice] mod_fcgid: process /var/www/ispconfig/index.php(10378) exit(shutting down), get stop signal 9
    [Sun Mar 26 22:55:20 2017] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
    [Sun Mar 26 22:55:20 2017] [notice] SSL FIPS mode disabled
    [Sun Mar 26 22:55:20 2017] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sun Mar 26 22:55:20 2017] [notice] Digest: generating secret for digest authentication ...
    [Sun Mar 26 22:55:20 2017] [notice] Digest: done
    [Sun Mar 26 22:55:20 2017] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
    [Sun Mar 26 22:55:20 2017] [notice] SSL FIPS mode disabled
    [Sun Mar 26 22:55:20 2017] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Sun Mar 26 22:55:20 2017] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
    [Sun Mar 26 22:55:36 2017] [notice] mod_fcgid: call /var/www/ispconfig/index.php with wrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
    [Sun Mar 26 22:55:39 2017] [notice] mod_fcgid: call /var/www/ispconfig/nav.php with wrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
    [Sun Mar 26 22:55:39 2017] [notice] mod_fcgid: call /var/www/ispconfig/keepalive.php with wrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
    [Sun Mar 26 22:55:39 2017] [notice] mod_fcgid: call /var/www/ispconfig/datalogstatus.php with wrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
    [Sun Mar 26 23:13:57 2017] [notice] mod_fcgid: process /var/www/ispconfig/index.php(11820) exit(idle timeout), terminated by calling exit(), return code: 0
    [Sun Mar 26 23:15:02 2017] [warn] mod_fcgid: stderr: PHP Fatal error: Class 'SoapServer' not found in /usr/local/ispconfig/interface/web/remote/index.php on line 14
    [Sun Mar 26 23:15:04 2017] [warn] mod_fcgid: stderr: PHP Fatal error: Class 'SoapServer' not found in /usr/local/ispconfig/interface/web/remote/index.php on line 14
    [Sun Mar 26 23:15:10 2017] [warn] mod_fcgid: stderr: PHP Fatal error: Class 'SoapServer' not found in /usr/local/ispconfig/interface/web/remote/index.php on line 14
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    The PHP soap module is missing. Install it with apt / yum.
     
  8. Mike007

    Mike007 New Member

    Well done! It works.
    Update PHP just missed package php-soap.
    Thank You Till :)
     

Share This Page