Cake CLI no longer works

2013-05-05 Thread Ed Propsner
I've been running Cake on Ubuntu Server 12.04 for quite some time now and never a problem. I don't necessarily have a problem with CakePHP itself, but more than likely something changed on my system and I can't quite figure it out. I recently tried to bake a model for a newly added table in one

Re: POST from external site

2013-05-05 Thread leydis contreras
I stil have the same issue :( El martes, 14 de junio de 2011 15:53:34 UTC+2, Ivan Rocha escribió: Hi, I'm trying to integrate a CakePHP website to PagSeguro (brazilian's Paypal) and when PagSeguro sends a POST containing the payment data, CakePHP don't show the POST, even if I put in the

Re: cron job command

2013-05-05 Thread roundrightfarm
Thanks Mancho for sending me down the right path. Reading through the cakephp 1.3 cookbook has left me thoroughly confused regarding command line interfaces, shell scripts and cron jobs. My approach is to try and write a shell which will go in vendors/ shell, then I will trigger that shell from

Re: my site was hacked (v 2.2.5)

2013-05-05 Thread Simon Males
If you could share more details, I'm sure the community would be interested. On Fri, May 3, 2013 at 7:45 PM, Eduardo Barbosa Moreira eduard...@gmail.com wrote: Hi, you can use the Sucuri service for security, take a look at: http://affl.sucuri.net/?affl=4820351442b1b642a1dac562e065ab7e

Re: 3.0: a peek into CakePHP's future

2013-05-05 Thread Benjamin Allison
If you're reworking the model layer, I think the most important things are: 1) Harmonizing the format that data and associated data is save in and returned in. Right now, it's all over the map, and is sometimes hard to keep straight. 2) Allowing for a smoother way to filter models by their

Re: 3.0: a peek into CakePHP's future

2013-05-05 Thread Benjamin Allison
Also, maintaing data to afterFind, afterSave, and afterDelete would be super useful. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To

Re: Migrate from 1.3 to 2x

2013-05-05 Thread Reuben
There are scripts in the CakePHP 2.x release that can assist with doing most of the search and replace required. As to how between that and when your system is fully operational again, that would depend on the places were you are doing non-trivial processing. You could wait until 3.x, but then