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
269 stars 77 forks source link

Missing read.php in root of "qrcode" #57

Closed dtsoden closed 1 year ago

dtsoden commented 1 year ago

I am using a normal web server and have uploaded the entire contents to the root of my hosted domain. I configured the environment.php.example file in the config folder and renamed to environment.php and I can get in and successfully make a qr code.

problem is when the code is read and clicking on the url it is looking for the read.php file, which is missing. I see here on got in the root repo a read.php file so I pasted it in the root of my folder and got a 500. I see after opening it on ln-12 the path to the include is wrong and I fix it by removing the "qrcode/" in the path as it does not exist.

not sure if this is all a bug but it feels like one - easy fix but still a bit time-consuming chasing this all down -

Thanks for the contribution and in making this app - AWESOME work! =)

giandonatoinverso commented 1 year ago

Thanks for the feedback. Have you deleted PHP-Dynamic-Qr-Code folder? And, furthermore, with this 500 error have you checked the information given by the debugger?

dtsoden commented 1 year ago

I copied only the contents of PHP-Dynamic-Qr-Code. The entire site is dedicated to this app and this made it work. None of this was in the instructions past just update the config file and run setup. This was the only file outside the app folder seamed odd.

I run virtualmin it's like cpanel. No docker. It's all working now.

I did find the links don't work under the person icon top right. Only logout functions.

On Thu, Apr 20, 2023, 5:42 AM Giandonato Inverso @.***> wrote:

Thanks for the feedback. Have you deleted PHP-Dynamic-Qr-Code folder? And, furthermore, with this 500 error have you checked the information given by the debugger?

— Reply to this email directly, view it on GitHub https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code/issues/57#issuecomment-1516030680, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIZD2GAUOXI2IBP3MR3UKALXCEAIZANCNFSM6AAAAAAXEXXCWI . You are receiving this because you authored the thread.Message ID: @.***>

giandonatoinverso commented 1 year ago

Perfect. I'm happy to hear that everything is working properly