Re: E_STRICT error popping up in production.

2013-06-20 Thread Dakota
Why not just fix the cause of the E_STRICT notice? On Thursday, 20 June 2013 03:42:11 UTC+2, Chris Cinelli wrote: Just to make it clear. It pops up in the browser. On Wed, Jun 19, 2013 at 6:41 PM, Chris Cinelli chris@formativelearning.com javascript: wrote: We are on cakePHP 2.2.1

Re: Can anyone help me with editing post_tags ???

2013-06-20 Thread Lilit
i forgot the view Edit Topic ?php echo $this-Form-create('Topic', array('type' = 'file')); echo $this-Form-input('id', array( 'type'='hidden', 'value' = $topic['Topic']['id'] )); echo $this-Form-input('title', array( 'type' = 'text', 'error' = array('class' = 'error-message'),

Re: Error: Mysql requires a database connection

2013-06-20 Thread Raxit
Hi, I have asked for PDO driver and godaddy is not providing support for it on windows hosting. So is there any other way to connect with mysql using cakephp without using PDO ? Regards, Raxit On Tuesday, June 18, 2013 4:56:48 PM UTC+5:30, Raxit wrote: *Hi, * *I am facing this problem

Re: E_STRICT error popping up in production.

2013-06-20 Thread euromark
Yes, for PHP5.3 and higher you need to explicitly eclude estrict now Am Donnerstag, 20. Juni 2013 03:41:15 UTC+2 schrieb Chris Cinelli: We are on cakePHP 2.2.1 I have an E_STRICT error popping in up in production even if CORE_DEBUG = 0 Our error handler in core.php is:

Anyone tried installing CakePHP on Google App Engine (since PHP now support)

2013-06-20 Thread Chris G
Just curious as to whether anyone had come across a tutorial on getting CakePHP up and running on Google App Engine since php support has come online? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because

One page with Search/Edit/Add and Delete Buttons

2013-06-20 Thread Mahdi Miad
Hi all, I am new in CakePHP, I developed some applications before and now I need to create my application same as before but with cakePHP, so what I need is one page with add,edit,search and delete button, if I click on search button I need to call search method and edit button with edit method

Re: Anyone tried installing CakePHP on Google App Engine (since PHP now support)

2013-06-20 Thread Rachman Chavik
On Wed, 19 Jun 2013 16:57:27 -0700, Chris G wrote: Just curious as to whether anyone had come across a tutorial on getting CakePHP up and running on Google App Engine since php support has come online? Yes, I have ran Croogo on GAE. I have turned it off since they offer no free plan for

Re: One page with Search/Edit/Add and Delete Buttons

2013-06-20 Thread Eric Haskins
Im assuming the if() is in your controller not a view file?? Here is a snip of a view for one of my older apps I am working on updating. I use postLinks like this ?php if(count($divisions)0){ foreach ($divisions AS $row){

Problems with Bake tool CakePhk

2013-06-20 Thread CAKEPHP MIRIM
hi guys, I have problems in using the tool bake CakePHP at the time of use in the generation of CRUD the command prompt that informs not found a database 'default', and he does not find the database that was created within the standards set by CakePHP, so he concludes the command and does not

Call function in form before save

2013-06-20 Thread Renato Bigliazzi
I have a form with some field. However there is a field that needs to be used as argument to a function to return a result before being saved in the database. Following issues: 1) Where to declare the function that returned the result to be saved in the database? 2) How to call this function?

Problems with tool Bake CakePhp

2013-06-20 Thread CAKEPHP MIRIM
hi guys, I have problems in using the tool bake CakePHP at the time of use in the generation of CRUD the command prompt that informs not found a database 'default', and he does not find the database that was created within the standards set by CakePHP, so he concludes the command and does not

Re: E_STRICT error popping up in production.

2013-06-20 Thread Chris Cinelli
Sure Dakota, I can (and I did) fix the error but it was actually happening only in some edge cases. I would prefer that the user do not see these problem. I though that one of the point of CORE_DEBUG=0 was not to output the errors to the users and send them only to the log and with CORE_DEBUG 0