On my controller I've to add this line $this->set('data',$this-
>Contact->findAll()); when i take it away, i don't get the 500 error.
Is it wrong? Can I write it in another way?

On 29 Dic, 13:53, francky06l <[EMAIL PROTECTED]> wrote:
> Well seems this is pure configuration, settings error ... Put some
> tracing and check if your action is reached at least, be patient ..
> Good luck
>
> On Dec 29, 1:43 pm, mcphisto <[EMAIL PROTECTED]> wrote:
>
> > well, now it works. For the users of this tutorial you have to cange
> > lines in index.thtml
>
> > 'loading' => "Element.hide('view');Element.show('loading')",
> > 'complete' => "Element.hide('loading');Effect.Appear('view')"
>
> > in
>
> > 'loading' => "Element.hide('loading');Element.show('view')",
> > 'complete' => "Element.hide('loading');Effect.Appear('view')".
>
> > The problem now is that when I upload all on my web space everything
> > works. But when i go to index.thtml i get a 500 internal error!!! I
> > hate this.
> > Any idea again?
>
> > On 29 Dic, 13:27, francky06l <[EMAIL PROTECTED]> wrote:
>
> > > Well,  in your call you have to set a 'div' to update (ie : 'update'
> > > => 'div') ... Maybe verify the div exists, and the syntax in your
> > > call ...(misspelling etc..)
> > > I do not know this tutorial, I assume it's using the "regular" ajax
> > > call, unless there is something very specific I am missing.
>
> > > On Dec 29, 12:27 pm, mcphisto <[EMAIL PROTECTED]> wrote:
>
> > > > hi,
> > > > I used firebug and in effect I've a correct query reported. So the
> > > > query works. The problem is that it doesn't print the results.
> > > > Any idea?
>
> > > > On 29 Dic, 11:51, francky06l <[EMAIL PROTECTED]> wrote:
>
> > > > > Do you have something like Firebug (Firefox) or equivalent for other
> > > > > browser, to check your ajax request and see the answer of your call ?
>
> > > > > On Dec 29, 11:14 am, mcphisto <[EMAIL PROTECTED]> wrote:
>
> > > > > > Hi all,
> > > > > > I followed this tuotrialhttp://www.justkez.com/cakephp-livesearch/,
> > > > > > but I've a problem.
> > > > > > Everything seems to be ok, but it doesn't work at all.
> > > > > > I mean when I write something in the form, I get the animation of 
> > > > > > the
> > > > > > gif (spinner.gif) but i don't get any result even if I'm sure that 
> > > > > > the
> > > > > > table contains result for that search. I can't find any help about
> > > > > > this. Did anyone of you tried this tutorial?
> > > > > > Thanks a lot.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to