A quick update - I tried creating a new file under controllers and that can't be opened for editing either so it has got nothing to do with file size or content, just any file in the controllers folder.
I don't think this dash is a direct typo in the web2py code. A rewrite rule somewhere, regex gone wrong?
BTW, the number there is only indirectly related to the web2py version, it isn't the problem in itself. It's this feature in effect:
http://web2py.com/books/default/chapter/29/04/the-core#Static-asset-management
Regards
Same problem for me using Chrome and Midori on Linux after upgrading to 2.8.2 However I try to launch the editor I get a blank screen. In the java console I get a load of this type of error:
So although I am on 2.8.2 the system is looking for files in 2.7.3.I have deleted browser cache (and tried a different browser), deleted sessions in admin. I'm sure there's a simple fix. Anybody know what it is?Thanks.
On Friday, 13 December 2013 09:27:04 UTC, Richard Brown wrote:
Hm. It should be looking for "/admin/static/_2.7.3/codemirror/lib/codemirror.css", so _2.7.3 and not -2.7.3.
I don't think this dash is a direct typo in the web2py code. A rewrite rule somewhere, regex gone wrong?
BTW, the number there is only indirectly related to the web2py version, it isn't the problem in itself. It's this feature in effect:
http://web2py.com/books/default/chapter/29/04/the-core#Static-asset-management
Regards
OK, to answer Paolo's question on Friday as to what had changed to make it not work at all - nothing, only the passage of time. So as an experiment I rebooted my RPi once again and behold it all sprang into life. I have rebooted several times since the Web2py upgrade and each time it works to some extent for a while, and then stops. I was then away until Sunday evening but it was still working when I tried it then, and so I was actually able to do some development work. However tonight when I logged in - nothing again. Not a single file at all will open for editing.Could this be some sort of timing (or timeout) problem rather than a hard 'bug'? File loading, when it does work, seems much slower than with the previous version. I've supplied some debug info in previous posts, but if there is anything else I can look at then please let me know.
--
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/fIuUAqdSieQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
--
Hi Paolo, this is a web site so presumably has to accessible from the outside?We should probably keep this discussion separate and concentrate on the main issue - is there anything from my list of files with wsgi references which you need to see the errors?
--