Hello!
The packages.sury.org has removed the debian 9 packages.
Posts by bercy42
-
-
Lastest FileZilla need TLS 1.2 to connect, modify proftpd.conf
<IfModule mod_tls.c>
TLSProtocol TLSv1.2
</IfModule>
-
Try to clear the /var/local/imscp folder before run the update.
-
-
Hi!
mysql >use mysql;
mysql >update user set Password=password(' ') where User='vlogger_user';
mysql> flush privileges;copy password from /etc/imscp/apache2/vlogger.conf - and restart apache.
It's fixed the error until regenerate i-mscp config.
-
Hello!
Old Imscp-1.2.9 installed successfully - and migrate data from ispcp. Now only need to upgrade to latest version. -
You should avoid to download a migration script without further thinking...
Now a little question: When you "copied" your old ispCP installation on the new server, do you have run the ispCP update script at least
About the migration itself, Add my ssh key (see my signature) to your server if you want and I'll investigate.
Yes - i regenerate all ispCP config, everything runs fine on the new server after upgrade to debian 7 (apache, sql, mail, ftp) -
Anyway, we don't support migration from ispCP anymore. We are in 2016. ispCP is dead since 2010. If you want help, you must pay us
From here:
https://raw.githubusercontent.…/imscp-migrate-from-ispcp -
Downloaded the imscp-migrate-from-ispcp from github - it's started, but now i got this error:
[Fri Mar 11 13:41:27 2016] [error] iMSCP::Stepper::step: Can't locate object method "getInstance" via package "iMSCP::Crypt" at imscp-migrate-from-ispcp line 79. -
Hello!
I'm copied an old ispcp 1.0.7 whitd debian 6 to a new server - upgraded debian to 7 - and download imscp-1.2.6.zip - but the perl imscp-migrate-from-ispcp script send me this error:
root@www:/var/www/imscp/engine/setup# perl imscp-migrate-from-ispcp
Global symbol "$crypt" requires explicit package name at imscp-migrate-from-ispcp line 49.
Global symbol "$crypt" requires explicit package name at imscp-migrate-from-ispcp line 50.
syntax error at imscp-migrate-from-ispcp line 596, near "$main::ispcpDBiv $_"
Global symbol "@errors" requires explicit package name at imscp-migrate-from-ispcp line 615.
Global symbol "@errors" requires explicit package name at imscp-migrate-from-ispcp line 616.
syntax error at imscp-migrate-from-ispcp line 634, near "}"
"my" variable %main::ispcpConfig can't be in a package at imscp-migrate-from-ispcp line 640, near "(
$main::ispcpConfig"
syntax error at imscp-migrate-from-ispcp line 704, near "}"
syntax error at imscp-migrate-from-ispcp line 725, near "}"
syntax error at imscp-migrate-from-ispcp line 736, near "}"
imscp-migrate-from-ispcp has too many errors.
[WARN] iMSCP::Debug::__ANON__: Scalar found where operator expected at imscp-migrate-from-ispcp line 596, near "$main::ispcpDBiv $_"iMSCP::Debug::__ANON__: (Missing operator before $_?)
Any idea?