Re: Issue with deep associations - cake 3.0

2014-10-21 Thread Dr. Tarique Sani
Use use HTH T On Mon, Oct 20, 2014 at 8:26 PM, wrote: > I have the following in my Products controller: > > $creditIntermediaries = > $this->Products->CreditIntermediaries->find('list', ['valueField' => > 'persona.other_names']) > ->contain('Personas') > ->toAr

Re: using cakephp with nginx

2014-10-21 Thread 'zhaff' via CakePHP
Hi, Last time I used the following configuration on Ubuntu and nginx, it running just fine. http://book.cakephp.org/2.0/en/installation/url-rewriting.html#pretty-urls-on-nginx What is the error you are getting? Best regards, Zhaff Buy Our Premium PHP Scripts at http://neptunescripts.com On

Re: i18n problem

2014-10-21 Thread Luc Bernard
Hi, I'm using 2.3.10 > On 21 Oct 2014, at 21:11, José Lorenzo wrote: > > First time I see this. What Cake version are you using? > >> On Monday, October 20, 2014 8:56:39 AM UTC+2, Lucky1968 wrote: >> Hi, >> >> Is there anyone who can help me with this? >> >> Thanx. >> >>> On Wednesday, Oct

Re: i18n problem

2014-10-21 Thread José Lorenzo
First time I see this. What Cake version are you using? On Monday, October 20, 2014 8:56:39 AM UTC+2, Lucky1968 wrote: > > Hi, > > Is there anyone who can help me with this? > > Thanx. > > On Wednesday, October 1, 2014 9:32:05 AM UTC+2, Lucky1968 wrote: >> >> Hi, >> >> I'm using i18n in my applica

Re: Is it a good idea to put AngularJS webpages onto Page folder?

2014-10-21 Thread Hussain Shafeeu
The way to go would be to use angularJS to do the redirect that is "not happening". Query the server to see if the user is logged on (maybe on route.change) and if he isn't change route to login page. On Tuesday, October 21, 2014 5:23:30 AM UTC+5:30, Sam wrote: > > I am currently using Cakephp m

How do I conenct to SOAP/WDSL with WSE 2.0 auth

2014-10-21 Thread Michael Hill
Hi, I have been trying to get my PHP application to chat with a .net server using SOAP and WDSL with WSE 2.0 auth. This is a little bit of a pain and was wondering if anyone could point in the direction of a some code or a tutorial or plugin that might help. Most of the searches that I have d

Cakephp error handling goes haywire after Controller::viewVars and filtered through htmlentities

2014-10-21 Thread Hussain Shafeeu
Using Cakephp 2.5.4 on a fresh cake code base. I have my AppController Setup as follows. class AppController extends Controller { public function beforeRender() { // Filter all output array_walk_recursive($this->viewVars, [$this, 'escapeOutput']); // throw new NotFoundE

using cakephp with nginx

2014-10-21 Thread flashios09
hi, sorry for my bad english i replaced *apache* with *nginx* on my dedicated server (running under debian 7.5 wheezy) i have many cakephp project that works before if i just enter in my browser *my_ip/my_cakephp_project* but with nginx this projects doesn't work anymore i tried many nginx config