--
You received this message because you are subscribed to the Google Groups "QATrack+" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qatrack+u...@googlegroups.com.
To post to this group, send email to qat...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This is a problem with the upload directory not being writable by the web server process.Assuming you are using Apache, making sure your user is part of the www-data group and the folder is owned by www-data should resolve the issue:sudo usermod -a -G www-data $USER
sudo chown -R www-data:www-data ~/web/qatrackplus/qatrack/media/
sudo chmod -R g+rwx ~/web/qatrackplus/qatrack/media/Hope that helps!
On Wed, 17 Apr 2019 at 22:33, Yi Du <dymar...@gmail.com> wrote:
Hi Randle and other fellows,--When I tried to create a new testlist, and add an attachment to it, I failed to make it and instead met with a Server Error (500) in Chrome.The related files are uploaded as attachments.Awaiting for any solution, and many thanks.Yi
You received this message because you are subscribed to the Google Groups "QATrack+" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qat...@googlegroups.com.