Trevor, Perhaps a file ownership issue rather than permissions?
James. On Sep 25, 2014 5:06 AM, "Niphlod" <[email protected]> wrote: > if locally it works and behind nginx it doesn't, it doesn't seem like > something web2py dependant ... > > On Wednesday, September 24, 2014 9:00:05 PM UTC+2, Trevor Strauss wrote: >> >> Permissions are all the same, any other thoughts? >> >> On Thu, Sep 18, 2014 at 8:31 AM, Niphlod <[email protected]> wrote: >> >>> permissions ?! >>> >>> >>> On Tuesday, September 16, 2014 11:50:52 PM UTC+2, Trevor Strauss wrote: >>>> >>>> I'm having the as James upgraded from 2.8.2 to 2.9.9(11) now ...editor >>>> works fine on local dev box but on remote server running nginx the editor >>>> only allows viewing of new files. Seems I can edit old files, but not new. >>>> >>>> >>>> Any ideas??? >>>> >>>> On Tuesday, 8 April 2014 15:38:39 UTC-4, Derek wrote: >>>>> >>>>> That's what I thought, the web editor is actually running in an >>>>> iframe, and without that header, the webpage just refuses to load... >>>>> >>>>> On Saturday, April 5, 2014 9:05:29 PM UTC-7, James Ryan wrote: >>>>>> >>>>>> Derek, thank you so much. Appending the line below that you suggested >>>>>> to /etc/apache2/apache2.conf has fixed it! >>>>>> >>>>>> Header always append X-Frame-Options SAMEORIGIN >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Apr 1, 2014 at 5:44 AM, Derek <[email protected]> wrote: >>>>>> >>>>>>> also, make sure you have this line in your apache config... >>>>>>> >>>>>>> Header always append X-Frame-Options SAMEORIGIN >>>>>>> >>>>>>> >>>>>>> On Monday, March 31, 2014 11:25:23 AM UTC-7, Derek wrote: >>>>>>>> >>>>>>>> The 'canceled' message can be caused by a few different routes, >>>>>>>> either a navigation away to a different page, a user clicking the >>>>>>>> 'stop' >>>>>>>> button, or an ad blocker... you should look at your network data to get >>>>>>>> better answers. >>>>>>>> >>>>>>>> http://dev.chromium.org/for-testers/providing-network-details >>>>>>>> >>>>>>>> There are other situations that chrome will cancel requests, such >>>>>>>> as the dom object which caused the request getting deleted, or another >>>>>>>> request going to the same server had an error (it will stop the >>>>>>>> request to >>>>>>>> prevent from getting another error). >>>>>>>> >>>>>>>> I'd hazard a guess and say it's likely a dom object getting >>>>>>>> deleted, but you'll have to investigate further. If this happens a lot >>>>>>>> with >>>>>>>> your RPI it could be an indication of the server returning an error >>>>>>>> (and >>>>>>>> chrome cancels pending requests). >>>>>>>> >>>>>>>> >>>>>>>> On Friday, March 28, 2014 7:18:38 PM UTC-7, James Ryan wrote: >>>>>>>>> >>>>>>>>> Hi guys, >>>>>>>>> >>>>>>>>> Having an issue with the web editor. Other's have experienced this >>>>>>>>> problem before with no resolution: >>>>>>>>> >>>>>>>>> https://groups.google.com/forum/#!topic/web2py/fIuUAqdSieQ >>>>>>>>> >>>>>>>>> https://groups.google.com/forum/#!topic/web2py/SxYJX90zszY >>>>>>>>> >>>>>>>>> http://comments.gmane.org/gmane.comp.python.web2py/120843 >>>>>>>>> >>>>>>>>> I'm running web2py on a raspberry pi on the local network. I can >>>>>>>>> access it fine, log into the admin interface, create a new app, and >>>>>>>>> peek at >>>>>>>>> the files. When I go to edit any files the page loads but the file >>>>>>>>> doesn't. >>>>>>>>> I've tried on multiple machines and browsers. The raspberry pi is >>>>>>>>> headless >>>>>>>>> and doesn't have xserver so I can't try locally. >>>>>>>>> >>>>>>>>> Using Chrome's debugger I can see the http request being cancelled >>>>>>>>> and there's no response data in the header >>>>>>>>> >>>>>>>>> http://imgur.com/5HUd3cp >>>>>>>>> >>>>>>>>> http://imgur.com/wBPwRRl >>>>>>>>> >>>>>>>>> Looking at /var/log/apache2/access.log the http request returns >>>>>>>>> 200 OK >>>>>>>>> >>>>>>>>> Any thoughts what this might be? >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>> 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 a topic in the >>> Google Groups "web2py-users" group. >>> To unsubscribe from this topic, visit https://groups.google.com/d/ >>> topic/web2py/PV8UHqc3AW4/unsubscribe. >>> To unsubscribe from this group and all its topics, 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 a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/PV8UHqc3AW4/unsubscribe. > To unsubscribe from this group and all its topics, 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.

