redirect images url from live javascript

2013-07-03 Thread baur79
hi, i have use the 3rd party jquery ajax javascript it returns me the live code which contain img tags as my url is example.com/tickets/ (controller name is TicketsController.php) so img full path became as example.com/tickets/images/file.png and gives me error as Error: The action images is

Re: IBM AS400 DB2 Driver

2013-07-03 Thread Dakota
I don't think it will be accepted for the core CakePHP project (Seeing as it is quite a niche datasource). However, it may be accepted into the CakePHP Datasource plugin - https://github.com/cakephp/datasources/tree/2.3/Model/Datasource A far better option thought would be to configure it as a

Re: IBM AS400 DB2 Driver

2013-07-03 Thread Simon Males
Best way to contribute to CakePHP is to submit a pull request. More information: http://book.cakephp.org/2.0/en/contributing/code.html On Wed, Jul 3, 2013 at 6:41 PM, Marco Ferragina wrote: > Hi all, I've recently written a db2 driver for cakephp2, compatible with > db2 on old IBM AS400. It's a

Re: CakePHP with directory password protection?

2013-07-03 Thread Faran Khan
Thanks buddy. Thats exactly what I was looking for. Its just to create the error page and you are done. Thumbs up On Tuesday, April 22, 2008 8:47:13 AM UTC+5, Jon wrote: > > Whoa! I fixed it. If anybody runs into this same error, here's the > page that I learned about what to do: > http://te

IBM AS400 DB2 Driver

2013-07-03 Thread Marco Ferragina
Hi all, I've recently written a db2 driver for cakephp2, compatible with db2 on old IBM AS400. It's available here https://github.com/ferama/cakephp2-db2 and it would be nice if it were included in next cakephp version. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitte

Copula plugin - Help

2013-07-03 Thread Salines
Hi Guys, I'm working on a page where I need to integrate data from several external social networks. I found this interesting plugin https://github.com/CakePHP-Copula/Copula , that we may be able to help, but lack the precise integration guide and documentation. Specifically, there are two gu

Re: 301 infinite redirect

2013-07-03 Thread AD7six
On Tuesday, 2 July 2013 22:19:54 UTC+2, floydbrush wrote: > > Hi AD, > > after one complete day of debug/experiment without success, I noticed that > attribute Age: 0 appears at the second Server Response of the loop. > > Searching for the specification of the Age header field, I suspect the >

Re: Disable pagination in one action

2013-07-03 Thread AD7six
On Wednesday, 3 July 2013 10:01:23 UTC+2, Ernesto wrote: > > Hi all > > can i disable pagination just for one action? > If you don't call the component it it's not going to do anything. The helper isn't loaded at all unless the component is used. Why do you "need" to disable it? AD -- Like

Re: CakePHP 2 with normal Form Authentication + Basic for API access

2013-07-03 Thread Pavan Trikutam
I am literally trying to do the exact same thing. Did you ever figure it out? I am so stumped trying to get this to work and I'm having the same problem. I can hit the login in the browser just fine & it works. The moment I do a curl I get a 302 to the users/login when I really need a 401 for t

Disable pagination in one action

2013-07-03 Thread Ernesto
Hi all can i disable pagination just for one action? i tried $this->Components->disable("Paginator"); $this->Helpers->disable("Paginator"); in my controller's action but the only things i get are errors Thank you -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http: