Fatal error: Class dbosource: Cannot inherit from undefined class datasource

2007-05-02 Thread funksplutter
Hi All I hav e aproblem with an app that I've developed using Cake and am now having to move from one server to another. Everything was working ok on the legacy server but on teh new server all I get is an error message: Fatal error: Class dbosource: Cannot inherit from undefined class

Clearing Data from Form After Ajax Submit

2006-12-06 Thread funksplutter
Sorry if this has been covered before somewhere. I have a form which is submitted using Ajax but I would like the submitted data to be cleared from this form as soon as the Ajax operation has taken place. As an Ajax noob I'm sure this is really simple - I just can't work out how to do it.

Re: othAuth Missing Component File

2006-11-03 Thread funksplutter
Solved it - and annoyed at myself for not having spotted it before. othAuth.php on my local server had to be renamed to othauth.php on the remote. Once this was done everything worked. On Nov 2, 8:11 am, funksplutter [EMAIL PROTECTED] wrote: Thanks for the reply Eric. The odd thing

Re: othAuth Missing Component File

2006-11-03 Thread funksplutter
No I didn't solve it - I just disabled it al together so if anyone has any clue as to what is happening with this code their help would be much appreciated. On Nov 3, 10:01 am, funksplutter [EMAIL PROTECTED] wrote: Solved it - and annoyed at myself for not having spotted it before

Re: othAuth Missing Component File

2006-11-02 Thread funksplutter
Thanks for the reply Eric. The odd thing is that othAuth works great on my local machine - in fact I'm really pleased with it. It's only on the remote server I seem to have a problem which I'm guessing has something to do with a file path. --~--~-~--~~~---~--~~

othAuth Missing Component File

2006-11-01 Thread funksplutter
Hi All, I've come across a strange problem using othAuth which I'm sure is something pretty straightforward that I just can't see. On my test server I have my app, which uses the othAuth component for user authentication, and everything works fine. However when I upload this to a remote server