On Monday, December 2, 2013 7:10:10 PM UTC-8, lucas wrote: > > hey everyone, > > got web2py 2.8.2 working on apache and centos. fixed under > > https://groups.google.com/forum/#!topic/web2py/DexgEESPk38 > > however, i mentioned that admin interface is all messed up. my admin > interface is not right though. the cool interface for admin is missing > like the pull-downs and stuff. >
Which pull-downs -- from the navbar? Or is it the "left-column" files stuff when you are editing a controller or view? > i just get straight html text without the java scripting side of it. am i > missing another js file that i should copy? it does work with the "python > web2py.py" interface, but not with apache. so what would be the difference > in that? > What version were you running the last time you saw it working? If you were coming from a version older than 2.6.1, then you need to copy some .js from the welcome app (the supplied sample application). If you were coming from a newer version and you are not using the co-packaged Rocket webserver, then you may need to check that the static files versioning is working in your setup. (I had it simple; I'm running W2P+Rocket, and just had to clear sessions. But I was at 2.7.2, and had already shuffled .js files around coming from 2.5.1.) /dps -- 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/groups/opt_out.

