Cole Henley

Results 15 comments of Cole Henley

Just to say experiencing a similar issue (v Craft 2.4.2702) - reporting complete and receive email that import is successful (CSV to Entries, append) but none are imported.

To provide some further information, looking at the error logs it seems to be throwing a PHP error: `PHP Fatal error: Allowed memory size of 268435456 bytes exhausted` Upped PHP...

Got to the bottom of this (re sprig) but would need a plugin update to resolve I think. Not sure if this is a sprig thing or a Mailchimp Subscribe...

i have done but for some reason it is still being passed through (or at least interpreted) as a hashed string by the time it hits the plugin controller.

This is why I am confused as to where the redirect variable is coming from (when sent via Sprig) - if there is no redirect specified or a redirect of...

Thanks - that partly seems to work (sorry, was expecting these to be accessible via the `{{ mailchimpSubscribe }}` object, not via the specific attribute. One oddity though on testing...

To confirm that this issue was resolved by updating the Imager-x config to following: ``` 'useForNativeTransforms' => true, 'useForCpThumbs' => true, ```

Note this comment/thread/issue: https://github.com/spacecatninja/craft-imager-x/issues/133

This is actually pretty easy to resolve assuming: 1. you are using the locale set-up recommended by P&T - see http://buildwithcraft.com/docs/multi-environment-configs 2. you are declaring your locale via a global...

For further info this may be an issue with the Embed library - see issue at https://github.com/oscarotero/Embed/issues/326