Git Product home page Git Product logo

magento2-campaignmonitor's People

Contributors

broopdias avatar davidwindell avatar frankstappers avatar stevenbrookes avatar superdav42 avatar vincent2090311 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

magento2-campaignmonitor's Issues

Maybe do a release

Just ran into some compatibly problems and was trying to figure it out then realized they have already been fixed and I just needed to use dev-master. Why not release master as 1.0.2?

Magento 2.4 supported?

Hi is there any news or plans for updating this?

Magento 2.4 support.
Updated CreateSend dependency 6.1.1
PHP 7.4.

Mass unsubscribe and delete not working in Backend

When using the Magento Backend to unsubscribe or delete newsletter subscriptions the following error occurs:

`Invalid argument supplied for foreach() in vendor/luma/module-campaignmonitor/Observer/MassUnsubscribeUsers.php on line 48`

You need to change the affected line from

foreach ($subscribers as $id) {

to

foreach (\explode(',', $subscribers) as $id) {

as $subscribers is a string. When multiple opitons are selected it is a comma-separated string.

Cannot install

Hello, I have tried following your instructions to install the extension but i do not see Campaign Monitor at stores > Configuration

I have tried putting the files inside /app/code, inside /app/code/community/campaign-monitor and inside /app/code/campaign-monitor.

I have also tried deleting all static and cache files and then upgrading using the command.

rm -rf var/di/*; rm -rf pub/static/*; rm -rf var/cache/*; rm -rf var/pagecache/*; rm -rf var/generation/*; rm -rf var/dir/*; rm -rf var/view_preprocessed/*; php bin/magento cache:flush && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy && php bin/magento setup:static-content:deploy nl_NL && php bin/magento indexer:reindex

If i do php bin/magento module:status I cannot see Campaign Monitor.

I am using Magento 2.2.5 CE

Edit:
After moving the files into /httpdocs/app/code/Luma/Campaigmonitor I can see the plugin when i do php bin/magento module:status but when I do php bin/magento setup:upgrade I get the error [ReflectionException] Class Luma\Campaignmonitor\Console\Sync does not exist

Error saving API Key and Client ID

When saving the configuration I get the following error:

Something went wrong while saving this configuration: Warning: call_user_func_array() expects parameter 2 to be array, boolean given in /var/www/vendor/luma/module-campaignmonitor/Helper/Data.php on line 180

The API Key and Client ID does save, but the "Select a List" dropdown isn't populated. See the attached screenshot.

screenshot-2018 08 28-13-27-22

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.