Page 185 of 211,259, showing 20 records out of 4,225,166 total, starting on record 3,681, ending on 3,700
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 16:14 | jaredhoyt | ... now that i've finished integrating paypal.. lol, figures |
# | Aug 7th 2008, 16:15 | thestaff | what do you need to do when you switch from dvpmt to production ? |
# | Aug 7th 2008, 16:15 | jaredhoyt | thestaff: change debug level for one |
# | Aug 7th 2008, 16:15 | teknoid | thestaff: set debug to 0 |
# | Aug 7th 2008, 16:15 | thestaff | that's all ? |
# | Aug 7th 2008, 16:15 | teknoid | thestaff: and probably adjust your config |
# | Aug 7th 2008, 16:15 | thestaff | yeah like dbconfig |
# | Aug 7th 2008, 16:15 | _psychic_ | jaredhoyt: http://bin.cakephp.org/view/1411500711 |
# | Aug 7th 2008, 16:15 | thestaff | but other than those ? |
# | Aug 7th 2008, 16:16 | jaredhoyt | _psychic_: thanks, much appreciated ... btw, did you prefer curl over cake's http_socket? |
# | Aug 7th 2008, 16:16 | _psychic_ | jaredhoyt: only because it was already written :) |
# | Aug 7th 2008, 16:16 | jaredhoyt | ah ok ;) |
# | Aug 7th 2008, 16:16 | _psychic_ | jaredhoyt: I got a component from the bakery and repurposed it |
# | Aug 7th 2008, 16:17 | pgcd_away | beatzombies: just an idea: did you try to simply echo an $html->input, as opposed to $html->checkbox? mine work flawlessly, so if yours don't it might be a matter of data, right? |
# | Aug 7th 2008, 16:18 | pgcd_away | (assuming your checkboxes are booleans/tinyints) |
# | Aug 7th 2008, 16:19 | beatzombies | pgcd_away: i have done the following: echo $form->input('ContributorsItem.contributed'); and it puts a label with a checkbox, but still no checkbox actually being checked |
# | Aug 7th 2008, 16:19 | beatzombies | pgcd_away: yes it is a tinyint(1) in the db |
# | Aug 7th 2008, 16:19 | TommyO | beatzombies: have you looked at the API to see exactly what it does and what it expects? |
# | Aug 7th 2008, 16:21 | beatzombies | TommyO: yes, the checkbox expects a field name and optional html attirbutes |
# | Aug 7th 2008, 16:21 | beatzombies | TommyO: as far as i know the model.field i am supplying are correct, but i am not sure |