jqgrig, plugin_wiki or any other plugin which has a controller can't work with this autoroutes, because in autotoures we define a default controller in this case 'default.py' is the controller. any request with ' domain.com/action' will try to find this action inside default.py, but plugin_wiki and jqgrid has its own controllers.
perhaps it can work if you take every action from controllers/plugin_jqgrid.py and paste it in default.py, needs to fix absolute urls too. I dont know if we can, neither how to define multiple controllers in autoroutes. 2011/2/17 Johann Spies <[email protected]> > On 16 February 2011 17:35, Bruno Rocha <[email protected]> wrote: > >> Thats my working solution >> >> http://snipt.net/rochacbruno/routespy/ >> >> http://snipt.net/rochacbruno/routesconf/ >> >> >> > Thanks. It is about the same as mine. I was just wondering whether my > jqgrid-problem (another thread) on my production server was related to the > problem you reported. > > Regards > Johann > > -- > May grace and peace be yours in abundance through the full knowledge of > God and of Jesus our Lord! His divine power has given us everything we need > for life and godliness through the full knowledge of the one who called us > by his own glory and excellence. > 2 Pet. 1:2b,3a > >

