Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: get_general is not a function at HTMLDocument.<anonymous> (settings.tabs.js:64:2) #186

Closed
christosal opened this issue Sep 14, 2024 · 2 comments
Labels

Comments

@christosal
Copy link

Describe the bug
Not loading the settings tab at all

To Reproduce
Steps to reproduce the behavior:

  1. Installed v11.3 and mariadb 10.5

Here is the docker-compose.yml

version: '3.8'
services:
  pvdb:
    image: mariadb:10.5
    command: '--default-authentication-plugin=mysql_native_password --innodb-flush-method=fsync'
    volumes:
      - db_data:/var/lib/mysql
      - /home/user/perfumersvault/html/db:/html/db
    environment:
      MYSQL_ROOT_PASSWORD: pvault
      MYSQL_DATABASE: pvault
      MYSQL_USER: pvault
      MYSQL_PASSWORD: pvault
    expose:
      - 3306
    restart: always

  pvault:
    image: globaldyne/perfumersvault:v11.3
    ports:
      - "8000:8000"
    environment:
      PLATFORM: CLOUD
      DB_HOST: pvdb
      DB_USER: pvault
      DB_PASS: pvault
      DB_NAME: pvault
#    volumes:
 #     - /home/user/perfumersvault/html:/html  # Mount the entire HTML folder
    restart: always

volumes:
  db_data:

Screenshots
image

Copy link

github-actions bot commented Feb 8, 2025

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 8, 2025
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant