Open tiredofit opened 2 years ago
Also, if you wish to see it for yourself: You can use my docker image: tiredofit/teampass:develop
and map /www/teampass
to an exposed volume..
Enabling the output buffering in PHP should fix this issue, e.g.
output_buffering = 4096
I had the same issue and setting the output_buffering directive in the php.ini solved it..
Enabling the output buffering in PHP should fix this issue, e.g.
output_buffering = 4096
I had the same issue and setting the output_buffering directive in the php.ini solved it..
I just stumbled upon this, I already have output_buffering = 4096
in my php.ini and I am still receiving this error.
I am trying to install Teampass 3 (master) into an nginx-php-fpm image that is being used by millions of people around the world, similar to the one you have chosen in your docker-compose. I have specific requirements to utilize this image for the feature set and in return will also provide a working Teampass 3 image for the community (I already do at https://github.com/tiredofit/docker-teampass for the 2.x series.).
When performing the installation we are faced with many errors after the fact.,
Steps to reproduce
/www/teampass
/www/sk/
Expected behaviour
Upon login:
When visiting left hand admin sections are presented with similar screens.
When visiting the Users screen am presented with a new popup box that shows the sites name followed by:
DataTables warning: table id=table-users - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
Server configuration
Operating system: Docker / tiredofit/nginx-php-fpm:8.0 (Alpine 3.16)
Web server: Nginx 1.22.0
Database: MariaDB 10.7.4
PHP version: PHP 8.1.6
Teampass version: master
Client configuration
Browser: Firefox, Chrome
Operating system: Linux
Nginx Configuration: