Hi all,
when I try to upload a file everything seems to work fine and the green tick appears. But nothing happens on my library.
Using firebug I've seen that the response to this:
/Plupload/upload/format/json
is
{"jsonrpc" : "2.0", "error" : {"code": 102, "message": "Failed to open output stream."}, "id" : "id"}
The problem with "Failed to open output stream" was that the tmp dir was not writable to the user is running apache (the server is managed with ispconfig3).
So I've changed the upload temp dir in /etc/airtime/airtime.ini
Now everything really seems to work fine but nothing in my library... (on the cc_files table again 0 records)
I've resolved: the issue was not with the tmp directory, was fault of mine .. I've moved the configuration file that I've done for rabbitmq-server where I had specified:
What actually solved this for you? I am working on an airtime install on a Ubuntu 14.04 server managed by ISPconfig and cannot get any media upload or monitoring to work.