-
-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
Description
When running Fusio 5.2.2 with podman, I get syntax errors:
podman start -a app_fusio_1
[fusio] | /var/www/html/fusio /var/www/html
[fusio] | * Connection to database successful
[fusio] |
[fusio] | [OK] Up-to-date! No migrations to execute.
[fusio] |
[fusio] | Check successful
[fusio] |
[fusio] | Syntax error
[fusio] |
[fusio] |
[fusio] | Syntax error
[fusio] |
[fusio] |
[fusio] | Syntax error
[fusio] |
[fusio] |
[fusio] | Syntax error
[fusio] |
[fusio] |
[fusio] | Login successful
[fusio] |
[fusio] |
[fusio] | Deploy successful!
[fusio] |
[fusio] |
[fusio] | Logout successful
[fusio] |
[fusio] | /var/www/html
[fusio] | Starting periodic command scheduler: cron.
/usr/lib/python3/dist-packages/supervisor/options.py:474: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
self.warnings.warn(
[fusio] | fusio:fusio_0: started
[Mon Apr 14 19:27:28.256027 2025] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.62 (Debian) PHP/8.3.20 configured -- resuming normal operations
[Mon Apr 14 19:27:28.256061 2025] [core:notice] [pid 1:tid 1] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND'
This is with a fresh container, empty postgres db, and no workers. I can't access the admin UI. fusio/app.log
is empty, so I can't figure out where the error is coming from.