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

Wrong css in adminer-4.8.1-en.php #867

Closed
manzolo opened this issue Mar 14, 2022 · 1 comment
Closed

Wrong css in adminer-4.8.1-en.php #867

manzolo opened this issue Mar 14, 2022 · 1 comment
Labels

Comments

@manzolo
Copy link

manzolo commented Mar 14, 2022

ISSUE TYPE

  • Bug Report

OS / ENVIRONMENT

  1. Host operating system and version: Ubuntu 20.04
  2. (Windows only) Native Docker or Docker Toolbox:
  3. Docker version: 20.10.13
  4. Docker Compose version: 1.25.0
  5. (Linux) Is SELinux enabled?:
  6. What git commit hash are you on?: 31103f0

SUMMARY

Wrong css in adminer tool

image

STEPS TO REPRODUCE

Navigate to http://localhost/vendor/adminer-4.8.1-en.php

OTHER INFORMATION

Start command

$ docker-compose down && docker-compose rm && docker-compose up -d

Outputs

$ ./check-config.sh
`
~/devilbox   master  ./check-config.sh                                               

# ==============================================================================
# Checking git
# ==============================================================================
[SUCC]  git is clean

# ==============================================================================
# Checking .env file
# ==============================================================================
[SUCC]  .env file exists
[SUCC]  .env file is readable
[SUCC]  All variables are present in .env file
[SUCC]  No variables is duplicated in .env file

# ==============================================================================
# Checking .env file values
# ==============================================================================
[SUCC]  All .env file variables have correct values

# ==============================================================================
# Checking required Devilbox core directories exist
# ==============================================================================
[SUCC]  All PHP cfg/ sub directories are present
[SUCC]  All PHP log/ sub directories are present
[SUCC]  All PHP mod/ sub directories are present
[SUCC]  All HTTPD cfg/ sub directories are present
[SUCC]  All HTTPD log/ sub directories are present

# ==============================================================================
# Checking devilbox core directory permissions
# ==============================================================================
[SUCC]  All devilbox directories have correct permissions
[SUCC]  All devilbox directories have correct uid
[SUCC]  All devilbox directories have correct gid

# ==============================================================================
# Checking devilbox core file permissions
# ==============================================================================
[SUCC]  All devilbox files have correct permissions
[SUCC]  All devilbox files have correct uid
[SUCC]  All devilbox files have correct gid

# ==============================================================================
# Checking projects permissions
# ==============================================================================
[SUCC]  All project dirs have correct permissions
[SUCC]  All project dirs have correct uid
[SUCC]  All project dirs have correct gid

# ==============================================================================
# Checking projects settings
# ==============================================================================
[SUCC]  All projects have valid DNS records
[SUCC]  All projects have valid HTTPD_DOCROOT_DIR

# ==============================================================================
# Checking customizations
# ==============================================================================
[NOTE]  [docker]     Custom docker-compose.override.yml present

# ==============================================================================
# SUMMARY
# ==============================================================================
[SUCC]  Found no errors
[NOTE]  1 custom configurations applied. If you encounter issues, reset them first.
[INFO]  Ensure to run 'docker-compose stop; docker-compose rm -f' on .env changes or custom configs

LACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>>

I downloaded the latest version of adminer from https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1-en.php and overwrote the file in .devilbox/www/htdocs/vendor/adminer-4.8.1-en.php and it works perfectly.
I am preparing a pull request...

@cytopia
Copy link
Owner

cytopia commented Mar 22, 2022

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

Successfully merging a pull request may close this issue.

2 participants