In 10_named_slave_provisioning.pl file, there are an error in line 78
Code
- [DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_named_slave_provisioning.pl listener file
- [DEBUG] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp.lock
- [FATAL] iMSCP::EventManager::_init: Global symbol "$rs" requires explicit package name (did you forget to declare "my $rs"?) at /etc/imscp/listeners.d/10_named_slave_provisioning.pl line 78.
- Global symbol "$rs" requires explicit package name (did you forget to declare "my $rs"?) at /etc/imscp/listeners.d/10_named_slave_provisioning.pl line 79.
- Global symbol "$rs" requires explicit package name (did you forget to declare "my $rs"?) at /etc/imscp/listeners.d/10_named_slave_provisioning.pl line 83.
- Compilation failed in require at /var/www/imscp/engine/setup/../PerlLib/iMSCP/EventManager.pm line 266.
If I put "my" string before the "$rs" it's work well.
i-MSCP: 1.5.1
OS: Debian 9.1