• Hi, there appears to be a bug in this plugin regarding the number of arguments passed to a constructor.

    forms-for-campaign-monitor/createsend-php/class/base_classes.php(193) has

    new CS_REST_DoNothingSerialiser(), NULL);

    It should be

    new CS_REST_DoNothingSerialiser(null), NULL);

  • The topic ‘Too few arguments to function CS_REST_BaseSerialiser::__construct(), 0 passed in’ is closed to new replies.