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 - Status | Demo | Docs | Install
C

Crush33

@Crush33
Unfollow Follow
About
Posts
22
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • tcpdf error permission denied cuz invoice job create folder with root permission instead of www-data
    C Crush33

    hi, any update here ? thanks for your help

    Dolibarr

  • tcpdf error permission denied cuz invoice job create folder with root permission instead of www-data
    C Crush33

    yep, on multiple instances.
    Note that I do NOT use cron, I manually click on the button to generate my invoices each month.

    Dolibarr

  • tcpdf error permission denied cuz invoice job create folder with root permission instead of www-data
    C Crush33

    folder dolibarr / facture / (PROVXXXX) for example
    this folder is created when invoice is created and contain the generated PDF

    Dolibarr

  • tcpdf error permission denied cuz invoice job create folder with root permission instead of www-data
    C Crush33

    hi

    similar to this : https://forum.cloudron.io/topic/14965/which-user-for-cron-task/8

    when I click 'launch now' the job runs and create invoices...

    c7a1a45f-b670-4f66-9673-fd71d4b14961-image.jpeg

    ... but the folder generated are root-owned.
    Then I got an error when I go to the invoice page and try to generate the PDF.
    To fix I need to change the owner of the folder from root to www-data.

    Dolibarr

  • install.lock removed after cloudron reboot
    C Crush33

    OP here
    it's good for me too !!! thanks a lot 🙂

    Dolibarr

  • implement fix propal
    C Crush33

    hi folk's

    https://github.com/Dolibarr/dolibarr/pull/36525

    could you please push this quick fix for dolibarr v22.0.3 ? It's a pain in the @ss for users.

    Thanks a lot ! 👍👍

    Dolibarr

  • 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

  • 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

  • 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

  • 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

  • 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

  • install.lock removed after cloudron reboot
    C Crush33

    where should I check exactly to see what happend ?

    Dolibarr
  • Login

  • Don't have an account? Register

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