If you have an error in your model the error propagates in controllers since controllers are executed in the environment that models define. I.e. if you have an error in the model the controller will not run.
We need to know at least what type of error you have. Could by syntax, db problem or anything pls help us help you! mic 2012/6/14 song <[email protected]>: > Thanks for developers of web2py programs. > > I'm not a programmer but a scientist and engineers. > I'm often programming if necessary. > > At recent, I began to study the web2py system. > I start the welcome examples. > And I modified only the models of the new welcome applications, and titled > "Working" applications. > > Then, Some Errors Comments were appeared without Models. > And I had recovered the orignal. > Then the application of "Working" is normally working. > > I wrote models/db.py as follows: > > open models/db.py > and added some dbs > and save and exit > Therefore I think this models/db.py is not influenced to controllers and > views. > But there are some errors in other systems. > > I am a novice to web2py. >

