Ftp transfer

admin2102

New Member
YetiShare User
Jan 15, 2013
85
0
0
Getting this error when I go to the ftp tab to move my file from ftp to the site.

Failed to get file, possible ajax issue

any other upload works fine only the file retrieval issue for the ftp
 

admin2102

New Member
YetiShare User
Jan 15, 2013
85
0
0
Sorry this is the error I get in the logs

[06-Dec-2013 02:02:38 UTC] PHP Fatal error: Call to undefined method uploader::has_error() in /home/storeit/public_html/plugins/ftpupload/pluginFtpupload.class.php on line 310
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Could you find has_error in that file (plugins/ftpupload/pluginFtpupload.class.php) and replace with hasError to see if that fixes it?

The naming standards of a lot of the functions names were make more consistent so this may have been one which was missed...