Re: redirect and header error but no white space

2008-07-15 Thread lucaspirola
hi, thanks to publish your results with that bug. see ya! On Jul 15, 1:39 am, haj <[EMAIL PROTECTED]> wrote: > So, I basically saved all UTF-8 files without BOM and now things works > beautifully. --~--~-~--~~~---~--~~ You received this message because you are su

Re: redirect and header error but no white space

2008-07-10 Thread lucaspirola
i re-create all structure and works fine, maybe its something wih end of file or encoding of file, or windows :S any other news i post here see ya! On Jul 10, 11:28 pm, lucaspirola <[EMAIL PROTECTED]> wrote: > wow, > i got the same problem, > and that surprise because

Re: redirect and header error but no white space

2008-07-10 Thread lucaspirola
wow, i got the same problem, and that surprise because app was fine... any news about this problem? thks! On Jul 8, 11:00 pm, haj <[EMAIL PROTECTED]> wrote: > Hi, > > Using 1.2 and I'm doing a simple model saving page then $this- > > >redirect(), I get the header error telling: > > Warning (2):

Re: User management, authentication and ACL plugin/component/helper

2008-02-21 Thread lucaspirola
i cannot too, any news?! if someone can send me, i host ! On 21 fev, 09:49, vince <[EMAIL PROTECTED]> wrote: > Hi, > > Cannot download the file on the website. :( > > On Feb 12, 4:14 pm, jakecake <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > Here is the plugin to manage users/groups, registrati

integrate josso in cakephp

2008-02-12 Thread lucaspirola
i am starting a new projetct with requirements to use josso, in a short explanation, its a java copmonent used to Single SignOn, if anyone have some tips or link or just the same needs than i, contact me! thanks, and will begin integrate, any news published here... see ya! [1] http://www.josso.

Re: Causes of Model::Save() Fail

2007-12-28 Thread lucaspirola
try using pr($this->data); sometimes help... On Dec 28, 1:11 am, ProFire <[EMAIL PROTECTED]> wrote: > True True! > > It's still best to look at the source code to find out the possible > errors. > Is there a way to detect and output errors when they occur? > > Like if I wanted to save, but no ins

Re: Admin Routing, problem upgrading (using )

2007-11-09 Thread lucaspirola
well, just now, i will search group to this answer, thanks a lot! On Nov 9, 12:42 pm, phpjoy <[EMAIL PROTECTED]> wrote: > i overlooked that one, thank you > > On Nov 9, 1:20 pm, AD7six <[EMAIL PROTECTED]> wrote: > > > On Nov 9, 9:46 am, phpjoy <[EMAIL PROTECTED]> wrote: > > > > Hey, > > > > I up

Re: Easy way to deal with enum's?

2007-09-28 Thread lucaspirola
after some changes, its working fine... function getEnumValues($columnName=null) { if ($columnName==null) { //no field specified,return empty set return array(); } //Th

Re: Bake not baking Controllers

2007-01-15 Thread lucaspirola
i got the same issue, i tried in linux and windows with the same config, i use the lastest version of xampp and cake the error i got when i try create a view: Fatal error: Call to a member function getDisplayField() on a non-object in C:\xampp\htdocs\cake\cake\scripts\bake.php on line 965 thank