Log message #114631

# At Username Text
# Aug 9th 2008, 23:49 tomas- app/views/elements/email/text/template ?
# Aug 9th 2008, 23:48 mitnavn If I set $this->Email->template = 'template'; then where does it look for this file?
# Aug 9th 2008, 23:46 tomas- is uploading files via ajax possible? I thought i came across some article saying its not (or at least not straightforward)... i have an ajax form that's multipart/form-data, tho it doesnt seem to upload the file, only send the name
# Aug 9th 2008, 23:10 rnickel any guru's around?
# Aug 9th 2008, 23:09 bobbobbins but they weren't at first, until i did the old switcheroo
# Aug 9th 2008, 23:09 bobbobbins hmm...and now that i've switched it back to production...they show up
# Aug 9th 2008, 23:05 bobbobbins any idea why this would happen?
# Aug 9th 2008, 23:04 bobbobbins i have something weird going on...when debugging is on, the records im trying to get are returned, and theres no errors...but when i turn debugging off, i get no records at all
# Aug 9th 2008, 23:04 bobbobbins hello
# Aug 9th 2008, 22:24 JD__ I'm having an issue with child objects not prompting the user during create when validation rules are broken I have manually load and validate the child object, which seems pretty clunky http://bin.cakephp.org/saved/35953 anyone know whats going on here?
# Aug 9th 2008, 22:20 pyite is there a recommended documentation generation program for use w/ cake? (like phpdocumentor as an example?)
# Aug 9th 2008, 22:19 flauberts me too
# Aug 9th 2008, 22:17 JD__ flauberts - i think that is an issue with your web server
# Aug 9th 2008, 22:17 kalileo ) never mind
# Aug 9th 2008, 22:16 kalileo Hi Matt1 ... i haven't asked anything ;)
# Aug 9th 2008, 22:16 Matt1 kalileo: no idea.
# Aug 9th 2008, 22:13 flauberts even if the controller exists
# Aug 9th 2008, 22:12 flauberts "Object not found'
# Aug 9th 2008, 22:10 JD__ and what exactly does it say when you try it?
# Aug 9th 2008, 22:09 flauberts firefox, http://localhost/app/ahsdashdkjnas
# Aug 9th 2008, 22:09 flauberts firefox, http://localhost/app//ahsdashdkjnas
# Aug 9th 2008, 22:05 JD__ what is the url? does it end with an extension? are you using internet explorer? it sometimes tries to guess the mime types and screws up
# Aug 9th 2008, 22:04 JD__ Its not ther eby default you have had to put it there
# Aug 9th 2008, 22:03 flauberts RequestHandler?
# Aug 9th 2008, 22:03 flauberts where can i check this?
# Aug 9th 2008, 22:03 flauberts I have the default setting of cake, I´ve created only one controller...
# Aug 9th 2008, 22:03 JD__ Are you using the RequestHandler?
# Aug 9th 2008, 22:02 flauberts the browser show me "Invalid Objetc" ... "check if the the url was typed correctly..."
# Aug 9th 2008, 22:01 JD__ then it shoudl load from the one in the cake directory - check your routes.php to make sure the url is mapped to a controller
# Aug 9th 2008, 22:00 jaredhoyt lol, i never took a computer class that taught you how to version your software... i'm not sure what to call the new version of my component. 1.2?
# Aug 9th 2008, 22:00 flauberts there is nothing on this directory...
# Aug 9th 2008, 22:00 JD__ oops i was wrong debug 1 or higher will show missing controller. it should be a matter of changing app/views/errors/missing_controller.ctp
# Aug 9th 2008, 21:59 JD__ und3rd0wn check app/views/errors/missing_controller.ctp I dont think it matters what debug level you are at
# Aug 9th 2008, 21:58 und3rd0wn What can I do to display the "Missing Controller" errors?? my debug is 2, I think is something in apache.. Can someone help me?
# Aug 9th 2008, 21:54 tomas- hmm, i just keep the submit button and have it do an onClick="$('hiddenField').value = 1;"
# Aug 9th 2008, 21:53 und3rd0wn What can I do to display the "Missing Controller" errors?? my debug is 2, I think is something in apache.. Can someone help me?
# Aug 9th 2008, 21:51 skua ?
# Aug 9th 2008, 21:51 skua but content doens't show, any ideas
# Aug 9th 2008, 21:50 skua in edit page i make a loop of input where each as an incremental id like echo $form->input( $model.'.'. $i .'.content' ));
# Aug 9th 2008, 21:49 skua i want to edit a list of item in a same edit page. So i send the array of data to $this->data
# Aug 9th 2008, 21:47 JD__ depends on your javascipt library.. I am using EXT JS at the moment, its a bit dirrent. basically build a set of divs.. and a hidden form item 'act' then go divdelete.on click form.act='delete'