On 1/25/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > > Just as a feedback: definitely the change has broken something here. I've > restored my old configuration and the problems I related were solved. > > What I did was (from the top of my head, I haven't written down what I did and > haven't repeated it here): > > - create a new empty project > > - copy its devcfg.py/procfg.py/config.py and change all references to the > dummy project name to my real project name > > - modify procfg.py / decvfg.py so that my database URIs were correct > > - modify config.py adding the Visit (I still get errors if it is > disabled...) and Identity configurations I need > > - copied the dummy project start-<project>.py script > > - removed old dev.cfg / prod.cfg / <project>-start.py files > > - started the project > > > It worked, but: > > * I have to fill the password on every new page and also when I come back > to an already visited page. > > * I started getting the NoneType error that didn't exist before
This is almost exactly what I did to get my project working after the move from the .cfg config files to the .py config files. The only difference is that I have both visit and identity turned off as I have no need of those at the moment. Lee

