Re: Apache error 404 on AJAX POST on existing controller action

2008-01-23 Thread Hawk|
Hi, i found the problem, it was a bug in the 1.2 5985 release, now in the 1.2 beta it is working again. Sorry for making so much trouble. Now i only have to change all deprecated stuff. Greetings Hawk On Jan 22, 6:00 pm, b logica [EMAIL PROTECTED] wrote: On Jan 22, 2008 3:01 AM, Hawk| [EMAIL

Apache error 404 on AJAX POST on existing controller action

2008-01-22 Thread Hawk|
one. I should mention that this one has an alternative tablenameing. Modelname != Tablename. So please give me some suggestions where i can take deeper looks into. Thx a lot Hawk --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Populating a hidden field

2007-04-13 Thread Hawk|
view, your var should be filled with the data, and if you submit the form, it only saves the data.. greets Hawk On 13 Apr., 15:03, ifcanduela [EMAIL PROTECTED] wrote: Hello, I'm new to CakePHP and have what I think is a very simple question, but I'm apparentyly unable to find a straight answer

Re: i18n language name

2007-03-22 Thread Hawk|
way's __(TableFieldName,true) and __(TableFieldName) both versions are crashing the server.. Got some Idea? Greetings Hawk On Feb 24, 6:43 am, jitka [EMAIL PROTECTED] wrote: e($html-link(__(LABEL_TERMS_CONDITIONS, true), /terms)); --~--~-~--~~~---~--~~ You

Re: i18n language name

2007-03-22 Thread Hawk|
to wait for my linux box.. Never mind. Hawk On Mar 22, 10:30 am, Hawk| [EMAIL PROTECTED] wrote: OK, this works for links and normal input fields without the helper. But if i use this: echo $form-input('fieldDefinitions/field', array('label'= __(TableFieldName,true

Re: OthAuth - Login link from email?

2007-03-21 Thread Hawk|
solved. Sorry for my bad language. greetings Hawk|- P.S.: Ask me if you need more details. On 20 Mrz., 00:00, Bootstrapper [EMAIL PROTECTED] wrote: How can you construct a link from an email that automatically logs the user in to a cake site and links to the right action? I'm sending update

Re: Associations stored in a table?!

2007-02-14 Thread Hawk|
to maintain. Or i use scaffolding and only create a db. But i know scaffolding is no no for productive environments. So i think i will hardcode the tables, it will be cleaner and safer for the app. Or i use bake.php to help me out. Thx to all for discussing this problem. Regards Hawk On 14 Feb., 11

Re: Associations stored in a table?!

2007-02-13 Thread Hawk|
, Max [EMAIL PROTECTED] wrote: Hi Mindchanger, I will be interested in knowing more about the main requirements behind this... It looks interesting. On Feb 9, 1:50 am, mindcharger [EMAIL PROTECTED] wrote: Hi Hawk, I'm currently developing a system that shares that dynamic table

Associations stored in a table?!

2007-02-08 Thread Hawk|
. Someone allready is using a similar method? or someone has an idea how to do this?. It would be a great help for me to get some response to this issue. Thx a lot Hawk. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups