Hi,
Recently I moved and app from my laptop to the webserver by using scp and then I made the proper permissions change. It went fine but for some reason after that I can't create new apps at the begining. Folowing some instructions after a web search I stoped lighttpd, stoped web2py, restarted manually and changed the permissions again. Now I can create and delete new apps, and always get a proper work with the "old ones", but anytime that I try to see a view in a new app I get the message:
invalid function (default/<appname>)
I dont know why suddenly I get this behavior with all new apps. Working locally all behaves normally, but on my server I cant get the proper behavior. Any advice would be appreciated, as always.
0
rochacbruno 12 years ago
Have you touched the routes.py file?
please share a bit of your routes.py and also you lighttpd config
replies (1)