Re: newbie problem cakePHP/Ajax

2007-03-16 Thread Bart op de grote markt
> Hi. > > Not sure if you managed to fix this problem yet, but what I found was > that I needed to add the following line after the link to > scriptaculous: > link('controls.js') ?> > > After this, all the javascript errors just melted away and it all worked. > > Mike. Hey thanks for that solutio

Re: newbie problem cakePHP/Ajax

2007-03-16 Thread Mike Griffin
On 3/5/07, Bart op de grote markt <[EMAIL PROTECTED]> wrote: > I checked and in the taskscontroller I find: > var $helpers = array('Html', 'Javascript', 'Ajax'); > So it must be another problem, though the $html variable seems to > work... Hi. Not sure if you managed to fix this problem yet, but

Re: newbie problem cakePHP/Ajax

2007-03-05 Thread Bart op de grote markt
Hello, I checked and in the taskscontroller I find: var $helpers = array('Html', 'Javascript', 'Ajax'); So it must be another problem, though the $html variable seems to work... This is the line (35) to which the error refers (see my first post). It's indeed the first place where the $javascript

Re: newbie problem cakePHP/Ajax

2007-03-01 Thread John David Anderson (_psychic_)
On Mar 1, 2007, at 2:12 PM, Langdon Stevenson wrote: > > Hi Bart > > It's hard to know what the problem is, but my guess would be that the > javascript file/s are not being loaded. It would help if you > posted the > page source so that we can see what is on line 35, and what the link > tags

Re: newbie problem cakePHP/Ajax

2007-03-01 Thread Langdon Stevenson
Hi Bart It's hard to know what the problem is, but my guess would be that the javascript file/s are not being loaded. It would help if you posted the page source so that we can see what is on line 35, and what the link tags are outputting. Regards, Langdon > I did everything as mentioned,

newbie problem cakePHP/Ajax

2007-03-01 Thread Bart op de grote markt
Hello, I just installed WAMP-server (Apache/Php/Mysql) and cakePHP. I'm seeing the startpage that is mentioned on the cakePHP-site and the database-connection is also right. Now I was looking for some tutorials and I found this one: http://grahambird.co.uk/cake/tutorials/ajax.php. One of the ste