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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'openvpn-admin.user' doesn't exist in {path_to/}openvpn-admin/index.php:18\nStack trace:\n#0 {path_to/}openvpn-admin/index.php(18): PDOStatement->execute(Array)\n#1 {main}\n thrown in {path_to/}openvpn-admin/index.php on line 18, referer: https://openvpn-admin.{my_domain.com}/
PHP version: 7.2.17
MySQL version: 5.5.60-MariaDB
Webserver (Nginx, Apache...): Apache/2.4.6
What is the expected behaviour?
What do you see instead?
PHP logs on pastebin:
The text was updated successfully, but these errors were encountered:
After execution of openvpn-admin/install.sh when clicking on "Get configuration file" in https://openvpn-admin.{my_domain.com}/index.php?install" I can read the following error log from my apache
PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'openvpn-admin.user' doesn't exist in {path_to/}openvpn-admin/index.php:18\nStack trace:\n#0 {path_to/}openvpn-admin/index.php(18): PDOStatement->execute(Array)\n#1 {main}\n thrown in {path_to/}openvpn-admin/index.php on line 18, referer: https://openvpn-admin.{my_domain.com}/
The text was updated successfully, but these errors were encountered: