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

49 Topics 382 Posts
  • Mautic - Package Updates

    Pinned
    48
    0 Votes
    48 Posts
    2k Views
    girishG

    [4.1.0]

    Fix installation of mailer transports Use mailer_dsn to configure email sending Add support for display name
  • anyone else having this calcfilehash.js error?

    Unsolved
    4
    1 Votes
    4 Posts
    31 Views
    girishG

    Ah thanks, I get many errors in that UI, like

    image.png

    @luckow guess we have to report this upstream. It works sometimes with a lot of clicking around and trial/error.

  • Disappearing Email Configuration

    Solved
    6
    1 Votes
    6 Posts
    33 Views
    B

    @girish
    Thanks! I see it now.
    Appreciate the help.

  • Connect Mautic e-mail to cloudron

    Moved
    2
    0 Votes
    2 Posts
    23 Views
    girishG

    @ekevu123 are you on package version 4.1.0 ? I think I fixed this exact issue . Can you check if your /app/data/config/local.php has mailer_dsn set? Also, have you disabled Cloudron email in the app's Email section by any chance?

  • Mautic 5

    27
    3 Votes
    27 Posts
    621 Views
    B

    @girish
    All good now! Thanks!

  • Updating to 3.5.1

    11
    1 Votes
    11 Posts
    143 Views
    nebulonN

    updates are always only tested in sqeuence. But for testing I guess you can clone the app and manually update through the next package versions till 4.0.3. Basically update to 4.0.0 then check for updates and update again until 4.0.3

  • 3rd Party Email Transports on Mautic 5

    14
    1 Votes
    14 Posts
    149 Views
    girishG

    I figured this one out. The magic incantation is:

    composer require --no-update --no-install --prefer-stable --no-scripts symfony/amazon-mailer symfony/mailgun-mailer

    The main thing was --no-scripts . The packages started building assets and they ended up being half baked since mautic is not even installed at that point. The latest package has the email transports installed.

  • Adjust cron jobs for Mautic... is it possible?

    14
    1 Votes
    14 Posts
    193 Views
    girishG

    Anything in the logs? Which mautic package are you on?

  • Mautic 5 Upgrades Failing

    3
    0 Votes
    3 Posts
    65 Views
    micmcM

    @girish said in Mautic 5 Upgrades Failing:

    @Dave-Swift The second error is open upstream at https://github.com/mautic/mautic/issues/12993 . The first one probably needs to be reported upstream as well. Do you have a complete log of the first error?

    Experiencing the same thing, yeah there might be a need for a few adjustment with a major update as such.

    So here's essentially what shows up in the log and Mautic is actually not responding, and trying to restart it will respond the same as this in the log:

    Jan 18 10:26:07doctrine:migrations:migrate [--write-sql [WRITE-SQL]] [--dry-run] [--query-time] [--allow-no-migration] [--all-or-nothing [ALL-OR-NOTHING]] [--configuration CONFIGURATION] [--em EM] [--conn CONN] [--] [<version>] Jan 18 10:26:07In Connection.php line 70: Jan 18 10:26:07In Exception.php line 28: Jan 18 10:26:07In ExceptionConverter.php line 45: Jan 18 10:26:07 An exception occurred while executing a query: SQLSTATE[42S01]: Base table Jan 18 10:26:07 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'point_group Jan 18 10:26:07 SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'point_group Jan 18 10:26:07 or view already exists: 1050 Table 'point_groups' already exists Jan 18 10:26:07 s' already exists Jan 18 10:26:07 s' already exists Jan 18 10:26:07[error] Migration Mautic\Migrations\Version20230621074925 failed during Execution. Error: "An exception occurred while executing a query: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'point_groups' already exists" Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Column lead_points_change_log.group_id already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Column point_triggers.group_id already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Column points.group_id already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Table plugin_citrix_events already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Table point_group_contact_score already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Table point_groups already exists Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Migrating up to Mautic\Migrations\Versionzz20230929183000 Jan 18 10:26:07[2024-01-18 16:26:07] [notice] Migration Mautic\Migrations\Version20221128145933 skipped during Pre-Checks. Reason: "Schema includes this migration" Jan 18 10:27:10=> Healtheck error: Error: connect ECONNREFUSED 172.18.18.22:8000 Jan 18 10:27:12[2024-01-18 16:27:12] Jan 18 10:27:12[2024-01-18 16:27:12] Jan 18 10:27:12[2024-01-18 16:27:12] [WARNING] You have 183 previously executed migrations in the database that are Jan 18 10:27:12[2024-01-18 16:27:12] not registered migrations.

    It seems like the installation process attempts to create new tables and columns several times... 🤕

  • PHP8.0 is supported for Mautic 4.4.10

    13
    2 Votes
    13 Posts
    153 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
    50 Views
    robiR

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

  • Mautic Migration

    13
    1 Votes
    13 Posts
    249 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
    57 Views
    dsp76D

    Perfect! Thank you - it works as expected.

  • 0 Votes
    5 Posts
    105 Views
    dsp76D

    @luckow thanks for sharing this workaround!

  • Mautic Media directory is missing standard files

    Solved
    3
    1 Votes
    3 Posts
    52 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
    57 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
    667 Views
    girishG

    @Aizat Yes, that should work.

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

    9
    2 Votes
    9 Posts
    599 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
    130 Views
    No one has replied