Problems with the Translate Beahvior in Cake 2.3.7

2013-07-07 Thread Hervé Thouzard
Hello, I have many problems with the translate behavior. Here is my configuration. At the top of bootstrap.php I have : Configure::write('Config.languages', array('eng', 'fra', 'ita')); Configure::write('Config.language', 'fra'); My model, a very simple Post model with id, title, content,

Twilio integration with cakephp

2013-07-07 Thread Yasir Arafat Hasib
Hello everybody. I am integrating twilio with cakephp. I hoped integration is done but after 2/3 rings the call are droping and also i failed to get the call record. I got others data fine after call end on my database. -- *Thanks Regards.

Re: Localized plugin error: Could not find BrValidation class

2013-07-07 Thread Ribamar FS
Apgrade to 2.3.7 without problem with Localizad. All ok. Em domingo, 30 de junho de 2013 08h29min50s UTC-3, Ribamar FS escreveu: Hi! My Cake - 2.3.6 Download localized plugin and copy to app/Plugin (Localized) Add in app/Config/bootstrap.php: CakePlugin::load('Localized'); Add to

Re: Twilio integration with cakephp

2013-07-07 Thread Robert Gravel
this is the setup in my controller for voice broadcast in cake 1.3. Probably not the best code but it works for me. if($this-data['Recording']['voice_broadcast'] == voice_recording){ App::import('Vendor', 'Twilio', array('file' = 'twilio'.DS.'Services'.DS.'Twilio.php'));