giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
243 stars 73 forks source link

adminlte.min.js missing #69

Closed mamo2021 closed 9 months ago

mamo2021 commented 9 months ago

Hello, I've installed the html-Version of the qrcode-generator on my server (not the docker-one). In my logs there is the lines AH00128: File does not exist: /var/www/html/dist/js/adminlte.min.js, referer: https://qrcode.foo.bar/login.php AH00128: File does not exist: /var/www/html/favicon.ico, referer: https://qrcode.foo.bar/login.php repeated many times. I've duplicated the repo and can't find the files in git. Can you help me?

giandonatoinverso commented 9 months ago

Hello you have to extract all files in PHP-Dynamic-Qr-code folder in the root folder of your webserver

mamo2021 commented 9 months ago

I've cloned the whole archive into the root-folder of the webserver. The defined file is even not in the git repo at /dist/js. There ist just the file adminlte.js and custom.js, but no adminlte.min.js

giandonatoinverso commented 9 months ago

I just fixed this bug. You can extract the entire repository again or just the login.php file. Thanks for reporting it.