banago / PHPloy

PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
http://wplancer.com/phploy/
1.42k stars 197 forks source link

Call to undefined function ftp_chdir() #398

Open danielaugustoca opened 2 years ago

danielaugustoca commented 2 years ago

I have a fresh windows installation and even after I install all dev tools (wamp, git, composer, phploy), I can't deploy my projects using PHPLOY.

I got this message:

Fatal error: Uncaught Error: Call to undefined function League\Flysystem\Adapter\ftp_chdir() in C:\Users\Daniel\AppData\Roaming\Composer\vendor\league\flysystem\src\Adapter\Ftp.php:399

I've already enabled FTP extension in PHP.

Environment: Windows 10 Wampserver 3.2.6 x64 PHP 7.4.26 GIT 2.34.1 Composer 2.2.5 PHPLOY v4.9.3

composer git php phploy