Problem with baking

2008-02-17 Thread searchmax
Frnds! I am using apache2triad's php and when i try to run php.exe in the command i am getting the following error:- Runtime Error! Program: c:\apache2triad\php\bin\php.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's suppo

Re: Bug while using PHPmailer

2008-02-13 Thread searchmax
ter > closing tag (?>) > and FYI, there's an Email core component in Cake > > On 13 f�v, 11:04, searchmax <[EMAIL PROTECTED]> wrote: >> My code was working fine with sessions but when i added the >> email(phpmailer), >> I am getting the below error when

Re: Bug while using PHPmailer

2008-02-13 Thread searchmax
les which gives more info about core email component in cake? I really got stuck with this. Pls help me. Thankyou. djiize wrote: > > > in your email.php component file, check if there's nothing after > closing tag (?>) > and FYI, there's an Email core component in Cake &

Bug while using PHPmailer

2008-02-13 Thread searchmax
My code was working fine with sessions but when i added the email(phpmailer), I am getting the below error when i use email(phpmailer) component and checking the session If i comment var $components = array('Email');, everything works fine. Pls help me in this regard CODE checkSession(); }

need help for javascript helper

2008-02-12 Thread searchmax
Hi, In my login panel, after the focus is lost from the "Username" textbox, I want a javascript function to validate on the "onBlur" event of "Username" textbox to check whether the username is left blank or not. I am new to cakephp and i am tyring to learn javascript helper using the above exa