Hello everyone im having some issues with my plex watch web service.
When i try to open the interface it gives me a 401 unauthorized. So i went through and checked the config file, the username and password is set properly, the ports are what they are supposed to be as well. I have access to my server outside my home network, so plex is working fine. I also checked the the plexwatch.log file and its tracking everything as well. I just cant access the web interface.
http://localhost:32400/web/index.html# works but not my plexwatchweb i followed this video and did exactly the steps: https://www.youtube.com/watch?v=3FH-2iJ4iyo&list=WL&index=92
(Copied from a diffrent thread with no answers)
now when i type http://localhost/plexwatchweb/settings.php it works but i get this message insted:
php5-sqlite is not installed. Please install this requirement and restart your webserver before continuing.
This fixed the problem.
dsolomonför 1 vecka sedan
+Riblahrz I had this same problem, but was able to Google the answer. I found instructions at http://www.wikihow.com/Enable-SQLite-for-PHP-5.X-in-Windows,
but they didn’t exactly work but it was close enough. Go into the
php.ini file in /xampp/php/. Hit CTRL-F and search for
“extension=php_sqlite3.dll” and remove the semi-colon that’s in front of
it. I couldn’t find a line of code that was similar to the other one it
said to look for, so I just removed the semicolon from all of the ones
that began with “extension=php_pdo”. There were about half a dozen of
them, I think. That fixed it for me. I hope that helps you.