ecleese / plexWatchWeb

A web front-end for plexWatch.
254 stars 41 forks source link

Unable to complete setup or save settings #155

Open unixjeff opened 9 years ago

unixjeff commented 9 years ago

When I go to the / it shows the setting.php page and then when I hit submit it passes me to /includes/process_settings.php and just stays at a white screen is there something that would cause this?

ecleese commented 9 years ago

https://github.com/ecleese/plexWatchWeb/wiki/General-Troubleshooting#saving-plexwatchweb-settings-displays-a-blank-page-andor-my-web-server-error-log-shows-a-certificate-problem

unixjeff commented 9 years ago

Perfect, can I recommended that be added to the install instructions?

Arcanemagus commented 9 years ago

@unixjeff did that solve your issue?

And I believe most systems are configured that way by default, I'm a bit curious as to what you are running that it didn't configure this for you already :wink:.

unixjeff commented 9 years ago

I had it installed and working for the last 30 days then with the plex.tv breach I was changing the password and tried to submit the new setting and i'm guessing something happened because it i wouldn't load and I couldn't access any of the pages till i added that cert to my php.ini. I'm running ubuntu 14.04

Arcanemagus commented 9 years ago

I had switched it from using the old https://my.plexapp.com/ to the correct https://plex.tv/ based URL in this commit: https://github.com/ecleese/plexWatchWeb/commit/d9db4317ceaf7ef64ec536700b5fc6335d872bc1

The old URL had a rather out of date certificate while the new one has a certificate that is still "wrong", but is better than the old one. I'm guessing your systems default cert store worked for the my.plexapp.com domain, but not plex.tv.