Hi,
could be I speek with my self but ...

I did try an other things: I studied a little the source of cherry and
then I did find how solve the problem for the "simple" case, the case
where I do'nt use dbmechanic but only the identity check for the
index() method of the Route controller.
I did substitued the line:
    def index(self):
with
    def index(self, forward_url=None):
and the error disappear. Because the method now get a parameter that
it wait.

If I look in the code of dbmechanic I find a method index() with a
definition line:
    def index(self):
in this case yet if I change with
    def index(self, forward_url=None):
the error disappear.

I like turbogears and I think for now I can work defining all the
methods of my controller with the forward_url parameter to solve the
problem...
... but I do'nt like the solution.

Best regards
Enrico Secco

On 4 Nov, 08:44, enrico secco <[EMAIL PROTECTED]> wrote:
> can anybody help me ...?
> I do'nt find the possibility to upload the requested tarball.
> In the 'File' page of the group I do'nt see the +add button.
> Enrico
>
> On 1 Nov, 15:41, enrico secco <[EMAIL PROTECTED]> wrote:
>
> > Could you tell me how can I send you the tar ball. I don'nt see any
> > possibility to upload the file with the message and your direct
> > address is incomplete.
> > Thanks
> > Enrico
>
> > On 31 Ott, 21:48, "Jorge Vargas" <[EMAIL PROTECTED]> wrote:
>
> > > On Fri, Oct 31, 2008 at 3:08 AM, enrico secco <[EMAIL PROTECTED]> wrote:
>
> > > > Hi Jorge,
> > > > I did'nt change nothing in the controller login, because my intention
> > > > is to verify if the problem follow my errors.
> > > > So nothing changed!
> > > > For the browser I have 2 version:
> > > > 1) at my home I work on ubuntu 8.04 desktop and I use firefox 3
> > > > 2) at job I work on windows 2000 and turbogears run on ubuntu 8.04
> > > > server. From windows I verify the same problem with IE 6 and Firefox
> > > > 2.0.0.17
>
> > > > The unique constant is the ubuntu 8.04: is it possible the problem
> > > > depends from ubuntu?
>
> > > I don't think so I'm running that and I haven't seen the issue. Could
> > > you send us a tarball with the code (stripped down to the minimum)
> > > giving the error so we can try locally, then we could see if it's an
> > > issue with your deployment or a general TG bug.
>
> > > > Thanks for all.
>
> > > > Enrico Secco
>
> > > > On 31 Ott, 01:38, "Jorge Vargas" <[EMAIL PROTECTED]> wrote:
> > > >> On Thu, Oct 30, 2008 at 4:11 PM, enrico secco <[EMAIL PROTECTED]> 
> > > >> wrote:
>
> > > >> > ok, nobody respond, so I try to add some news...
>
> > > >> Did you change anything on the login controller? forward_url is used
> > > >> by it and should only be produced when going to URLs related to it.
> > > >> which browser are you using? could you try with another?
> > > >> it seems the issue is somewhere with the session/cookies, as the
> > > >> request is being processed "twice"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to