Notice: Use of undefined constant FTP_BINARY - assumed 'FTP_BINARY'
Issue was that the php extension ftp.so was not loaded. I use PHP 7.0.13.
I think this bundle should include a check to only allow usage of the ftp feature if the "ftp.so" extension is loaded - otherwise it should throw a better understanding error message.
I got this error:
Issue was that the php extension
ftp.so
was not loaded. I use PHP 7.0.13. I think this bundle should include a check to only allow usage of the ftp feature if the "ftp.so" extension is loaded - otherwise it should throw a better understanding error message.