Re: [web2py] admin disabled because unable to access password file

2018-08-17 Thread Lovedie JC
I once had the same. Had to restart the comp. Sometimes you have to
reinstall web2py.

On Sat, 18 Aug 2018, 02:06 icodk  wrote:

> upgraded to Version 2.17.1-stable+timestamp.2018.08.05.17.57.00 from the
> trunk
> I copied the old password file (parameters_443_.py ) but get
> admin disabled because unable to access password file
> when trying to activate the admin interface
> Any idea how to solve it ?
>
> --
> 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 web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] admin disabled because unable to access password file

2018-08-17 Thread icodk
upgraded to Version 2.17.1-stable+timestamp.2018.08.05.17.57.00 from the 
trunk 
I copied the old password file (parameters_443_.py ) but get
admin disabled because unable to access password file
when trying to activate the admin interface
Any idea how to solve it ?

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] "admin disabled because unable to access password file"

2012-07-21 Thread Alec Taylor
Recently got my site hosted remotely (on WebFaction), but I'm getting this
error for some reason.

After doing a git clone I ran uwsgi with:
uwsgi --protocol=http --socket 127.0.0.1:ubersecretporthere --pythonpath
~/web2py --module wsgihandler -d ~/tmp/uwsgi.log -t 20 --async 24 --ugreen
-r --no-orphans -M -p 1 --touch-reload ~/tmp/uwsgireload.txt
--reload-on-rss 50

And was able to get the welcome app open.

Unfortunately trying to access `/admin/default/index` gave me the
aforementioned error.

*Troubleshooting steps attempted*

   1. After killing uWSGI, I tried copying the MD5 hash from my local
   `parameters_80.py` file into a new file of the same name in the remote
   web2py directory
   2. Then I started uWSGI again, but got the same error
   3. So I killed uWSGI, and mv'd (renamed) the file into
   `parameters_443.py`, but that also didn't work

And yes, I've tried accessing with and without https.

Any ideas on how to get admin working?

Thanks for all suggestions,

Alec Taylor

--