mailchimp cakephp api

2014-12-31 Thread ajt
Hi, I want to be able to view emails in a cakephp page sent via mailchimp. The API is here but Here are the instructions https://github.com/dereuromark/cakephp-mailchimp 1)Install the plugin into the APP/Plugin folder, ideally via composer. //how? I just copied the extracted zip folder instead

Re: Trouble with Twitter plugin: Where to place it?

2014-12-31 Thread Marlin Cremers
Great to hear that you've solved it. Have a nice day and a happy new year! On 31 Dec 2014 17:50, "Anja Liebermann" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Marlin, > > > it looks like the trouble was at two points. I cahnged it in the > controller to > > public $compone

Re: Trouble with Twitter plugin: Where to place it?

2014-12-31 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marlin, it looks like the trouble was at two points. I cahnged it in the controller to public $components = array( 'Twitter.Twitter' ); and then very important adde din the bootrap.php CakePlugin::loadAll(); Et voila, the Plugi

Re: Trouble with Twitter plugin: Where to place it?

2014-12-31 Thread Marlin Cremers
Hello there! You will have to add the component prefixed by the plugin name. So Twitter.Twitter. The same applies to Helpers, Models, etc. On Tuesday, 30 December 2014 21:21:47 UTC+1, acl68 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I migrate a project from 1.3