You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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 ?
The text was updated successfully, but these errors were encountered:
@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..
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
and
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
I originally made the issue at freescout by mistake. But they where nice enough to tell, that there might be missing gnupg PHP extension ?
The text was updated successfully, but these errors were encountered: