Page 237 of 211,260, showing 20 records out of 4,225,199 total, starting on record 4,721, ending on 4,740
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 06:54 | franko | ammadsaleem1: I have very similar problems...try clearing the /app/cache/*/* files... |
# | Aug 8th 2008, 06:55 | annnna | ammadsaleem1: im wrong.... cookbook says you should include it, like this App::import('Sanitize'); |
# | Aug 8th 2008, 06:56 | franko | ammadsaleem1: strangely enough, these errors have disappeared for me overnight on two occasions, waiting to ask sysadmin about it, because clearing the cache did not work for me last time, though it was recommended by someone on this channel... |
# | Aug 8th 2008, 06:57 | annnna | ammadsaleem1: yeah franko is right. Sometimes your server needs alone time lol |
# | Aug 8th 2008, 06:58 | medice | hmm. can i check the $id inside isAuthorized? |
# | Aug 8th 2008, 06:58 | medice | in case i need to specify which items are allowed to be viewed, for example |
# | Aug 8th 2008, 06:58 | ammadsaleem1 | THANKS FOR ALL OF YOUR HELP |
# | Aug 8th 2008, 06:59 | ammadsaleem1 | I figured it out |
# | Aug 8th 2008, 06:59 | annnna | ammadsaleem1: what was the solution? |
# | Aug 8th 2008, 07:00 | ammadsaleem1 | I included in the controller.php uses array |
# | Aug 8th 2008, 07:00 | ammadsaleem1 | and removed it from the app_controller uses array |
# | Aug 8th 2008, 07:00 | macneti | hi all... |
# | Aug 8th 2008, 07:00 | ammadsaleem1 | working fine now |
# | Aug 8th 2008, 07:01 | macneti | somone knows a helper for displaying tabs in views? |
# | Aug 8th 2008, 07:02 | alkemann | ACTION will never understand why ppl insist on pretending webpages arent webpages |
# | Aug 8th 2008, 07:02 | alkemann | make tabs as buttons with pagerefreshes |
# | Aug 8th 2008, 07:02 | macneti | hmm but when I like to split a big form in to diffrent tabs a refresh is not a solution -.- |
# | Aug 8th 2008, 07:03 | alkemann | hidden content isnt either (imho) |
# | Aug 8th 2008, 07:04 | alkemann | browsers are made to scroll down and users have learned to do this |
# | Aug 8th 2008, 07:04 | macneti | I see you are not a friend of js and DOM :) |