Bug: flaws in email validation/sending

2016-01-29 Thread Kim
- CakePHP's email validation allows non-ASCII letter characters, e.g. á, in the local part of the email address (by the \p{L} unicode category construct). This should not be allowed, see https://en.wikipedia.org/wiki/Email_address#Local_part. - It also allows non-ASCII lette

Help me abount transaction (begin, commit, rollback) in cakephp 3 version

2016-01-29 Thread Somsubhra Saha
Hi, I am coded from ref link - http://book.cakephp.org/3.0/en/orm/database-basics.html#using-transactions. But my code is running perfectly. But data is not updated or inserted into database. Below is my code (controller) - $conn = ConnectionManager::get('default'); $conn->begin(); try {

cakephp 3.0 and snelg/cakephp-3-oracle [ Error: [Cake\Database\Exception] Cannot describe s_i18_n. It has 0 columns.]

2016-01-29 Thread Mbhd90
When i try to perform bake command i receive this exception Exception: Cannot describe s_i18_n. It has 0 columns. in [/var/www/html/3.0/app-master/vendor/cakephp/cakephp/src/Database/Schema/Collection.php, line 98] 2016-01-21 15:07:24 Error: [Cake\Database\Exception] Cannot describe s_i18_n. I

$this->render('index');

2016-01-29 Thread Maxwell Ochieng
I have tried for two days now to figure out why $this->render('index'); is not working on my controller method,here is the controller action I am running $this->render('index'); Thanks. public function search(){ if($this->request->is('put') || $this->request->is('post')){ return $this->redirect(a

Auth Component works in dev, but not in production

2016-01-29 Thread Ricardo Escalon
I am getting a blank page when I try and use the Auth Component. The code is straight out of the blog tutorial. http://book.cakephp.org/3.0/en/tutorials-and-examples/blog-auth-example/auth.html It works in dev, but I get a blank page in production. Any ideas anyone? -- Like Us on FaceBook htt

Re: how to deploy i18n translations ?

2016-01-29 Thread Dino Moreira
One year later and I have this exactly problem. Messages in __("English") are translated as expected in WAMP development environment. But not in Fedora FC21 Linux Using same apache+php versions... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/

Re: Cakephp find order by then group by

2016-01-29 Thread Shamshad Akther Khan
Thankz a lot sir, Your procedure has helped me solve a problem in live tracking issue On Friday, October 19, 2012 at 2:41:18 PM UTC+6, Vanja Dizdarević wrote: > > Seemingly simple task, but not quite, eh... > > Solving this with a single query is possible, but you would have to do a > manual

create an optgroup with cakephp 3.x

2016-01-29 Thread V Ian
i'm novice in cakephp, and i'm having dificulties in something like this: starting with this sql query: select service_group.name as service_group_name, service_group.id as service_group_id, campaign.name as campaign_name, campaign.id as campaign_id from group_service join group_serv

Amazon AWS S3

2016-01-29 Thread fgarcia
Hi, I am developing a cakephp 3 in AWS, I want to integratewith amazon aws s3, but I cannot find the plugin as I did in cakephp 2, can you help me? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you

how to send mail in cake php using phpmailer libraray

2016-01-29 Thread Jagdish singh bisht
hi, just want to know how to send email using phpmailer library in cakephp 3.0.15 -- 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 unsubscri

Hash::get() & Hash::extract()

2016-01-29 Thread John Fernandes
Hi, I am a noob at CakePHP. I have the following array: $fooArray = Array ( [0] => Array ( [Foo] => Array ( [foo_id] => 100 [foo_role_id] => 10 ) ) ) I looked at the Hash::get() & Hash::extr

How to do CSRF protection in cakephp

2016-01-29 Thread ye lu
Hi, I am new to cakephp and now I am working on a new project with cakephp by studying. My current doing task is to do CSRF protection for overall project.I have read official cakephp 2 cookbook and I did as explained in that book. But, now I am facing The request has been black-holed

CakePHP 3.2.0 Released

2016-01-29 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.2.0. This is the first stable release for the 3.2 branch. Going forward 3.1 will only receive security updates. 3.2 is a backwards compatible release with 3.1 and 3.0 and provides new features and performance imp

Cakephp 3 SOAPclient

2016-01-29 Thread Justin Time
Hello, got this Script in PHP running and what to turn it in Capephp 3 with the Http Client $client = new soapclient($url); $arrResult = array(); $arrFilter[] = array('field'=>'id', 'operator'=>'bigger', 'value'=>20); $arrSort = array('field'=>'customer', 'direction'=>'asc'); $arrResult = $clien