Re: ajax/form/warnings problems

2007-07-31 Thread hb
form onSubmit=return false;'; return false? that isnt a good idea, this will keep the form form submitting any data so remove that. On 31 Jul., 22:35, d'plus [EMAIL PROTECTED] wrote: I'm new to AJAX as well as to cakephp, so maybe my problem isn't difficult to You. i've tried to make

Re: Newbie Introduction Book ... reviews anyone?

2007-07-28 Thread hb
I would like to take a look :D kinda of a newb my self. On 27 Jul., 20:14, Dave [EMAIL PROTECTED] wrote: I'm working on a Newbie's Introduction to CakePHP book and would like to invite anyone who would like to review it for errors or considerations I may have overlooked. Let me know, and I'll

Re: moving from localhost: paths wrong

2007-07-23 Thread hb
I guess it is the same with the models they are stored as cache :D On 22 Jul., 00:34, virtualj(at)gmail.com [EMAIL PROTECTED] wrote: Thanks a lot it worked. The only problem I have now is that the login page is blank. I use othAuth and it works on my local host but not on the web server.

Re: moving from localhost: paths wrong

2007-07-21 Thread hb
I had the same problem. Remove the file called class.paths.php under app/tmp/cache/persisten/ that helped for me. :D On 21 Jul., 11:05, virtualj(at)gmail.com [EMAIL PROTECTED] wrote: Hi, I created a website with cakephp on my localhost webserver and now I have put it all on my webhost.