Log message #108402

# At Username Text
# Aug 7th 2008, 03:33 Lemon|work hippykayee, reached the 150 models milestone in my cakephp application
# Aug 7th 2008, 03:23 poluta1 i have read this http://book.cakephp.org/view/150/custom-validation-rules but i don't understand
# Aug 7th 2008, 03:23 poluta1 two or more
# Aug 7th 2008, 03:23 poluta1 hi.. how to passing two parameters in our custom validation function ??
# Aug 7th 2008, 03:20 Mathachew To clarify, I can add to the table, but I cannot update those rows; instead new inserts are attempted
# Aug 7th 2008, 03:19 jerrylee hi guys, in 1.2rc2 paginator->counter() will return 0/1 kind of result if no records, kind weird, any suggestions?
# Aug 7th 2008, 03:19 Mathachew I've got a setup where content is saved as nodes. One table for the node, another for revisions, and a third to extend a specific node's options. I can add to these tables fine, but I cannot save data to these tables. I'm unable to update any of the three tables and can't seem to figure out why
# Aug 7th 2008, 03:10 werschinger When I do the request action in a "normal" action (non-ajax), mail gets sent.
# Aug 7th 2008, 03:09 werschinger Within this call, the Email component is used, but mail never gets sent.
# Aug 7th 2008, 03:09 werschinger I have an action called contactProfile(). At the end of this action I call a different controller action with requestAction().
# Aug 7th 2008, 03:08 werschinger I have an ajax request question:
# Aug 7th 2008, 03:02 achew22 yeah, have a good one
# Aug 7th 2008, 03:02 thestaff thanks a bunch !
# Aug 7th 2008, 03:01 thestaff sure
# Aug 7th 2008, 03:01 achew22 I need to go back to my projects now though so if something REALLY bad happens message me but otherwise I have to go
# Aug 7th 2008, 03:01 thestaff alright i'll figure it out
# Aug 7th 2008, 03:01 achew22 I think so it is a setting somewhere
# Aug 7th 2008, 03:00 thestaff instead of in the middle ?
# Aug 7th 2008, 03:00 thestaff also can you change where you put the box ?
# Aug 7th 2008, 03:00 thestaff achew22, thank you !
# Aug 7th 2008, 03:00 achew22 oops, my bad
# Aug 7th 2008, 02:59 thestaff without the thtml it works better
# Aug 7th 2008, 02:59 thestaff never mind
# Aug 7th 2008, 02:58 thestaff Element Not Found: C:\Program Files\EasyPHP 2.0b1\www\app\views\elements\../categories/add.thml.thtml
# Aug 7th 2008, 02:58 thestaff i get an empty box
# Aug 7th 2008, 02:57 thestaff and that's what I see when I go items/add
# Aug 7th 2008, 02:56 thestaff well I have a file /views/categories/add.thtml
# Aug 7th 2008, 02:56 achew22 therefore if you want to render something in /views/categories you have to do $this->element('../categories/add.thml')
# Aug 7th 2008, 02:56 achew22 remember $this->element only renders a file located in /views/elements
# Aug 7th 2008, 02:55 thestaff and here is my controller that goes with it
# Aug 7th 2008, 02:55 thestaff yeah it's a file
# Aug 7th 2008, 02:55 thestaff http://bin.cakephp.org/view/409032604
# Aug 7th 2008, 02:55 achew22 thestaff: is it that file?
# Aug 7th 2008, 02:53 thestaff no it's a view
# Aug 7th 2008, 02:53 achew22 or are you trying to render /app/views/categories/add.thtml?
# Aug 7th 2008, 02:53 achew22 is $this->categories('add') a function?
# Aug 7th 2008, 02:53 thestaff <?php echo $this->categories('add'); ?> cuz to replace the view but the modal box's one
# Aug 7th 2008, 02:52 thestaff no :-(
# Aug 7th 2008, 02:52 achew22 thestaff: good to hear. are we :) yet?
# Aug 7th 2008, 02:52 thestaff ok so I have you text thing working on my view
# Aug 7th 2008, 02:51 Rizwan78 hi, how can i check user status, if user is still online/browsing my site.