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
Describe the bug
I've finished the setup so I went and disabled it with env var but after restarting invoiceplane asks me to finish the installation and accessing the setup page errors out, trying to enter /login also doesn't work.
Also, when I access the "Settings" page I get:
Warning: include(/var/www/html/application/views/errors/html/error_php.php): Failed to open stream: No such file or directory in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(): Failed opening '/var/www/html/application/views/errors/html/error_php.php' for inclusion (include_path='.:/usr/share/php81') in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(/var/www/html/application/views/errors/html/error_php.php): Failed to open stream: No such file or directory in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(): Failed opening '/var/www/html/application/views/errors/html/error_php.php' for inclusion (include_path='.:/usr/share/php81') in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(/var/www/html/application/views/errors/html/error_php.php): Failed to open stream: No such file or directory in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(): Failed opening '/var/www/html/application/views/errors/html/error_php.php' for inclusion (include_path='.:/usr/share/php81') in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(/var/www/html/application/views/errors/html/error_php.php): Failed to open stream: No such file or directory in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
Warning: include(): Failed opening '/var/www/html/application/views/errors/html/error_php.php' for inclusion (include_path='.:/usr/share/php81') in /var/www/html/vendor/codeigniter/framework/system/core/Exceptions.php on line 269
The text was updated successfully, but these errors were encountered:
I've had a look and found that you need to add SETUP_COMPLETED to your env vars. You will also need to collect the ENCRYPTION_KEY and ENCRYPTION_CIPHER to make everything work
Describe the bug
I've finished the setup so I went and disabled it with env var but after restarting invoiceplane asks me to finish the installation and accessing the setup page errors out, trying to enter /login also doesn't work.
Also, when I access the "Settings" page I get:
The text was updated successfully, but these errors were encountered: