Migration ERRORS from ISCP :(

  • Code
    1. [ERRORS ] main::setupRebuildCustomerFiles: [ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 739.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 782.[ ERROR ] iMSCP::Debug::__ANON__: Use of uninitialized value in string eq at /var/www/imscp/engine/PerlLib/Servers/httpd/apache_fcgi.pm line 1021.[ ERROR ] Servers::httpd::apache_fcgi::restart: Syntax error on line 11 of /etc/apache2/sites-enabled/apple2.mydomain.com.conf:Redirect to non-URL[ ERROR ] iMSCP::Debug::END: Exit code is 1![ ERRORS ] Servers::httpd::apache_fcgi::restart: Syntax error on line 11 of /etc/apache2/sites-enabled/apple2.mydomain.com.conf:Redirect to non-URLiMSCP::Debug::END: Exit code is 1!


    This is when I run the perl imscp-setup -d to finish the setup and migration.
    [hr]
    This error:


    Code
    1. Servers::httpd::apache_fcgi::restart: Syntax error on line 11 of /etc/apache2/sites-enabled/apple2.mydomain.com.conf


    looks like it comes from the entry: Redirect / {FORWARD} in /etc/apache2/sites-enabled/apple2.mydomain.com.conf


    For some reason is does not like forwarding to a blank value. If I delete this value from the file in both /etc/apache2/sites-enabled/apple2.mydomain.com.conf and /etc/apache2/sites-availible/apple2.mydomain.com.conf and re-run perl imscp-setup -d for some reason the entry appears again????

    Edited once, last by Nuxwin ().

  • Right got this solved! Apparently if your customers domains use sub-domains or aliases and you forward to URL is activated and there is no text in the field the IMSCP migrations script fails with the errors above.


    To fix this before the migration you need to disable any blank forward to URLs.

  • Hello ;


    I'll fix that bug.


    Thanks for your report.

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

  • Hello ;


    The bug as reported in this thread has been fixed today. See


    http://trac.i-mscp.net/ticket/619
    http://trac.i-mscp.net/changes…15d22c9abb0c555611fd8a5d0


    Thanks your for your report.

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

    Edited once, last by Nuxwin ().