Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working on boxes without FTP server #5

Closed
mokkin opened this issue Jul 31, 2015 · 3 comments
Closed

not working on boxes without FTP server #5

mokkin opened this issue Jul 31, 2015 · 3 comments

Comments

@mokkin
Copy link

mokkin commented Jul 31, 2015

I tried to upload an addressbook to my 7312 at home, but it failed. Probably it will fail on all simple boxes without FTP server like 7312, 7412, 7112, 7113.
On my office box 7390 it works fine copying the pictures to the attached USB device.

$config['usb_disk'] = '';
...
PHP Warning:  ftp_close() expects parameter 1 to be resource, boolean given in /var/www/carddav2fb/carddav2fb2.php on line 474
 Uploading Phonebook XML
  ERROR: Response of initialization call /login_sid.lua in initSID was not xml-formatted.
Done.
@mecks52
Copy link

mecks52 commented Jul 31, 2015

I think there are two "issues", the box has no ftp to store the pictures is one but the line

ERROR: Response of initialization call /login_sid.lua in initSID was not xml-formatted.

shows up after the ftp part of the script has already finished. If it's the main issue that you can't upload the phonebook, it seems to have an other root cause and nothing to do with the missing ftp-functionality.

@mokkin
Copy link
Author

mokkin commented Aug 5, 2015

I'm watching the same behavior with a 7270. Both, the 7312 and this 7270 are connected via VPN. Maybe this is part of the problem.

@jens-maus
Copy link
Owner

The FTP issue has been already "solved" by having added some warning/error output. The other issue "initSID" error is however a duplicate of #15 and discussed there instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants