Did you check if all files have proper owner? Sometimes files get created
by web2py and I had issue with that because they get created with wrong
owner for some reason I ignore...

Richard

On Mon, May 16, 2016 at 7:38 PM, Ben Lawrence <[email protected]> wrote:

> Hi,
> I have basically followed the installation script
>
> https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh
> on Ubuntu 14.04 OS
>
> Everything is fine except that I cannot edit files with web2py's inbuilt
> browser editor. The error on a blank page is
> "An error occurred, please reload the page"
>
> I can read files in the browser by clicking on the filename's link, just
> not edit it by clicking the edit button. The permissions in the application
> folder are www-data:www-data (uid:gid) and there are the lines
>
> user www-data;
> worker_processes 4;
> pid /run/nginx.pid;
>
> at the top of the nginx.conf file.
>
> Grateful for any help...
> Ben
>
> --
> 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.
>

-- 
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.

Reply via email to