Re: [web2py] BUG: appadmin cannot save to db

2012-10-25 Thread Richard Vézina
view/ appadmin.html generic.ics generic.load generic.rss layout.html generic.json generic.map generic.xml web2py_ajax.html generic.html generic.jsonp generic.pdf controller/ appadmin.py static/ css/* images/* js/* You can do this like that : >From web2py/applications cp -R welcome/static/* YO

Re: [web2py] BUG: appadmin cannot save to db

2012-10-25 Thread Richard Vézina
appadmin.html to And by the way you should update : All files from static/ all generic files form views/ Make sure you backup you app before, so you can revert if you brake something. If you have modify layout.html you will have to compare what change in the new layout.html and replace the ele

Re: [web2py] BUG: appadmin cannot save to db

2012-10-25 Thread lyn2py
Good point. I will update and try it later. I need to replace appadmin.py only? Thanks Richard. --

Re: [web2py] BUG: appadmin cannot save to db

2012-10-25 Thread Richard Vézina
Did you use appdamin with a new app or you use the appadmin of your own app? If you use your own app appadmin did you think to replace it with the appadmin of the welcome? Richard On Thu, Oct 25, 2012 at 11:01 AM, lyn2py wrote: > I'm on Version 2.2.1 (2012-10-22 18:50:13) stable > > This is sp