Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mautic

59 Topics 460 Posts
  • PHP8.0 is supported for Mautic 4.4.10

    13
    2 Votes
    13 Posts
    915 Views
    micmcM

    @girish said in PHP8.0 is supported for Mautic 4.4.10:

    I have managed to update the package to Mautic 5 but the LDAP plugin needs to be updated because of upstream changes. Looking into this.

    Any update on that one pal?
    Looking forward for that update, with Composer and access to the marketplace etc. Take care.
    Thanks.

  • 500 Server Error After Adding Dashboard Widget

    7
    0 Votes
    7 Posts
    455 Views
    robiR

    @Dave-Swift in this case, those would be one and the same.

  • Mautic Migration

    13
    1 Votes
    13 Posts
    1k Views
    dsp76D

    ... good catch! Found out meanwhile there was a restart and my settings where also overwritten again. I thin I experienced this when configuring this instance already. But thought I probably just missed the save button. I will update my post with your input.

  • Alias Setting for Mautic Domains required

    Solved
    5
    1 Votes
    5 Posts
    434 Views
    dsp76D

    Perfect! Thank you - it works as expected.

  • Mautic Media directory is missing standard files

    Solved
    3
    1 Votes
    3 Posts
    242 Views
    dsp76D

    Yep, Mautic is not yet clean enough in separating data from application code. We learnt it when trying to build containers in the past. Thanks for the fix!

  • 2 Votes
    2 Posts
    167 Views
    luckowL

    https://www.mautic.org/blog/community/announcing-mautic-developer-days-and-community-sprint-vienna-july-19-21

    cu next week in Vienna?

  • Mautic cron settings

    Moved Solved
    10
    0 Votes
    10 Posts
    1k Views
    girishG

    @Aizat Yes, that should work.

  • Mautic Themes not being recognized after immediate install

    1
    0 Votes
    1 Posts
    267 Views
    No one has replied
  • Switch to Composer-based installation

    9
    2 Votes
    9 Posts
    1k Views
    micmcM

    @girish Amazing!

    The new update has fixed the above described problem and we have been able to update and are now running version 4.4.2 of Mautic.

    Great job! Thanks.

  • GeoLite2 City IP

    1
    0 Votes
    1 Posts
    232 Views
    No one has replied
  • Error 500 after automatic update

    4
    0 Votes
    4 Posts
    707 Views
    micmcM

    @girish Nan, forget the above I'd made a little more research in the forum and found the solution here, thanks anyway. 🙂

  • Mautic Plugins

    Solved
    9
    0 Votes
    9 Posts
    917 Views
    mdreiraM

    @girish Thank you!

  • Installing an Old Version of Mautic

    Solved
    3
    0 Votes
    3 Posts
    481 Views
    nennogabrielN

    @girish Nice!!! thanks

  • Bug report : Mautic API and Cloudron LDAP login

    5
    1 Votes
    5 Posts
    497 Views
    girishG

    @thibaud I think just to keep things simpler, please check if just simple mautic API works using curl.

    By OAuth, I guess you mean the Mautic's "OAuth2" i.e the one described in https://www.mautic.org/blog/developer/how-to-use-the-mautic-rest-api ? I have no clue how that works...

    But for our own mautic automation, we first enable the API like this:

    aa2a6977-cc24-4ed9-8b6a-491a1e63955b-image.png

    Then, we use http basic auth. We then created a separate user called mauticbot (added straight inside mautic). We then use https://github.com/vdavid/node-mautic to automate. That module just uses the account username and password and no API token.

  • Is mautic still in version 4.1.0?

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    T

    Same here, problem solved. Thanks!

  • Prettifying Mautic Forms

    3
    0 Votes
    3 Posts
    499 Views
    andreasduerenA

    @rmdes Nice implementation! Unfortunately it also relies on manually adding the html instead of the javascript which would automatically update fields without having to touch the code on the backend of the website.

  • mautic can't edit form

    Moved Solved
    11
    0 Votes
    11 Posts
    765 Views
    andreasduerenA

    @nebulon I deleted the theme that was throwing an error (even though it was not in use) and that for some reason fixed it 🤷

  • Grapes JS preset

    1
    1 Votes
    1 Posts
    212 Views
    No one has replied
  • Mautic 4.0 500 error with Configuration page

    Solved
    25
    0 Votes
    25 Posts
    3k Views
    mdreiraM

    @girish Do you remember if you had to upload the spanish translations yourself? No, I copied the translations from a clean install of Mautic 4 on Cloudron. In a clean Mautic installation, it does upload the translation folders.

    It would be necessary to check if the grapejs translation files is complete, because there are many words missing to translate into Spanish.

  • Installing mautic 4.x

    7
    1 Votes
    7 Posts
    1k Views
    girishG

    So, all our mautic instances updated fine. Some of the themes might have to be removed manually since it seems the config.json changed from mautic 3 to mautic 4.

    If some pages error, check the logs in System info i.e the Logs view in https://mautic.domain.com/s/sysinfo. You might see an error in the logs like so:

    [2022-01-25 15:07:18] mautic.CRITICAL: Uncaught PHP Exception Mautic\CoreBundle\Exception\BadConfigurationException: "Theme Blank not configured properly: builder property in the config.json" at /app/code/app/bundles/CoreBundle/Helper/ThemeHelper.php line 673 {"exception":"[object] (Mautic\\CoreBundle\\Exception\\BadConfigurationException(code: 0): Theme Blank not configured properly: builder property in the config.json at /app/code/app/bundles/CoreBundle/Helper/ThemeHelper.php:673)"} []

    To fix the above, open the file manager:

    Go to themes directory Delete the blank-grapejs and confimme (sic) theme directories. You might have to delete more directories depending on the error messages you see. The above error gives a hint as to what theme is causing a problem ("Theme Blank not configured properly")

    Thanks @luckow for helping us debug.