docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Clickhouse driver is not loading ("defines multiple classes")

Open abel-workera opened this issue 3 months ago • 0 comments

Hello, community! We are trying to configure the ClickHouse plugin, but we are encountering the following error:

adminer | Unable to load plugin file "clickhouse" because it defines multiple classes.

Here’s the relevant part of our Docker Compose configuration:

adminer:
    image: adminer
    container_name: adminer
    env_file:
      - .env
    environment:
      - ADMINER_DESIGN=hever
      - ADMINER_PLUGINS=clickhouse
    restart: always
    ports:
      - 8080:8080
    volumes:
      - ./adminer/clickhouse.php:/var/www/html/plugins/clickhouse.php

We would appreciate any assistance in resolving this issue!

abel-workera avatar Oct 07 '25 16:10 abel-workera