Remote Backups

moocow

New member
Joined
Mar 8, 2006
Messages
4
After the backups have complete in the messages i get the following for every account,

User admin has been backed up.

Fatal error: Call to undefined function: ftp_connect() in /usr/local/directadmin/- on line 12

I have searched this forum and cannot find a solution, if anybody could help that'd be great.

Thanks,
Karl Glover. :)
 
Hello,

That means that ftp_connect() didn't get compiled into php.
Php needs to be recompiled with the ftp_connect() function enabled.
Code:
cd /usr/local/directadmin/customapache
./build clean
rm -f configure.php
./build update
./build php n
John
 
Back
Top