Log message #3148741

# At Username Text
# Jan 29th 2014, 12:56 dereuromark mini-me: sure you didnt forget the asset dispatch filter?
# Jan 29th 2014, 12:53 mini-me when I click on sql log and then click the button "Explain" I am taken to "/debug_kit/toolbar_access/sql_explain", but this returns a blank page?
# Jan 29th 2014, 12:53 mini-me so I have setup the toolbar, and I can see it on the page
# Jan 29th 2014, 12:53 mini-me the only problem I'm having is getting the debug toolbar working
# Jan 29th 2014, 12:53 mini-me hey guys!!, I've just upgraded from cakephp 1.3 => latest (2.4!!), everything works as expected and I have managed to integrate smarty (because our system was written using it)
# Jan 29th 2014, 12:13 Vikky hi i am sending mail on form submission but the form is not picking line 1 and line 12 from database .Any clue to solve this problem http://bin.cakephp.org/view/389790812
# Jan 29th 2014, 11:48 challet you can disable that kind of incode conf changes by disabling the ini_set function, see http://www.php.net/manual/en/ini.core.php#ini.disable-functions
# Jan 29th 2014, 11:44 challet maybe a ini_set somewhere that changes the value
# Jan 29th 2014, 11:30 halim master value contains the value that i set in php.ini
# Jan 29th 2014, 11:30 halim i just saw that phpinfo() prints 2 values, one is called "local value" and the other is "master value"
# Jan 29th 2014, 11:22 halim phpinfo() also prints 0 for max_execution_time
# Jan 29th 2014, 11:21 halim when i updated the php.ini i also restared the webserver (apache)
# Jan 29th 2014, 11:20 halim but ini_get('max_execution_time') always returns 0
# Jan 29th 2014, 11:20 halim i've got the following problem: i somehow seem unable to change php's max_execution_time. i tried doing it via php.ini, using set_time_limit(), and using .htaccess
# Jan 29th 2014, 11:16 Neon1024 )
# Jan 29th 2014, 11:15 halim however, thanks for pointing it out Neon1024
# Jan 29th 2014, 11:15 Neon1024 Could be
# Jan 29th 2014, 11:15 halim seems like i've got a problem with my dns
# Jan 29th 2014, 11:15 halim i get "server not found"
# Jan 29th 2014, 11:14 halim damn
# Jan 29th 2014, 11:14 Neon1024 Confirmed up, http://www.downforeveryoneorjustme.com/book.cakephp.org
# Jan 29th 2014, 11:14 Neon1024 halim: the book is up for me :)
# Jan 29th 2014, 10:50 Dustinbvh thank you verry much Halim!
# Jan 29th 2014, 10:48 halim on that page look for "useDbConfig"
# Jan 29th 2014, 10:48 halim it's from the google cache, because book.cakephp.org seems to be down at the moment
# Jan 29th 2014, 10:47 halim Dustinbvh, http://webcache.googleusercontent.com/search?q=cache:dw-xrjqdEmAJ:book.cakephp.org/2.0/en/models/model-attributes.html+andcd=1andhl=enandct=clnkandclient=iceweasel-a
# Jan 29th 2014, 10:43 Dustinbvh Can someone tell me how I can define a second database connection ( I have default and external as database connections in the connection manager) Normally in every model it fetches the default DB connection but for a sertain page i want to select the external db connection. How can i realise this?
# Jan 29th 2014, 10:39 haris Does that work?
# Jan 29th 2014, 10:39 haris I am currently using Router::connect('/browse/*',array('controller' => 'posts', 'action' => 'view'));. I want the action to be different If there is 2 parameters i.e. /browse/**
# Jan 29th 2014, 10:37 Neon1024 !ask
# Jan 29th 2014, 10:36 haris can someone help me with routes
# Jan 29th 2014, 10:36 haris hello
# Jan 29th 2014, 10:36 Dustinbvh I have a small question which i cannot find on the book site
# Jan 29th 2014, 10:36 Dustinbvh Good morning everyone
# Jan 29th 2014, 09:55 halim if you think that the key 'role' should be existing in that array, i'd print the contents of that array (using pr() or debug()) and look at the code that sets or modifies that array
# Jan 29th 2014, 09:54 dan023 ok thanks...i'll have a look
# Jan 29th 2014, 09:54 halim dan023, the error says it all. it means that the key 'role' in $current_user doesn't exist. try something like this: (isset($current_user['role']) andand $current_user['role'] == 'admin')
# Jan 29th 2014, 09:52 dan023 btw this is my snippet: http://bin.cakephp.org/view/1845267223
# Jan 29th 2014, 09:52 halim any ideas on how to check the value of max_execution_time?
# Jan 29th 2014, 09:52 halim hello, i'm trying to configure php's max_execution_time and set it to 300. i've tried the following three things: setting it using .htaccess, setting it directly in the php.ini and setting it using the set_time_limit() function but ini_get('max_execution_time') always returns 0
# Jan 29th 2014, 09:50 dan023 i get an Undefined index: role [APP/View/Users/index.ctp