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

Issue with 1.15.1 #48

Closed
skadefro opened this issue May 19, 2021 · 3 comments
Closed

Issue with 1.15.1 #48

skadefro opened this issue May 19, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@skadefro
Copy link

skadefro commented May 19, 2021

Summary

I run freescout on kubernetes, today i upgraded my cluster, so freescout and mariadb was restarted.
After it came up, i can login, I can see the different emails but if i click on any email i get "something went wrong"
When setting version tag to 1.14.4 it all works again. but would be nice to be able to use latest

Relevant logs and/or screenshots

In the console of mariadb there are no errors, but in freescout it says

PHP Startup: Unable to load dynamic library 'gnupg.so' (tried: /usr/lib/php8/modules/gnupg.so (Error loading shared library libgpgme.so.11: No such file or directory (needed by /usr/lib/php8/modules/gnupg.so)), /usr/lib/php8/modules/gnupg.so.so (Error loading shared library /usr/lib/php8/modules/gnupg.so.so: No such file or directory)) in Unknown on line 0
Cannot load Zend OPcache - it was already loaded

and

PHP Warning:  PHP Startup: Unable to load dynamic library 'gnupg.so' (tried: /usr/lib/php8/modules/gnupg.so (Error loading shared library libgpgme.so.11: No such file or directory (needed by /usr/lib/php8/modules/gnupg.so)), /usr/lib/php8/modules/gnupg.so.so (Error loading shared library /usr/lib/php8/modules/gnupg.so.so: No such file or directory)) in Unknown on line 0

not sure if one of those is the reason, so I tried setting APP_DEBUG=true in hopes that would give me an error I could understand, but I just get presented with below, and it makes no sense to me
image

  • Image version / tag: latest ( 1.15.1 at that time )

I originally made the issue at freescout by mistake. But they where nice enough to tell, that there might be missing gnupg PHP extension ?

@skadefro skadefro added the bug Something isn't working label May 19, 2021
@ThomasEKolb
Copy link

Hi, i think this needs to be fixed on the php8 branch of "https://github.com/tiredofit/docker-nginx-php-fpm". I once posted an issue due to php 7.4 in the meantime freescout upgraded to php8.

Link: tiredofit/docker-nginx-php-fpm#16

@tiredofit
Copy link
Owner

@XtomtomX is correct - this was related to our upstream nginx-php-fpm image. I've resolved the problem and also issued a new Docker image of this project..

@skadefro
Copy link
Author

skadefro commented May 20, 2021

Thank you for maintaining this repository, and thank you for fixing this issue fast :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants