If usefull for someone googling, found the problem: after upgrading Fedora, for some stupid reason it changed the user permissions of the folder /var/lib/nginx/tmp/uwsgi/ (or nginx changed how it works with uwsgi and and created it for 1st time, not sure, don't remember).
A simple "sudo chown -R userxxxxx:groupxxxx dir/" solved the problem. Was not complicated bit it took long to track down because by bad luck I made a git pull before the fedora upgrade, that introduced other bug in the website, and I tought it was related with the upgrade. Afterall only this permissions problem is related to the upgrade (uploads stoped working because of this) - damn upgrade, I hate fedora for server stuff, prefered CentOS more stable but the IT before me had already installed this OS rrr. Regards domingo, 7 de Janeiro de 2018 às 20:09:10 UTC, Aydin escreveu: > > I tried all those tricks here and in other forums to resolve this, > shutdown the web2py and restarted it. no luck in fixing this. > Any idea? Any one recently has dealt with this? Any help is appreciated. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

