rokx
rokx
I work in a financial environment and was searching for the meaning of this mcc. We found it in another system we have in our company.
My first migration from 2 was very fast. Checking the browser console logs I noticed a lot of repeating messages "File `'.SECUREPATH.'/teampass-seckey.txt` could not be renamed. Please do it by...
Please download the latest version from master branch (Do not download the release 3.1.1) and try updating with that. I have cca 70 users and 2400 items and it took...
workaround: pages/admin.php change `$connected = @fsockopen("www.google.com", 80); // Le site web est google et le port est 80 (HTTP)` to `$connected = false; // @fsockopen("www.google.com", 80); // Le site web...
Based on the error message `PHP Warning: Undefined variable $query in /var/www/teampass/sources/users.datatable.php on line 187` I see that you are not using the latest version from master branch as the...
It is not clear what is the issue you are having. What backup? Of database or virtual machine? What is the displayed error? Teampass is just the database and webserver....
I found this in the readme file of robthree/twofactorauth > Warning: > By default, this package uses the lib/Providers/QRServerProvider.php as QR code generator. This provider is not suggested for applications...
For the admin part you can do a workaround: workaround: pages/admin.php change `$connected = @fsockopen("www.google.com", 80); // Le site web est google et le port est 80 (HTTP)` to `$connected...
You are getting redirected to /index.php?page=items. I suspect you have already some sort of login. Try opening the page in private window or clear browser cache/cookies/history.
Check developers tools in the browser to see where the application is routing you. Check if anything is logged into console. I see in index.php code that it redirects you...