Evening all,
I'm upgrading the server hardware for my old ispcp setup. In the process I'd like to move to i-mscp but I'm having a few issues.
I'm doing a test run on the new hardware (sync'd across /var/www, /var/mail/virtual, /etc/ispcp and databases), after some tidying of orphan'd db entries I passed my first hurdle (imscp-migrate-from-ispcp) but I'm falling flat on my face at the second.
When running imscp-setup -d I end up with an error relating to my ispcp DB structure (specifically php_ini):
- Servers::httpd::apache_php_fpm::installer::_fixPhpErrorReportingValues: Errorwhile executing query: Table 'ispcp.php_ini' doesn't existiMSCP::EventManager::trigger: A listener registered on the'afterSetupCreateDatabase' event and triggered in main::setupCreateDatabase hasfailed.Listener code was:sub { package Servers::httpd::apache_php_fpm::installer; BEGIN {${^WARNING_BITS} = "TUUUUUUUUUUUU\025UU\005"} use strict; $self->_fixPhpErrorReportingValues(@_);}
Fixing this table (creating it empty) lands me at another db error relating to fields, it therefore seems the structure has been left behind.
I spotted updDB.php (woo this may sort it all for me) but I get:
- An error occurred. Please contact your administrator or reseller.
Something is likely broken, any pointers to where I should be looking?
Thanks,
Tristan.