<div dir="ltr">****<br>Distribution Ubuntu <br>QGIS Server on server -> Version: 3.4.11+dfsg-2~bionic1<br>QGIS Server on computer -> Version: 3.4.13+dfsg-3~bionic2<br>****<br><br>I have QGIS Server installed on my computer and on my server. The same project is used on both. This project is very simple and contains a SHP layer and a XYZ OpenStreetMap layer. When printing the map (GetPrint) on my computer all layers are correctly displayed.<br>The same operation on the server displays only the SHP layer and not the XYZ layer.<br><br>When the GetPrint request is made on the server, the following lines are added to the log file:<br>ERROR: Opening of authentication db FAILED<br>QSqlQuery::prepare: database not open<br>WARNING: Auth db query exec() FAILED<br><br>However, I have the impression that my configuration file is correctly configured:<br><br>        FcgidInitialEnv DISPLAY":99"<br>        FcgidInitialEnv QGIS_SERVER_LOG_LEVEL "0"<br>        FcgidInitialEnv QGIS_SERVER_LOG_STDERR "1"<br>        FcgidInitialEnv QGIS_AUTH_DB_DIR_PATH "/home/qgis/qgisserverdb"<br>        FcgidInitialEnv QGIS_AUTH_PASSWORD_FILE "/home/qgis/qgisserverdb/qgis-auth.db"<br>        FcgidInitialEnv QGIS_PREFIX_PATH /usr<br>        FcgidInitialEnv QGIS_OPTIONS_PATH /data/owncloud-data/arnaud/files/GEOLAB/Transfert/webmapping-lizmap/QGIS3.ini<br>        <Rental /qgisserver><br>                SetHandler fcgid-script<br>                FcgidWrapper /usr/lib/cgi-bin/qgis_mapserv.fcgi virtual<br>                Options +ExecCGI -MultiViews +FollowSymLinks<br>                Require all granted<br>        </Location><br><br>        ErrorLog ${APACHE_LOG_DIR}/map-error.log<br>        LogLevel warn<br>        CustomLog ${APACHE_LOG_DIR}/map-access.log combined<br><br>And the permissions look good:<br>ls -l /home/qgis/ <br>drwxr-xr-x 2 www-data www-data www-data 4096 Oct 25 08:46 cache <br>drwxr-xr-xx 2 www-data www-data www-data 4096 Jun 20 07:32 qgisserverdb<br><br>Do you have any idea what might cause this problem?<br><br>Thank you in advance,<br><br>Arnaud<br></div>