Log message #cakephp

Page 1 of 7138, showing 100 records out of 713707 total, starting on record 1, ending on 100

# At Username Text Report
# Jul 5th, 09:26 joux Einstein`: Just post your problem, you'll see ;-) Report
# Jul 5th, 09:17 Einstein` two ? Report
# Jul 5th, 09:17 Einstein` i need some help with 2 forms validation errors, anyone have a spare minute or tow ? Report
# Jul 5th, 09:16 Einstein` hy everyone Report
# Jul 5th, 09:05 deizel_ no sorry, i use the templating language called php :) Report
# Jul 5th, 08:57 welly Hey all, is anyone using Smarty with Cake? I've been going through this tutorial: http://bakery.cakephp.org/articles/view/the-cakephp-blog-tutorial-with-smarty but it seems incomplete/buggy Report
# Jul 5th, 08:51 howey Oh nevermind, haha sorry figured it out ^^; Report
# Jul 5th, 08:47 robinduckett sup Report
# Jul 5th, 08:47 howey maybe not :x? Report
# Jul 5th, 08:39 howey Hiya Report
# Jul 5th, 07:35 ProLoser i wonder if it's changed in a recent revision Report
# Jul 5th, 07:35 ProLoser that's strange Report
# Jul 5th, 07:32 lukegb haha Report
# Jul 5th, 07:27 ProLoser i needed array() Report
# Jul 5th, 07:27 ProLoser u fixed it Report
# Jul 5th, 07:26 deizel_ ProLoser: also, i think correct usage on line 43 would be $this->Auth->allow(array('*')); Report
# Jul 5th, 07:23 deizel_ ProLoser: do you use requestAction in your app? Report
# Jul 5th, 07:18 ProLoser ?? Report
# Jul 5th, 07:16 ProLoser but no thoughts as to where i could check Report
# Jul 5th, 07:16 ProLoser i gotta look elsewhere Report
# Jul 5th, 07:16 ProLoser ideas? Report
# Jul 5th, 07:15 ProLoser even THAT doesn't work Report
# Jul 5th, 07:15 ProLoser http://bin.cakephp.org/view/1297739156 Report
# Jul 5th, 07:15 ProLoser !bin Report
# Jul 5th, 07:14 Martz ProLoser: do you expect line 44 to do something? Report
# Jul 5th, 07:14 ProLoser i have no clue what's going on Report
# Jul 5th, 07:14 ProLoser if i enable auth, everyhting gets blocked Report
# Jul 5th, 07:12 ProLoser it doesn't make any sense Report
# Jul 5th, 07:12 ProLoser EVERYTHINGS BLOCKED Report
# Jul 5th, 07:11 ProLoser okay seriously i don't get what's wrong Report
# Jul 5th, 06:55 Kjellkod Overall I like Win7. So far. Report
# Jul 5th, 06:54 deizel_ Kjellkod: heh, so not too different then.. but no, i wouldn't consider local environment variables a remote setting :) Report
# Jul 5th, 06:52 Kjellkod deizel_: It takes me to a view about my system, shows me my system score, computer name, processor info etc. And then from there I had to click om "Remote settings" (wait, is paths remote settings?) -> Advanced -> Environment Variables Report
# Jul 5th, 06:49 deizel_ Kjellkod: does start key + pause key still take you to system settings on Win7? thats how i get to PATH on XP Report
# Jul 5th, 06:42 Kjellkod lol, I found it now, it was very well hidden under "remote settings" Report
# Jul 5th, 06:42 Kjellkod Don't know how to phrase it so M$-peeps will understand what I want to do. Report
# Jul 5th, 06:41 poLK /join M$ Report
# Jul 5th, 06:40 Kjellkod I see the menu has changed in Windows 7 from XP, thats why I can't find it. Report
# Jul 5th, 06:40 Kjellkod Where can I read about adding the paths to php, cake and mysql to my system in Windows7? So I don't have to write long paths all the time? Report
# Jul 5th, 06:29 ProLoser it kinda doesn't make sense to put admin checking logic if i don't even have the action figured out yet Report
# Jul 5th, 06:28 dweller how do i create a search function? Report
# Jul 5th, 06:28 ProLoser i'm gonna take out that chunk Report
# Jul 5th, 06:27 poLK also, set flash if isAuthorized() returns false is nonsense, set auth message for AuthComponent instead Report
# Jul 5th, 06:27 ProLoser when i put it in the isAuthorized Report
# Jul 5th, 06:27 ProLoser ya i noticed the debug wasn't showing up Report
# Jul 5th, 06:27 poLK ProLoser: if you're allowing all actions, isAuthorized() will never be called Report
# Jul 5th, 06:08 ProLoser touche Report
# Jul 5th, 06:08 chalet16 hi all,binary(16) uuid currently doesn't work? Report
# Jul 5th, 06:07 alkemann ProLoser: check for true? try debuggin params Report
# Jul 5th, 06:07 ProLoser i'm a bit confused what i've been doing wrong Report
# Jul 5th, 06:07 ProLoser still same issue Report
# Jul 5th, 06:07 alkemann your welcome Report
# Jul 5th, 06:07 joux alkemann: that looks great, thank you. ;-) Report
# Jul 5th, 06:06 alkemann joux: u can thank me twice, i also wrote it ;) Report
# Jul 5th, 06:06 joux alkemann: that looks great, thank you. Report
# Jul 5th, 06:05 ProLoser http://bin.cakephp.org/view/1119613632 Report
# Jul 5th, 06:05 alkemann joux: http://bakery.cakephp.org/articles/view/orderedbehavior-2-1 Report
# Jul 5th, 06:05 ProLoser !bin Report
# Jul 5th, 06:05 joux alkemann: no, one big list of Songs that I want in a custom order. Report
# Jul 5th, 06:04 alkemann joux: many users with different orders? Report
# Jul 5th, 06:03 alkemann ProLoser: where u need it. Report
# Jul 5th, 05:59 joux Hi. Newbie database question: I have a table with some records of my model, let's say Song. I want the user to be able to bring them into a custom order, like making a Playlist. Maybe I should introduce another column 'position', but that would mean I have to iterate through the whole table to shift position numbers, if something changes. There must be some standard way to to this, or even a behaviour. Can somebody give me a link or throw me a wor Report
# Jul 5th, 05:59 ProLoser or in users? Report
# Jul 5th, 05:59 ProLoser should i put the controller method in app? Report
# Jul 5th, 05:57 ProLoser hmm... Report
# Jul 5th, 05:57 ProLoser or uh... Report
# Jul 5th, 05:57 ProLoser alkemann: i don't know how this helps me honestly, i don't need extra checks performed Report
# Jul 5th, 05:56 linusoleander thanks Report
# Jul 5th, 05:55 alkemann well. stop guessing code syntax and look up Report
# Jul 5th, 05:55 ProLoser lol more guessing linus? Report
# Jul 5th, 05:55 linusoleander alkemann: I dont know Report
# Jul 5th, 05:55 alkemann linusoleander: the real question is why you assume it would Report
# Jul 5th, 05:54 ProLoser well it's just i have been using the code in my app_controller for some time now and it worked fine until randomly not working anymore :/ Report
# Jul 5th, 05:54 linusoleander debug($this->Site->params); Report
# Jul 5th, 05:54 linusoleander That does not work, why? Report
# Jul 5th, 05:54 linusoleander $this->Site =& ClassRegistry::init('Site'); Report
# Jul 5th, 05:54 alkemann the lord helps he who helps himself.. :) Report
# Jul 5th, 05:54 ProLoser it does, reading it through Report
# Jul 5th, 05:53 alkemann that link doesnt scroll down to 5.2.6.10 ? Report
# Jul 5th, 05:53 ProLoser what am i looking for? Report
# Jul 5th, 05:52 alkemann ProLoser: http://book.cakephp.org/view/248/AuthComponent-Variables#authorize-396 Report
# Jul 5th, 05:51 alkemann ProLoser: but why? Report
# Jul 5th, 05:51 alkemann or $this->Controller->params.. not so much a "solution" as basic OOP knowledge Report
# Jul 5th, 05:51 ProLoser alkemann: i rearranged it so it's if (isset($this->params[Configure::read('Routing.admin')]) && $this->Auth->user('role') != 'Admin') { to redirect and outside of the if statement it allows all but it's still not working Report
# Jul 5th, 05:50 alkemann $controller->params Report
# Jul 5th, 05:50 linusoleander Is there any sulotion to this? Report
# Jul 5th, 05:49 linusoleander aha Report
# Jul 5th, 05:49 ProLoser right? Report
# Jul 5th, 05:49 ProLoser it's a property of your controller Report
# Jul 5th, 05:49 ProLoser cuz it's not a property of $this Report
# Jul 5th, 05:49 linusoleander Not in my controller, my component Report
# Jul 5th, 05:49 linusoleander Sorry Report
# Jul 5th, 05:49 linusoleander Notice (8): Undefined property: ContentComponent::$params [APP/controllers/components/content.php, line 12] Report
# Jul 5th, 05:48 alkemann define work Report
# Jul 5th, 05:47 linusoleander Why does not $this->params work in my controller? Report
# Jul 5th, 05:44 Linnk mitnavn, wow! A Dane! Report
# Jul 5th, 05:43 ProLoser i didn't look closely at the revision Report
# Jul 5th, 05:43 alkemann i can spot errors across revisions :p Report
# Jul 5th, 05:43 alkemann heh Report
# Jul 5th, 05:43 ProLoser messed it up Report
<< previous
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>