Re: Multiple file upload

2011-08-25 Thread Sam Sherlock
Not really to sure I have not fiddled with the setup of media within my app for a while. I have the basics working of what I want from media now, planning to revisit later. transfer is working for me. for instance News hasMany Image > from news controller call find on Image (or attachments) using

Creating AuthComponent in 2.0-beta

2011-08-25 Thread Ben McClure
I'm working on an Authentication module to work with the AuthComponent to log users in via SimpleSAMPphp (single sign-on via SAML) I understand how to create auth modules and have created one named SimpleSamlAuthenticate, but I am a bit stuck on implementing the authenticate(CakeRequest $reques

Re: Pre CakeFest meetup in Manchester?

2011-08-25 Thread Larry E. Masters
Graham Weldon and I will be there early. He is already at the venue and I am delayed in Atlanta GA because I missed my connecting flight. I am trying to get a flight through London tonight, if not it may be Saturday before I leave the states. -- Larry E. Masters On Aug 25, 2011, at 18:04, "de

Pre CakeFest meetup in Manchester?

2011-08-25 Thread designv...@gmail.com
Hi all, I actually live in Manchester and am obviously going to CakeFest, so I thought I would see if anyone travelling from abroad and gets in a day or 2 early would like a pre-fest meetup? I am around in Manchester and free every evening until the start of CakeFest, so if anyone fancies it, ple

Re: How come this isn't a safe way to store username and passwords

2011-08-25 Thread Ben McClure
Jens, You are absolutely correct; I was only referring to the fact that via FTP, one cannot directly run mysql commands like they could via shell, however someone who breaks in via FTP *could* potentially create a script which queries MySQL and outputs the data or something similar, and then ca

Re: debug level on ajax request

2011-08-25 Thread stas kim
oops. it's not on boot strap only. my bad. On Thu, Aug 25, 2011 at 12:47 PM, stas kim wrote: > it's probably because of this line > https://github.com/cakephp/cakephp/blob/master/cake/libs/configure.php#L119 > which is executed on bootstrap. meaning even if you change debug level > later in your

Re: debug level on ajax request

2011-08-25 Thread stas kim
it's probably because of this line https://github.com/cakephp/cakephp/blob/master/cake/libs/configure.php#L119 which is executed on bootstrap. meaning even if you change debug level later in your controller it will only effect Debugger class behavior cheers On Wed, Aug 24, 2011 at 11:21 AM, Ben

cakephp shell not recognized

2011-08-25 Thread Özgür Demir
Hi everybody, I'm having a weird problem using the beanstalkd plug in from david pearson. Adding jobs to the queue from my controllers works fine. But I cannot use the provided shell scripts. Calling ../cake/console/cake the provided shells do not occur. All my other shells are displayed proper

MySql views output issue

2011-08-25 Thread ZAky
I have a view in MySql which I call with *return $this->query("select * from proposed_batch where due_date >='".$from."' and due_date <='".$to."'"); * in one of my models. I am getting two arrays per row [r] and [* proposed_batch *], I want to get only one [* proposed_batch *]. What is the pr

Re: Looking for a cart

2011-08-25 Thread abhimanyu bv
Hi alejo, have you tried implementing cart in your app?if yes, please tell me the which cart have u used and how. thanks On Sun, Apr 17, 2011 at 5:18 AM, Ryan Schmidt wrote: > > On Apr 16, 2011, at 07:47, Alejo wrote: > > > I´m looking for a shopping cart (a catalogue is ok) but I can´t use > > t

Re: cakephp saving not working

2011-08-25 Thread Sebastian Henschel
heya... Am Thursday, den 25.08.2011, 16:24 +0530 schrieb abhimanyu bv: > the primary key field is deal_id. it is not an auto-increment > field.while saving, i am giving a value to deal_id and there are no > ids with the same in that table.it doesnt have any dependencies. please provide us with

Re: cakephp saving not working

2011-08-25 Thread abhimanyu bv
the primary key field is deal_id. it is not an auto-increment field.while saving, i am giving a value to deal_id and there are no ids with the same in that table.it doesnt have any dependencies. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the n

Re: cakephp saving not working

2011-08-25 Thread Sebastian Henschel
hi Abhi... Am Thursday, den 25.08.2011, 02:22 -0700 schrieb abhimanyu bv: > i developed a page to save deals into database.till yesterday it was > working fine.now its not working, an error is coming like SQL Error: > 1062: Duplicate entry '' for key 'PRIMARY'. and query it showng is > Query: IN

Re: How come this isn't a safe way to store username and passwords

2011-08-25 Thread Jens Dittrich
I do not see why breaking into FTP would not work. PHP is a scripting language which will execute the php files called by the url. Having access via FTP (write access necessary) is enough to deploy your own logic or modify existing logic, just like you deploy your application. So whenever you c

cakephp saving not working

2011-08-25 Thread abhimanyu bv
hi all, i developed a page to save deals into database.till yesterday it was working fine.now its not working, an error is coming like SQL Error: 1062: Duplicate entry '' for key 'PRIMARY'. and query it showng is Query: INSERT INTO `deals` (`no_of_coupons`, `deal_type_id`, `disabled`, `modified`,

Re: ccavenue implementation with cakephp

2011-08-25 Thread abhimanyu bv
we want to show shopping carts also in this website. any guidance about shopping cart and payment gateway integration will be mch appreciated. thanks -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.o

ccavenue implementation with cakephp

2011-08-25 Thread abhimanyu bv
hello everyone, we are developing an ecommerce website.can anyone please guide me how to integrate payment gateways like ccavenue with cakephp. its urgent. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cak