Skip to content

[BUG] error while startup #56

@BulldozerPete

Description

@BulldozerPete

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When starting speediest-tracker container log shows this error:

using keys found in /config/keys
PHP: syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning: PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0

Expected Behavior

speediest-tracker container starts without error

Steps To Reproduce

  1. create docker compose:

services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
container_name: speedtest-tracker
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- APP_KEY=3+ZKskxNL16aP0mzv3K3a1pt/edUWW0lQmuyKtPZCLc=
- APP_URL=
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE=
- SPEEDTEST_SERVERS=
- DB_HOST= #optional
- DB_PORT= #optional
- DB_DATABASE= #optional
- DB_USERNAME= #optional
- DB_PASSWORD= #optional
- DISPLAY_TIMEZONE=Etc/UTC #optional
- PRUNE_RESULTS_OLDER_THAN=0 #optional
volumes:
- /mnt/speedtest/data:/config
ports:
- 8081:80
restart: unless-stopped

  1. start docker compose
  2. See logs

Environment

- OS: Debian Trixie
- How docker service was installed: via offical docker script:

curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $USER
sudo reboot

CPU architecture

arm64

Docker creation

See above

Container logs

PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0
PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0
PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0
PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0
PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions