10_named_slave_provisioning.pl IMSCP 1.5.3 BUG

  • When I try to run Setup I encounter this error


    root@h001:/usr/local/src/imscp-1.5.3# perl imscp-autoinstall -dasr named

    [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, <$fh> line 406.

    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, <$fh> line 406.

    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, <$fh> line 406.

    Compilation failed in require at /usr/local/src/imscp-1.5.3/engine/PerlLib/iMSCP/EventManager.pm line 266, <$fh> line 406.

  • Edit the listener file and add my before the $rs variable at line 78

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

  • AnDee

    Closed the thread.
  • AnDee

    Added the Label solved