How to use Group BY in Contain Cakephp 1.3

2015-08-05 Thread Vinothkumar Rajendren
Hi Friends, I am using cakephp 1.3 version,I am using Group BY in contain it's not working. Please anyone help me how to use contain in Group By. Thanks and Regards Vinothkumar R -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Cakephp Fatal error: PaypalIpnConfig: The configuration could not be loaded.

2014-06-20 Thread Vinothkumar Rajendren
This plugin I have to use:https://github.com/webtechnick I did every thing mentioned in the documentation, but I am getting Fatal error. Is this plugin built for CakePHP2.x. Fatal error: PaypalIpnConfig: The configuration could not be loaded. -- Like Us on FaceBook

How to Integrate paymentgateway in cakephp

2014-06-06 Thread vinothkumar
Hi I am develop Property Portal website similar to india property.Plz exaplain how to integrate payment gateway in my website. -- 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

Magento From local server to live web server, links not working

2014-06-05 Thread vinothkumar
Now, the homepage is working fine but every link on it directs you to a 404 not found error. Can't even access /admin. -- 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

Re: Declaration of ExtendAssociationsBehavior::setup() should be compatible with ModelBehavior::setup(Model $model, $config = Array)

2014-05-22 Thread vinothkumar
Hi Thanks for valuable points i am using cakephp 2.4 version do you have some idea cakephp newsletter plugin On Thursday, May 22, 2014 9:41:57 AM UTC+5:30, Dakota wrote: That error means that the plugin isn't compatible with php5.4. To fix it you need to change the method signature to

Declaration of ExtendAssociationsBehavior::setup() should be compatible with ModelBehavior::setup(Model $model, $config = Array)

2014-05-21 Thread vinothkumar
I want to put a newsletter in my website and I am using the following plugin: https://github.com/edap/cakephp-newsletter-plugin I already followed these steps: Step 1: http://iandeth.dyndns.org/mt/ian/archives/20120110-cakephp-extendassociations-behavior/ExtendAssociations2Behavior.txt