Code Monkey home page Code Monkey logo

dolibarr_module_sendinblue's Introduction

Dolibarr module sendinblue

Attention : Les caractères unicode nécessitant 4 octets en utf-8 (tel que les emojis) nécessitent une base de donnée en barracuda et des tables en mb4

Warning :
Unicode characters requiring 4 bytes in utf-8 (such as emojis) needs a database in barracuda and tables in mb4

dolibarr_module_sendinblue's People

Contributors

atm-adrien avatar atm-arnaud avatar atm-florian avatar atm-florianm avatar atm-gauthier avatar atm-greg avatar atm-gregr avatar atm-john avatar atm-jpb avatar atm-kevin avatar atm-lena avatar atm-marc avatar atm-maxime avatar atm-quentin avatar atm-thibaultf avatar dolibit-ut avatar thomas-ngr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

dolibarr_module_sendinblue's Issues

Unable to delete mailing when sendinblue Modul is active in Dolibarr V15

Following steps to reproduce the issue:

  1. Activate sendinblue modul
  2. Create a new mailing
  3. Delete the new mailing

There is no error message but the mailing is not deleted.

Problem is (from my point of view without knowing the source code too good) that in the interface script htdocs/custom/sendinblue/core/triggers/interface_99_modsendinblue_sendinbluetrigger.class.php in line 132 the method $sendinblue->fetch_by_mailing($object->id) is called. This method trusts that there is an entry in llx_sendinblue table with fk_mailing is the id of the new mailing. But there is no such entry. Therefor the sql-statement ends with WHERE= and fails. Then the trigger gives back -1 as result and the core code of Dolibarr does a rollback of the DB

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.