Git Product home page Git Product logo

mautic-contact-client's People

Contributors

cykonetic avatar dependabot[bot] avatar heathdutton avatar scottshipman avatar westonwatson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mautic-contact-client's Issues

Mustache.php error

Hi guys, tried your contact source plugin and really liked it, so i thought i give this one a shot as well. I was able to install it, but for some reason im always getting the error below that prevents it from working:
Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mustache_Engine" from the global namespace. Did you forget a "use" statement?"

how to handle nested json response?

Hi,

I am trying to match the response from Eventbrite which is a nested json. and also unable to handle pagination in response.

{
"pagination": {
"object_count": 5,
"page_number": 1,
"page_size": 50,
"page_count": 1,
"has_more_items": false
},
"attendees": [
{
"team": null,
"costs": {
"base_price": {
"display": "HK$0.00",
"currency": "HKD",
"value": 0,
"major_value": "0.00"
},
"eventbrite_fee": {
"display": "HK$0.00",
"currency": "HKD",
"value": 0,
"major_value": "0.00"
},
"gross": {
"display": "HK$0.00",
"currency": "HKD",
"value": 0,
"major_value": "0.00"
},
"payment_fee": {
"display": "HK$0.00",
"currency": "HKD",
"value": 0,
"major_value": "0.00"
},
"tax": {
"display": "HK$0.00",
"currency": "HKD",
"value": 0,
"major_value": "0.00"
}
},
"resource_uri": "https://www.eventbriteapi.com/v3/events/827538913/attendees/15573903/",
"id": "1557273903",
"changed": "2019-11-20T07:30:12Z",
"created": "2019-11-20T07:30:12Z",
"quantity": 1,
"variant_id": null,
"profile": {
"first_name": "ond",
"last_name": "cn",
"email": "[email protected]",
"name": "test test",
"addresses": {}
},
"barcodes": [
{
"status": "unused",
"barcode": "115996298357273903001",
"created": "2019-11-20T07:30:13Z",
"changed": "2019-11-20T07:30:13Z",
"checkin_type": 0,
"is_printed": false
}
],
"answers": [],
"checked_in": false,
"cancelled": false,
"refunded": false,
"affiliate": "oddtdteb",
"guestlist_id": null,
"invited_by": null,
"status": "Attending",
"ticket_class_name": "General Admission",
"delivery_method": "electronic",
"event_id": "82753488913",
"order_id": "1159962983",
"ticket_class_id": "145585857"
},

Let's Talk 4.0?

Hey Guys. Utterly brilliant plugin you built here. Heard about it through the Mautic forums.

What would it take to make it 4.x compatible? I've been looking for a lead distribution platform, preferably an open source one. Was sooooo excited to read about this until I got to the "stopped being updated at 2.x" part. :-)

Does not save any input

When we try to enter a URL in Send tab and then hit save it does not save the input.
No error in the log.

Tried on both Mautic 2.15.3 & 2.16.0
image

About Mautic 3.x

Hello there, this plugin is so usefull to an easy integration with others solutions for digital marketing. But in the version 3.x of mautic make-it incompatible. Any prevision of update?

Regards,

David

Occasionally the JS does not function.

There's an occasional Ajax error which results in a critical JS error. That stops all the JS/widgets from functioning when editing a client. This most often happens when using the Apply button. A simple refresh gets around the issue, and data is not lost, but it should be fixed!

Having issues on 2.15.1

Using PHP 5.6 and installed mautic using composer.

Having issues with the GUI and backend. I ended up removing the plugin entirely.

Issue Saving API

When I go to save an API set up on the SEND screen, I can do so from the code view but not from the other views. Also when I select push contact to integration, and select the clients integration, I get a 500 error.

Checking the logs I can see that every time I try to save from the code view or other views, or integrate into a campaign, I see this error:

mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Mustache_Engine" from the global namespace. Did you forget a "use" statement?" at /opt/bitnami/apps/mautic/htdocs/plugins/MauticContactClientBundle/Helper/TokenHelper.php line 220 {"exception":"[object] (Symfony\Component\Debug\Exception\ClassNotFoundException(code: 0): Attempted to load class "Mustache_Engine" from the global namespace.\nDid you forget a "use" statement? at /opt/bitnami/apps/mautic/htdocs/plugins/MauticContactClientBundle/Helper/TokenHelper.php:220)"} []

However in composer.json I can see that mustache is on the list for required libraries.

Unable to Access Contact View

After installing the plugin, I can no longer access the Contact View.

: s/contacts/view/#####

I can however access them through the edit screen, but that does not show the contact history.

This is the message in the log file:
[2019-06-28 13:37:04] mautic.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT c., cc.name AS client_name FROM ma_contactclient_events c INNER JOIN contactclient cc ON cc.id = c.contactclient_id WHERE c.contact_id = ? ORDER BY cc.date_added DESC LIMIT 25' with params [245817]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bitnami_mautic.contactclient' doesn't exist" at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 53 {"exception":"[object] (Doctrine\DBAL\Exception\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT c., cc.name AS client_name FROM ma_contactclient_events c INNER JOIN contactclient cc ON cc.id = c.contactclient_id WHERE c.contact_id = ? ORDER BY cc.date_added DESC LIMIT 25' with params [245817]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'bitnami_mautic.contactclient' doesn't exist at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\DBAL\Driver\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bitnami_mautic.contactclient' doesn't exist at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:107, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bitnami_mautic.contactclient' doesn't exist at /opt/bitnami/apps/mautic/htdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105)"} []

Please let me know if there is anything else you need from me to pin this issue down. Thank you for your hard work and a great plugin.

CommonSubscriber Not found in 4

Hi guys, I was trying to install this plugin on MTC4, and look this erro message:

In ClassExistenceResource.php line 181:
Class "Mautic\CoreBundle\EventListener\CommonSubscriber" not found while loading "Mau
ticPlugin\MauticContactClientBundle\EventListener\StatSubscriber".

Please, how may I fix this?

When a client is Unpublished and in a campaign, it creates a backlog.

Currently an unpublished client in a push-to-integration event within a campaign will result in a spool of contacts ready to go to the client when it's unpublished... But this isn't desired.

Would be better to have a status of "Unpublished" for these situations, and treat it the same as an "Off Schedule" send attempt.

Not working on Mautic version 2.15.3

Were you able to get this to work on 2.15.3?

We follow the instructions to run the composer require command, then visit the /reload page for the plugins, but still says 0 plugins found to update.

I have cleared cache, same result.

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.