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

[Bug] Missing image error fills logs #15522

Closed
lonix1 opened this issue Oct 22, 2019 · 8 comments
Closed

[Bug] Missing image error fills logs #15522

lonix1 opened this issue Oct 22, 2019 · 8 comments
Assignees
Labels
Bug A problem or regression with an existing feature
Projects
Milestone

Comments

@lonix1
Copy link

lonix1 commented Oct 22, 2019

Describe the bug

My error logs are getting huge because of a missing image:

open() "/var/www/phpmyadmin/themes/pmahomme/img/b_info.png" failed (2: No such file or directory)

To Reproduce

Steps to reproduce the behavior:

  1. setup phpmyadmin via docker
  2. log in
  3. check your logs

Expected behavior

Image to exist at the expected path.

Server configuration

  • Operating system: ubuntu 18.04
  • Web server: nginx latest
  • Database version: mariadb latest
  • PHP version: whatever comes with phpmyadmin
  • phpMyAdmin version: latest docker image

Client configuration

  • Browser: firefox
  • Operating system: ubuntu
@williamdes
Copy link
Member

Thanks for the report !

fecf2de#diff-cdc377a9732b1a4e9f03ca798f9c8453

@williamdes williamdes added the Bug A problem or regression with an existing feature label Oct 22, 2019
@williamdes williamdes added this to Needs triage in issues via automation Oct 22, 2019
@williamdes williamdes moved this from Needs triage to High priority in issues Oct 22, 2019
@williamdes williamdes self-assigned this Oct 22, 2019
@Tithugues
Copy link
Contributor

@williamdes , did you already fix it in the image please? I don't have any issue launching the phpmyadmin/phpmyadmin:latest.

@lonix1 , on which page do you have this image loaded please?

@lonix1
Copy link
Author

lonix1 commented Oct 27, 2019

On the login page, and afterwards also

@Tithugues
Copy link
Contributor

@lonix1 , which theme are you using please?

@lonix1
Copy link
Author

lonix1 commented Oct 28, 2019

Whatever is the default, I didn't change anything. Just started the container and visited the url.

@williamdes
Copy link
Member

@Tithugues I did not fix anything, there is a use case that needs this icon.
Needs some research to find out

@lonix1
Copy link
Author

lonix1 commented Oct 28, 2019

I think the default theme references this icon, but it doesn't actually exist anymore. Maybe it was deprecated but the theme wasn't updated?

I wouldn't even care about it, except that it pollutes the logs because a request is made for that icon every time.

williamdes added a commit that referenced this issue Oct 28, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes added this to the 4.9.2 milestone Oct 28, 2019
@williamdes
Copy link
Member

Done in d4d1f66
Will be fixed in next release, thanks you for reporting this issue

issues automation moved this from High priority to Closed Oct 28, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature
Projects
issues
  
Closed
Development

No branches or pull requests

3 participants