Re: [web2py] Re: Web Editor Blank Screen

2014-10-31 Thread Paolo Valleri
something has not been loaded correctly, can you check the chrome developer console? Il giorno venerdì 31 ottobre 2014 15:02:09 UTC+1, Trevor Strauss ha scritto: > > Thanks to whoever denied my last question. Here it is...plus broke > something today which allow me to view the file but have no i

Re: [web2py] Re: Web Editor Blank Screen

2014-10-31 Thread Trevor Strauss
Thanks to whoever denied my last question. Here it is...plus broke something today which allow me to view the file but have no idea what broke. picture attached of style change ... someone must know? The other missing item is the create button in the files toggle slide outdoes this give anyon

Re: [web2py] Re: Web Editor Blank Screen

2014-09-30 Thread Trevor Strauss
All files have the same ownership...other thoughts? On Fri, Sep 26, 2014 at 8:27 AM, Trevor Strauss wrote: > Hi, upgraded through the admin console. will check the user/file > ownership but but think I recall them being the same when I checked file > permissions. Thanks for the help > > On Wed

Re: [web2py] Re: Web Editor Blank Screen

2014-09-26 Thread Trevor Strauss
Hi, upgraded through the admin console. will check the user/file ownership but but think I recall them being the same when I checked file permissions. Thanks for the help On Wed, Sep 24, 2014 at 6:16 PM, Leonel Câmara wrote: > How did you upgrade web2py? Is the nginx's user the same as the fil

[web2py] Re: Web Editor Blank Screen

2014-09-24 Thread Leonel Câmara
How did you upgrade web2py? Is the nginx's user the same as the files in the web2py folder? -- 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

Re: [web2py] Re: Web Editor Blank Screen

2014-09-24 Thread Trevor Strauss
Hear you, not saying it is but it could be since I made no nginx changes only an upgrade of web2py...So there must be something that's changed with the way web2py interacts with nginx.

Re: [web2py] Re: Web Editor Blank Screen

2014-09-24 Thread James Ryan
Trevor, Perhaps a file ownership issue rather than permissions? James. On Sep 25, 2014 5:06 AM, "Niphlod" 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:

Re: [web2py] Re: Web Editor Blank Screen

2014-09-24 Thread Niphlod
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 > > wrote: > >> permi

Re: [web2py] Re: Web Editor Blank Screen

2014-09-24 Thread Trevor Strauss
Permissions are all the same, any other thoughts? On Thu, Sep 18, 2014 at 8:31 AM, Niphlod 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

Re: [web2py] Re: Web Editor Blank Screen

2014-09-20 Thread Trevor Strauss
No changes except upgradingOld files editor works New files editor doesn’t work and the create button in the slide out is missing when in the editor I'll check permissions, but the problem doesn't appear on dev instance which is running w2p webserver only on hosted instance nginx webserver

Re: [web2py] Re: Web Editor Blank Screen

2014-09-18 Thread Niphlod
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

Re: [web2py] Re: Web Editor Blank Screen

2014-09-17 Thread Trevor Strauss
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: > >

Re: [web2py] Re: Web Editor Blank Screen

2014-04-08 Thread Derek
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.

Re: [web2py] Re: Web Editor Blank Screen

2014-04-05 Thread James Ryan
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 wrote: > also, make sure you have this line in your apache config... > > > Header always appe

[web2py] Re: Web Editor Blank Screen

2014-04-03 Thread puercoespin
After reading the links you posted, i can see that my problem is in map_hyphen = True. In False, works well But it's very important for me (and for Google) that my urls was with '-', and not with '_' . What can I do for compatibility the map_hyphen = True, with the versioning static files in w

[web2py] Re: Web Editor Blank Screen

2014-04-03 Thread puercoespin
routes.py routers = dict( # base router BASE=dict( default_application='egasolineras', applications = 'ALL', root_static = ['favicon.ico', 'robots.txt', 'sitemap.xml'], map_hyphen = True, ), ) El jueves, 3 de abril de 2014 21:3

[web2py] Re: Web Editor Blank Screen

2014-04-03 Thread Dave S
On Thursday, April 3, 2014 11:46:15 AM UTC-7, puercoespin wrote: > > I have a similar problem... > > With the latest web2py_src (2.9.5), in localhost the web editor works as > expected, but in my host, when i try to edit any file, i have the blank > screen. > > Looking into javascript consol

[web2py] Re: Web Editor Blank Screen

2014-04-03 Thread puercoespin
I have a similar problem... With the latest web2py_src (2.9.5), in localhost the web editor works as expected, but in my host, when i try to edit any file, i have the blank screen. Looking into javascript console from chrome developers tool, displays a lot of 404: "" GET https://

[web2py] Re: Web Editor Blank Screen

2014-03-31 Thread James Ryan
Thanks Derek. Tried multiple browsers and machines, using incognito/no extensions etc with no luck. I haven't been able to successfully edit any files at all. I couldn't see any errors in the apache log on the Raspberry Pi but I'll add that line to the config file and try again. Cheers. On Tu

[web2py] Re: Web Editor Blank Screen

2014-03-31 Thread Derek
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 clicki

[web2py] Re: Web Editor Blank Screen

2014-03-31 Thread Derek
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