1
0
-1

This is my fist deployment of the system. So, after so many failures i started using snapshots to resolve the issue.

The install is :

Ubuntu 22.04

Apache Server 2.4

Mariadb 10.6

php 8.1

Open Audit log:

[2023-03-06 11:55:01.88444] [1777] [error] 1777 get_device_count: could not talk to DB.
[2023-03-06 11:55:01.88533] [1777] [debug] 1777 get_db_table: start (configuration).
[2023-03-06 11:55:01.88625] [1777] [error] 1777 get_db_table: database connection failed: Can't initialize character set utf8 (path: /usr/share/mysql/charsets/)


Beyond changing the charset everywhere it possible back and fourth utf8, utf8mb3, utf8mb4, put the db test file with the same credentials as the database.php and it connected no problems. 

Please any suggestions or solution to this issue?


Thank you

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Open-AudIT will not work on Ubuntu 22.04.

      Please use Ubuntu 20.04.

      We are working on an update to support later versions of PHP (which is the issue, and is non-trivial).

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thanks, that helped.

          CommentAdd your comment...