I'm not sure about permissions, I keep default ones for development. I cannot reproduce your problem on ubuntu + rocket. I tried with the latest trunk and with 1.99.6. Works for me. I suggest copying your web2py folder, setting 777 permissions to web2py_copy (and all subfolders) and then try running a copy and editing via web editor. Not sure what else can be wrong, every time i got communication error it was either problem with permissions or my admin session expired
Marin On Sun, Mar 4, 2012 at 8:14 PM, Lewis <[email protected]> wrote: > Well, that might have been the problem so I changed permissions. But, > I still get communication error. > > I gave the group in which web2py runs (www-data) rwx permissions to > the module file in question. Also, to the modules directory, the > specific application directory, and the web2py applications directory. > > Still get communication error. > > In general, what is the best advice for setting permissions? I > suspect I've done this badly with potentially risky permissions. As > of now I have: > > folder web2py in /var, owner root, group www-data, perms = rwxrwxr-x > folder applications in web2py, ditto all > folder thisapp in applications, ditto all > folder modules, controllers, views in thisapp, ditto all > file default.py in controllers, owner root, group www-data, perms = rw- > rwxr-- > > This all seems a bit too permissive. For example, owner should not be > root. Assuming I change owner to another user in sudousers, are the > rest of the permissions appropriate? > > Thanks! > > > > > On Mar 4, 10:42 am, Marin Pranjić <[email protected]> wrote: > > Did you check permissions? > > > > > > > > > > > > > > > > On Sun, Mar 4, 2012 at 7:37 PM, Lewis <[email protected]> wrote: > > > Anyone else? Tried 3 different browsers and two machines. Tried > > > restarting apache and web2py. Still can't save. Not fatal, but it is > > > nice to use the web editor for little changes. > > > > > Thanks. > > > > > BTW: I am posting less not because I am working less, but because I > > > understand web2py better and everything is going very well. >

