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
sebastienserreS

sebastienserre

@sebastienserre
About
Posts
64
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Security error message
    sebastienserreS sebastienserre

    Hello,

    In Dolibarr App, I'm trying to change my profile language and receive this message:

    Access refused to 172.18.0.1 by SQL or Script injection protection in main.inc.php:analyseVarsForSqlAndScriptsInjection type=0
    Try to go back, fix data of your form and resubmit it. You can contact also your technical support.
    

    Do you know how to solve this ?

    Regards

    Dolibarr

  • WHich user for Cron task ?
    sebastienserreS sebastienserre

    Hello @james
    I have an recurrent invoice created each 28th of the month and yesterday, it has not been created (first 28th after migrating to Cloudron).
    So I thought the Cron task was not run.
    i've added it on the Cron tab from the panel but the pdf generated by Dolibarr was owned by root user.

    Dolibarr cron crontab

  • Email questions
    sebastienserreS sebastienserre

    I've just perform the same test on my two weeks old Dolibarr installed on another host and the Link are correct.
    So they are modified by the Dolibarr Cloudron app.
    In both cases, the emails are sent by the same SMTP located on my cloudron

    Dolibarr mail matomo dolibarr

  • Email questions
    sebastienserreS sebastienserre

    Hello,

    I first thought to post on the Dolibarr forum but I think it's more generic.... but I'm not sure 😕

    OK, in Dolibarr, I can issue some payment link which llos like to https://example.com/public/payment/newpayment.php?source=invoice&ref=FA2601-0768&securekey=my-key

    Once sent by email, my customers received https://example.com/public/payment/newpayment.php?source=invoice&ref=FA2601-0768&securekey=my-key

    As you can see the & have been escaped to & which is of course breaking the link.

    • Do you know from what this is issue is from ?

    When I received the email, the "from" header is "Matomo" which is another apps I'm running on the Cloudron.

    Both are sending emails through address managed by my cloudron.
    Do you know why the from is Matomo on my Dolibarr ?

    Regards

    Dolibarr mail matomo dolibarr

  • WHich user for Cron task ?
    sebastienserreS sebastienserre

    Hello,
    I've set a cron task from the app (Dolibarr) panel:
    text alternatif

    I assume this task is run as root? (or not www-data user)
    Am I right ?

    If I need to change the user, do you suggest to edit the crontab from the web terminal ?
    crontab -e ?

    Thanks

    Dolibarr cron crontab

  • Backup Crash
    sebastienserreS sebastienserre

    Thank you @james
    Increasing the part size has fixed the issue.

    Support backup scaleway object storage

  • Backup Crash
    sebastienserreS sebastienserre

    On Cloudron 9.0.17, my backup to S3 (Scaleway) are crashing.
    Here are the logs: https://file.thivinfo.com/Cloudron/task-23.log
    Any idea on what is happening ?

    Support backup scaleway object storage

  • Wrong link on First time setup
    sebastienserreS sebastienserre

    Hello,

    The doc link on the Matrix app "first time installation" is wrong.
    text alternatif

    It actually point to https://docs.cloudron.io/apps/synapse/#post-installation when the correct link is https://docs.cloudron.io/packages/synapse/#post-installation (/packages/ io /apps/)

    Regards

    Matrix (Synapse/Element)

  • Backuping to my Synology NAS
    sebastienserreS sebastienserre

    Thank you @jadudm Cloud Sync app is, I think, what I need.
    I didn't know this Synology app and I think It will help me in many cases.

    Discuss backup synology

  • Backuping to my Synology NAS
    sebastienserreS sebastienserre

    @hakunamatata no they are not on same LAN. My NAS is at home and Cloudron on a VPS on a hosting provider.

    Discuss backup synology

  • Backuping to my Synology NAS
    sebastienserreS sebastienserre

    Hello,

    Is there some of you who are backuping their Cloudron to their Synology NAS ?
    I have a DS720+ and I wonder how I could setup a backup on Cloudron to save it on my NAS.

    Do you have some tips ?

    Regards

    Discuss backup synology

  • wp db import : file missing or not readable
    sebastienserreS sebastienserre

    oh! I'm sorry, i missed @james answer. wp db command works with the full path

    WordPress (Developer)

  • wp db import : file missing or not readable
    sebastienserreS sebastienserre

    @p44 tip works but it's really easier to launch a wp db import backup.sql command.

    WordPress (Developer)

  • wp db import : file missing or not readable
    sebastienserreS sebastienserre

    Yes, my question was, why this specific import method from WPCLi (which is easier than a SQL query) doesn't work.
    I do not know if I'm doing something wrong or if it's a limitation of the WordPress developer Cloudron app.

    but thank you for your tip @p44

    WordPress (Developer)

  • wp db import : file missing or not readable
    sebastienserreS sebastienserre

    Hello,

    On my others hosting system, I sued to use WP-CLI to manage my WordPress websites.
    To import DB I'm using https://developer.wordpress.org/cli/commands/db/import/

    On my Cloudron WordPress developer, I can't use this command.

    root@b8b274fd-2cfa-49b9-a088-fb2f905ba032:/app/data/public# wp db import backup.sql 
    Error: Import file missing or not readable: backup.sql
    root@b8b274fd-2cfa-49b9-a088-fb2f905ba032:/app/data/public# ls -la
    total 85896
    drwxr-xr-x  6 www-data www-data     4096 Jan 15 06:40 .
    drwxr-xr-x  4 www-data www-data     4096 Jan 15 06:27 ..
    -rw-r--r--  1 www-data www-data 87625537 Jan 15 06:39 backup.sql
    -rw-r--r--  1 www-data www-data      405 Jan 15 06:26 index.php
    -rw-r--r--  1 www-data www-data    19903 Jan 15 06:26 license.txt
    -rw-r--r--  1 www-data www-data     7425 Jan 15 06:26 readme.html
    -rw-r--r--  1 www-data www-data     7349 Jan 15 06:26 wp-activate.php
    drwxr-xr-x  9 www-data www-data     4096 Jan 15 06:26 wp-admin
    -rw-r--r--  1 www-data www-data      351 Jan 15 06:26 wp-blog-header.php
    -rw-r--r--  1 www-data www-data     2323 Jan 15 06:26 wp-comments-post.php
    -rw-r--r--  1 www-data www-data     3339 Jan 15 06:26 wp-config-sample.php
    -rw-rw-r--  1 www-data www-data     3690 Jan 15 06:27 wp-config.php
    drwxr-xr-x 17 www-data www-data     4096 Jan 15 06:51 wp-content
    drwxr-xr-x  6 www-data www-data     4096 Jan 15 06:27 wp-content-old
    -rw-r--r--  1 www-data www-data     5617 Jan 15 06:26 wp-cron.php
    drwxr-xr-x 31 www-data www-data    16384 Jan 15 06:26 wp-includes
    -rw-r--r--  1 www-data www-data     2493 Jan 15 06:26 wp-links-opml.php
    -rw-r--r--  1 www-data www-data     3937 Jan 15 06:26 wp-load.php
    -rw-r--r--  1 www-data www-data    51437 Jan 15 06:26 wp-login.php
    -rw-r--r--  1 www-data www-data     8727 Jan 15 06:26 wp-mail.php
    -rw-r--r--  1 www-data www-data    31055 Jan 15 06:26 wp-settings.php
    -rw-r--r--  1 www-data www-data    34516 Jan 15 06:26 wp-signup.php
    -rw-r--r--  1 www-data www-data     5214 Jan 15 06:26 wp-trackback.php
    -rw-r--r--  1 www-data www-data     3205 Jan 15 06:26 xmlrpc.php
    root@b8b274fd-2cfa-49b9-a088-fb2f905ba032:/app/data/public# 
    

    Any idea why ?

    WordPress (Developer)

  • Cloudron 9.0.15 - App Archive empty in backup
    sebastienserreS sebastienserre

    I'm running Cloudron 9.0.15, and I wonder if having nothing in Backup > App Archive is normal ?

    Cloudron backup section

    Support backups archive

  • Unabable to login
    sebastienserreS sebastienserre

    Many many thanks to @james who has providing me a very great support.
    Without him I wouldn't have corretcly migrated my Dolibarr.

    Thank you again!

    Dolibarr

  • Unabable to login
    sebastienserreS sebastienserre
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# cd /app/pkg/
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# wget https://file.cloudron.dev/api/v1/shares/sid-f89149647ff19f3ed38d09176fe55ecb872bd238a6cac86b2500be2ce71422f5?type=download -O dolibar_14886_1.patch
    --2026-01-14 10:14:14--  https://file.cloudron.dev/api/v1/shares/sid-f89149647ff19f3ed38d09176fe55ecb872bd238a6cac86b2500be2ce71422f5?type=download
    Resolving file.cloudron.dev (file.cloudron.dev)... 139.162.188.66, 2a01:7e01::2000:3cff:fe7c:9d41
    Connecting to file.cloudron.dev (file.cloudron.dev)|139.162.188.66|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2957 (2.9K) [application/octet-stream]
    Saving to: ‘dolibar_14886_1.patch’
    
    dolibar_14886_1.patch                                100%[=====================================================================================================================>]   2.89K  --.-KB/s    in 0s      
    
    2026-01-14 10:14:14 (509 MB/s) - ‘dolibar_14886_1.patch’ saved [2957/2957]
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# git apply dolibar_14886_1.patch
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# /app/pkg/start.sh
    ==> Ensure permissions
    ==> Starting Dolibarr
    Created directory: /var/lib/snmp/cert_indexes
    PHP Warning:  Undefined property: stdClass::$MAIN_VERSION_LAST_INSTALL in /app/code/htdocs/install/get-version.php on line 33
    ==> Running upgrade hooks .  -> 22.0.4
    ==> Upgrading from version  to version 22.0.4
    [Wed Jan 14 10:15:22.480395 2026] [mpm_prefork:notice] [pid 22] AH00163: Apache/2.4.58 (Ubuntu) mod_perl/2.0.13 Perl/v5.38.2 configured -- resuming normal operations
    [Wed Jan 14 10:15:22.480433 2026] [core:notice] [pid 22] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'
    - - - [14/Jan/2026:10:15:30 +0000] "GET / HTTP/1.1" 200 7214 "-" "Mozilla (CloudronHealth)"
    - - - [14/Jan/2026:10:15:40 +0000] "GET / HTTP/1.1" 200 7214 "-" "Mozilla (CloudronHealth)"
    ^Croot@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkgmkdir -p /run/dolibarr/{sessions,upgrade-logs,conf} /app/data/{dolibarr,conf,custom} /run/php/sessionsns
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# cp /app/pkg/conf.php /run/dolibarr/conf/conf.php
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# chown -R root:root /run/dolibarr/conf
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# /app/pkg/sync-users.sh
    ==> Syncing LDAP users into dolibarr
    ***** sync_users_ldap2dolibarr.php (22.0.4) pid=43 *****
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_NAME in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 81
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_FIRSTNAME in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 82
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_LOGIN in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 83
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_LOGIN_SAMBA in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 84
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PASSWORD in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 85
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PASSWORD_CRYPTED in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 86
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PHONE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 87
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_FAX in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 88
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_MOBILE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 89
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_MAIL in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 94
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_TITLE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 95
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_DESCRIPTION in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 96
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_SID in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 97
    Mails sending disabled (useless in batch mode)
    
    ----- Synchronize all records from LDAP database:
    host=
    port=
    login=
    pass=
    DN to extract=
    Filter=(=*)
    ----- To Dolibarr database:
    type=mysqli
    host=mysql
    port=3306
    login=628eb237668f648a
    database=628eb237668f648a
    ----- Options:
    commitiferror=0
    excludeuser=
    Mapped LDAP fields=
    
    Error: LDAP setup for users not defined inside Dolibarrroot@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# 
    

    Note that /app/pkg/start.shdoesn't make Dolibarr out of recovery mode. I have to go out of recovery mode from CLoudron panel to get Doliabrr available.

    Dolibarr

  • Unabable to login
    sebastienserreS sebastienserre

    unfortunately, wget doesn't work

    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg# wget https://file.cloudron.dev/api/v1/shares/sid-f89149647ff19f3ed38d09176fe55ecb872bd238a6cac86b2500be2ce71422f5?type=download -O dolibar_14886_1.patch
    dolibar_14886_1.patch: Read-only file system
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/pkg#
    ``
    Dolibarr

  • Unabable to login
    sebastienserreS sebastienserre

    Unfortunately, restarting app and then redoing the command, doesn't change:

                                                                                                                Reconnecting...
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# mysql --user=${CLOUDRON_MYSQL_USERNAME} --password=${CLOUDRON_MYSQL_PASSWORD} --host=${CLOUDRON_MYSQL_HOST} ${CLOUDRON_MYSQL_DATABASE} -e 'SELECT login,email,firstname,lastname FROM llx_user;'
    mysql: [Warning] Using a password on the command line interface can be insecure.
    +----------------+------------------------+------------+------------+
    | login          | email                  | firstname  | lastname   |
    +----------------+------------------------+------------+------------+
    | sebastienserre | sebastien@xxxnfo.com | Sébastien  | SERRE      |
    | administrateur |                        |            | admin      |
    | webservice     |                        |            | webservice |
    | client         |                        |            | Client     |
    +----------------+------------------------+------------+------------+
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# mkdir -p /run/dolibarr/{sessions,upgrade-logs,conf} /app/data/{dolibarr,conf,custom} /run/php/sessions
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# cp /app/pkg/conf.php /run/dolibarr/conf/conf.php
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# chown -R root:root /run/dolibarr/conf
    root@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# /app/pkg/sync-users.sh
    ==> Syncing LDAP users into dolibarr
    ***** sync_users_ldap2dolibarr.php (22.0.4) pid=39 *****
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_NAME in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 81
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_FIRSTNAME in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 82
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_LOGIN in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 83
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_LOGIN_SAMBA in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 84
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PASSWORD in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 85
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PASSWORD_CRYPTED in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 86
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_PHONE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 87
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_FAX in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 88
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_MOBILE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 89
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_MAIL in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 94
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_TITLE in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 95
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_DESCRIPTION in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 96
    PHP Warning:  Undefined property: stdClass::$LDAP_FIELD_SID in /app/code/scripts/user/sync_users_ldap2dolibarr.php on line 97
    Mails sending disabled (useless in batch mode)
    
    ----- Synchronize all records from LDAP database:
    host=
    port=
    login=
    pass=
    DN to extract=
    Filter=(=*)
    ----- To Dolibarr database:
    type=mysqli
    host=mysql
    port=3306
    login=628eb237668f648a
    database=628eb237668f648a
    ----- Options:
    commitiferror=0
    excludeuser=
    Mapped LDAP fields=
    
    Error: LDAP setup for users not defined inside Dolibarrroot@069c78d3-05f5-4e4b-a0be-da6396c1f304:/app/code# 
    ``
    Dolibarr
  • Login

  • Don't have an account? Register

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