> Hi,
>
> i have a series problem here
>
> i'm using CakePHP 1.2.6 and 1.3 RC3
>
> here is my DB Schema for a Job Board Plugin
>
> Jobs has many attachments
>
> so in jobs/admin_add.ctp (view)
>
> i cerated a JQuery function to append a table to have multiple
> attachments to be added while saving a job
>
> so the problem is if i created the form fields on the fly and i hit
> submit i get a 404 page, but if the form fields are existed using PHP
> code it save them with no error!
Make sure debug is set to 2. If it's 0, Cake will throw a 404 instead
of displaying the error. Also check the error log.
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
To unsubscribe, reply using "remove me" as the subject.
No comments:
Post a Comment