I'm trying to get the latest phpliteadmin running on Ubuntu 22.10 and three way are not working
1. I tried through Ubuntu apt install -- and that brought it up, but stopped saying my $directory was non-existent, even though it was. Somebody thinks it's an AppArmor tweak that's needed?
2. I tried just the downloaded zip file, modifying the phpliteadmin.php for $password and $directory, moving it to /var/www/html/ with proper root root 644 permissions, but got a 500 error. The apache log said
PHP Fatal error: Uncaught Error: Class "MicroTimer" not found in /var/www/html/phpliteadmin.php:476\nStack trace:\n#0 {main}\n thrown in /var/www/html/phpliteadmin.php on line 476
3. Then I cloned the github version, but it has no installation instructions, referring to the zip version, install, which is just two files and a readme.md
What can I do?
LB