Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
I don't think so as that would probably cause other saves/updates to fail? On Mon, Apr 16, 2012 at 11:42 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > Could it be permission on file in your prod server (or the failing server)? > > Richard > > On Mon, Apr 16, 2012 at 2:36 PM, Bruce Wa

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
Could it be permission on file in your prod server (or the failing server)? Richard On Mon, Apr 16, 2012 at 2:36 PM, Bruce Wade wrote: > 1.99.7 and it worked on my old server where I had code and database on the > same server. Now that I moved database to a different server it doesn't > work. >

Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
1.99.7 and it worked on my old server where I had code and database on the same server. Now that I moved database to a different server it doesn't work. On Mon, Apr 16, 2012 at 11:35 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote: > You mean the appadmin controller is not working properl

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
You mean the appadmin controller is not working properly on update! Sound like something broke with last version update... Which version are you using? Not trunk? Richard On Mon, Apr 16, 2012 at 2:18 PM, Bruce Wade wrote: > There is no problem with the database, I can view all the details, I

Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
There is no problem with the database, I can view all the details, I can use the client facing side to update everything/login etc just the admin database administration app doesn't save when I make a change. On Mon, Apr 16, 2012 at 10:02 AM, Richard Vézina < ml.richard.vez...@gmail.com> wrote

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
Ok, in that case, I think you will have to make sure that your prod database is not corrupted... Can you access database with an other client then web2py? pg admin 3 maybe if you use postgres... Then you can try to drop value in auth_user and insert your local dev values instead, so It will restor

Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
I can log into admin and update code files. I can not update anything in the database. I guess I should have been more clear. On Apr 16, 2012 8:36 AM, "Richard Vézina" wrote: > Ok, maybe you run in the same problem I had in the pass. > > Did you update web2py like this : rm -Rf web2py/ > > Or som

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
Ok, maybe you run in the same problem I had in the pass. Did you update web2py like this : rm -Rf web2py/ Or something like that? If so, you maybe have deleted parameters_443.py file contained in the web2py root. This file contain an encrypted copy of your password where web2py look to confirm

Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
My issue isn't solved. I wish. I was saying your password issue with the error message None is solved with a new version. Admin is useless for me right now in production as I can't update anything with it. On Mon, Apr 16, 2012 at 7:54 AM, Richard Vézina wrote: > Yeah, maybe, in dev I use pretty

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
Yeah, maybe, in dev I use pretty simple password so, maybe there is constrain about that. All right if your issue is solved. Richard On Mon, Apr 16, 2012 at 10:34 AM, Bruce Wade wrote: > The None is because you are not meeting the password requirements. That > error message has been fixed in 1

Re: [web2py] Admin not saving data

2012-04-16 Thread Bruce Wade
The None is because you are not meeting the password requirements. That error message has been fixed in 1.99.7 release. My issue saves local but doesn't save any changes on my server where my database server is on a separate computer, and there is no error messages. On Mon, Apr 16, 2012 at 7:01 A

Re: [web2py] Admin not saving data

2012-04-16 Thread Richard Vézina
With the dev web server when I submit the form I get a none under the first new password field with 1.99.4 version. It is not changing the password. I precise that I set the password in the launching web2py box. In that case the password maybe unchangable. Richard On Fri, Apr 13, 2012 at 9:22 PM,

[web2py] Admin not saving data

2012-04-13 Thread Bruce Wade
Hi, Having a strange problem. When using admin database administration and trying to update my password when I click save it refreshes the page without any errors but also doesn't save the password. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http