A admin2102 New Member YetiShare User Jan 15, 2013 85 0 0 Dec 6, 2013 #1 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
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
A admin2102 New Member YetiShare User Jan 15, 2013 85 0 0 Dec 6, 2013 #2 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
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,046 108 63 Dec 6, 2013 #3 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...
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...
P pullvideos Member YetiShare User Dec 15, 2013 88 1 8 May 22, 2015 #5 I have same problem but no php logs. Any help? Thanks much!