-
When installing the new version of TeamPass 3.1.1 I receive the error shown in the image. Web browsing log: POST http://10.1.0.26/install/install.queries.php 500 (Internal Server Error) Apache log: [Wed Jan 31 18:56:00.110006 2024] [php:error] [pid 3129] [client 10.1.31.134:54032] PHP Fatal error: Uncaught Error: Call to a member function has() on null in /var/www/html/teampass/includes/config/settings.php:28\nStack trace:\n#0 /var/www/html/teampass/sources/main.functions.php(4315): require_once()\n#1 /var/www/html/teampass/sources/main.functions.php(64): loadClasses()\n#2 /var/www/html/teampass/install/install.queries.php(51): require_once('...')\n#3 {main}\n thrown in /var/www/html/teampass/includes/config/settings.php on line 28, referer: http://mydomain.com.br/install/install.php |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
The issue occurs when the following permissions are granted: chown -R www-data:www-data /var/www/html/teampass/ chmod -R 0777 /var/www/html/teampass/includes/ |
Beta Was this translation helpful? Give feedback.
-
Hi @Arash9703 ! Sorry for the delay in responding to you. Thank you very much for your help my friend, it worked perfectly. |
Beta Was this translation helpful? Give feedback.
Hello,
@silfius Is this the correct script to replace with the existing one in settings.php ?
Thanks