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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mautic
  3. Installation of plugins is broken in Mautic package

Installation of plugins is broken in Mautic package

Scheduled Pinned Locked Moved Mautic
22 Posts 6 Posters 1.5k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J joseph

    @micmc said in Installation of plugins is broken in Mautic package:

    And, is it just me or it seems like since Mautic 5 and Cloudron 8.x it is incredibly slooow to save things in configuration sometimes it takes up to a minute?

    Can you maybe open a separate thread about this? Are you able to reproduce this with the demo instance?

    micmcM Offline
    micmcM Offline
    micmc
    wrote on last edited by
    #21

    @joseph Yeah, I'll open a new thread about this, right.
    Thanks and I tried with the DEMO as you suggested, and on the demo it's quite fast as it should be however since I'm referring to the saving in configuration section which can take up to a minute, I do not think in the DEMO version changes made really save whatever to the database, hence likely why it is fast.

    Ignorance is not an excuse anymore!
    https://AutomateKit.com

    1 Reply Last reply
    1
    • dsp76D Offline
      dsp76D Offline
      dsp76
      wrote on last edited by
      #22

      Here is the tweak, to use composer with NPM in the LAMP stack (@girish might be interesting for other apps in the LAMP stack as well, if someone with knowledge can confirm this approach):

      export NPM_CONFIG_CACHE=/tmp/npm_cache
      export NPM_CONFIG_USERCONFIG=/tmp/.npmrc
      

      then

      mkdir -p /tmp/npm_cache
      touch /tmp/.npmrc
      
      npm ci --prefer-offline --no-audit
      

      probably better prefix it with

      sudo -E -u www-data ...
      

      otherwise new created directories have the wrong ownership and need to be adjusted with

      chown www-data:www-data MailjetBundle/ -R
      

      "MailjetBundle" was the example I used it for.

      (Ask me about B2B marketing automation & low code business solutions, if thats interesting for you.)

      1 Reply Last reply
      1
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Bookmarks
      • Search