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
  • Brite
  • 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
C

Crush33

@Crush33
About
Posts
16
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    hello,

    got same behavior tonight, after ubuntu reboot for security updates (clicked from notification panel, red button "Reboot", all my 26x Dolibarr instances restarted without putting the install.lock file back in place.

    I recreate all of them at one using this in shell on cloudron :

    #!/bin/bash
    
    BASE_DIR="/home/yellowtent/appsdata"
    
    for appdir in "$BASE_DIR"/*; do
        if [ -d "$appdir/data/dolibarr" ]; then
            LOCKFILE="$appdir/data/dolibarr/install.lock"
            if [ ! -f "$LOCKFILE" ]; then
                echo "Create $LOCKFILE"
                touch "$LOCKFILE"
            else
                echo "$LOCKFILE already exist"
            fi
        else
            echo "no dolibarr in $appdir"
        fi
    done
    

    dunno what I should do to see why it doesn't work appropriately 😞

    thanks for any help !

    Dolibarr

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    hello joseph
    cloudron ask me to reboot whole OS for ubuntu security update
    when I do, file /app/data/dolibarr/install.lock is missing after that reboot (which is critical for security reason).

    I recreate them by hand (touch install.lock from ssh in OS, maybe I shouldn't to that...?).

    On a later update ubuntu, they vanish again.
    If I manually reboot (i.e command "reboot" in shell), they're gone too after the reboot.

    I dunno where to look at to see exactly what's happening. Is it container side ? or OS side ?
    Provided above logs are from container side and there is nothing about the lock file...

    Dolibarr

  • override email automatic configuration
    C Crush33

    thanks a lot for the update, it works and was able to put this option on my apps.

    Dolibarr feature-request

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    hello james
    I have a reboot pending on server with multiple dolibarr inside.
    I don't use any volumes.
    What should I look at before and after reboot to be sure to catch the right information for debugging ?
    Thanks !

    Dolibarr

  • override email automatic configuration
    C Crush33

    okay thanks for your reply James ! how to do so ?

    Dolibarr feature-request

  • override email automatic configuration
    C Crush33

    dolibarr hasn't that option unfortunately... 😔

    Dolibarr feature-request

  • override email automatic configuration
    C Crush33

    hello

    I want to change SMTP informations on email sender in /admin/const.php or in /admin/mails.php but changes does not survive after a update / reboot of container (and I guess that it's const.php that override mails.php options...?).

    Is there any way to change this behavior ?

    Thanks !

    Dolibarr feature-request

  • how to implement fix on core files ?
    C Crush33

    another question :

    • does the database of dolibarr will be lost after quitting the recovery mode ? (I guess no cuz it's another container)
    • does the files in /app/data/dolibarr will be lost too ? (I guess no cuz it's mounted in volume inside the host...)
    Dolibarr

  • how to implement fix on core files ?
    C Crush33

    I used recovery mode as it suits my needs better for a super short fix, thx a lot james !

    Dolibarr

  • how to implement fix on core files ?
    C Crush33

    thanks for your reply James !
    does option 1 still backup normally ?
    EDIT : in recovery mode, app is not accessible anymore saying "app is curretly inaccessible"

    Dolibarr

  • how to implement fix on core files ?
    C Crush33

    hi
    need to put this fix in place before 22.0.2 is released : https://github.com/Dolibarr/dolibarr/pull/35228
    but as I understand, core files of Dolibarr are readonly.
    Is it possible to do so (from cloudron server directly maybe ?)
    thanks !

    Dolibarr

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    before reboot : https://paste.cloudron.io/cigojugite.yaml
    after reboot : https://paste.cloudron.io/ilulajihon.yaml

    Dolibarr

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    forum says i can't upload file here 😞

    Error
    You do not have enough privileges for this action.

    Dolibarr

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    where should I check exactly to see what happend ?

    Dolibarr

  • [critical] install.lock removed after cloudron reboot
    C Crush33

    hi
    just noticed this, after a reboot of cloudron (v8.3.2 (Ubuntu 24.04.1 LTS) all my install.lock files disappear of all my dolibarr instances 😨
    Even if permission on file is www-data or root...

    Have to manually recreate them each time.

    Someone could reproduce ?

    Thanks

    Dolibarr

  • custom folder for modules not working properly
    C Crush33

    Hi folks

    I'm trying to put some external modules from https://dolistore.com but folder mounting seems wrong because almost all modules need to have access to "main.inc.php" and they're searching for [../../../main.inc.php]-like folder instead of [../../../../code/htdocs/main.inc.php]

    This result in error "Include of main failed" when trying to open a custom module page.

    see below :

    here is an example of custom module, it looks for main.inc.php 1 + 2 + 3 folders above and fail.
    b.jpg

    here is the folder locating main.inc.php (/app/code/htdocs/)
    c.jpg

    below I open /app/data/custom/ouvrage/list.php (which is a custom module) and modified inside the green rectangle to have the pass correctly fetched :
    e.jpg

    is someone having the same issue ?

    thanks !

    Dolibarr
  • Login

  • Don't have an account? Register

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