Logs for

Page 180 of 211,259, showing 20 records out of 4,225,166 total, starting on record 3,581, ending on 3,600

# At Username Text
# Aug 7th 2008, 15:16 _psychic_ ammadsaleem: hey
# Aug 7th 2008, 15:16 Wisp i wanna set variable in my views and render it in my layout
# Aug 7th 2008, 15:16 cudell i am a rookie baker and have a freshly scaffolded application. when i make changes to the views files and save them
# Aug 7th 2008, 15:16 zmonteca teknoid: correct. the form goes to itself, /admins/users/student. I'll allow admins_students and see what happens. good god this is weird.
# Aug 7th 2008, 15:16 teknoid Wisp: use $this->set()
# Aug 7th 2008, 15:16 cudell no changes are reflected on the server
# Aug 7th 2008, 15:16 Wisp not in $content_for_layout;
# Aug 7th 2008, 15:16 teknoid Wisp: see above
# Aug 7th 2008, 15:17 TommyO mitnavn: what happens if someone goes directly to /users/login ?
# Aug 7th 2008, 15:17 ammadsaleem i m using JQuery form plugin with cake and my Session vlaues are getting lost
# Aug 7th 2008, 15:17 ammadsaleem can any one help me
# Aug 7th 2008, 15:17 cudell i know the changes are being saved to the server when i reopen the files
# Aug 7th 2008, 15:17 TommyO or to a site they don't have perms on?
# Aug 7th 2008, 15:17 mitnavn TommyO: At the moment it's just blank, I am considering routing it back to my frontpage :/
# Aug 7th 2008, 15:17 Wisp hmm
# Aug 7th 2008, 15:18 teknoid cudell: your views might be cached on app/tmp/cache/
# Aug 7th 2008, 15:18 ammadsaleem my session values are getting override with images
# Aug 7th 2008, 15:18 cudell yeah, i checked into that, and only the models have things in the cache.
# Aug 7th 2008, 15:18 cudell i have also edited core.php to disable the cache
# Aug 7th 2008, 15:18 TommyO mitnavn: I have a view that is simply <?php echo $this->element('login'); ?> even if it never gets called