MichaelThessel / pwx

Online password exchange service
https://pwx.michaelthessel.com
MIT License
41 stars 20 forks source link

Unable to retreive password - shows blank #57

Open accelgg opened 7 years ago

accelgg commented 7 years ago

Hi Michael,

Not sure if this is the correct way to bring this up or even if you will provide support in this manner. But I figured it was worth a shot. I have deployed pwx successfully multiple times in the past and have now hit a wall. (Great tool btw)

I have the tool running at https://pwx.clearconcepts.ca/ nginx, mariadb, ubuntu server composer.phar has been fully updated. nginx is configured exactly how Silex documentation asks for.

It lets you create an entry, it creates a link, it adds information into the database but when viewing the entry it is either empty or shows encrypted type characters.

I am not seeing any errors in my nginx error or access logs.

Any ideas on where I can look to troubleshoot?

Thank you. -James

MichaelThessel commented 7 years ago

Hi James,

Unfortunately I don't have time to support this project. If you find a solution I'm happy to accept a pull request though. From what I can tell from your description I would start looking into your db character encoding setup. Connection and DB should be UTF-8.

Michael