Skip to content

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

@abel-workera

Description

@abel-workera

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions