Have a look on the logs, while uploading the video. root@mgogoulos:/home/plumi.app# tail -f var/log/*
Since it uploads up to 98% this seems like an old permissions issue we also had in engagemedia.org. Make sure the zope and www-data users can write into the temp file plumi uses. Eg add this to /etc/rc.local, so after reboots it has the correct permissions mkdir /tmp/plumitmp ; chown -R www-data.zope /tmp/plumitmp ; chmod -R g+w /tmp/plumitmp ; exit 0 On Sat, Mar 14, 2015 at 3:03 AM, Graabein <[email protected]> wrote: > > Sorry, forgot to attache the screenshot, post it again > > -------- Videresendt melding -------- Emne: Video uploader progress bar > stops at 98%...thus upload fail Dato: Sat, 14 Mar 2015 02:01:53 +0100 Fra: > Graabein <[email protected]> <[email protected]> Til: Discussion > about software development on Plumi <[email protected]> > <[email protected]> > > Hi all > > Don't know if this list is able to receive screenshots, but I attach a > screenshot of the frontpage video uploader progress bar, to illustrate a > current problem with my Plumi installation. > > What could be the reason video upload do not complete? > > I am able to upload if I go into a Plumi Video Folder and upload from > there, but it is not possible to use the frontpage "Publish - Video" button. > > I have disabled all browser plugins that could be a problem, so I dont > understand what else may be the problem. > > Anyone have an idea? > > Graabein > > > > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss > > -- https://unweb.me state of the art information systems
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
