First,
Apologies to @handyd and @lunar
I've been really busy at work, and all my free time that I dedicate to these has been focused on major updates to the DVR managers. Now done, so I get to focus on this for a little while.
handyd wrote: ↑Thu Feb 14, 2019 6:35 am
192.168.0.75 says
Missing behavior or php-error:<br />
<b> Notice</b>: Undefined index: Version in <b>C:
\)(ampp\htdocs\HDHR63\includes\dvrui_hdhrjson.php</b> on line
<b>69</b br />
<br />
<b>Fatal error</b>: Uncaught ArgumentCountError: Too few
arguments to function DVRUI_Upcoming::DVRUI .UpcomingQ, 1
passed in C:\xampp\htdocs\HDHR63\search.php on line 70 and
exactly 2 expected in C:
\)(ampp\htdocs\HDHR63\includes\dvrui_upcoming.php:38
Stack trace:
#0 C:\)(ampp\htdocs\HDHR63\search.php(70): DVRUI_Upcoming&
gt;DVRUI_Upcoming(Object(DVRUI_HDHRjson))
lf1 C:\)(ampp\htdocs\HDHR63\TinyAjax.php(233):
createRuleFromSearchCJudge Judy', 'C184382ENVN01', ·o·. '30', '120',
",'null', 'nuW)
#2 C:\xampp\htdocs\HDHR63\index.php(S4): TinyAjax->processO
#3 {main)
thrown in <b>C:
\)(ampp\htdocs\HDHR63\includes\dvrui_upcoming.php </b > on line
<b>38</b><br />
This is the issues found by @airdrummer
Is fixed in the github, and will be in the next release
If I try to use the latest version, I get this error when starting:
Fatal error: Uncaught Error: Undefined class constant 'DVRUI_DEBUG' in C:\xampp\htdocs\HDHR65\includes\dvrui_debug.php:8 Stack trace: #0 C:\xampp\htdocs\HDHR65\index.php(4): require_once() #1 {main} thrown in C:\xampp\htdocs\HDHR65\includes\dvrui_debug.php on line 8
This is a strange one.
Can you check the vars.php file in your installed folder. It should have a line similar to
If not - then something went wrong when it should have created that file
Lunar wrote:
demonrik wrote: ↑Sat Feb 02, 2019 9:58 pm
you need to make sure the http service can write the .css
i.e. make sure .../themes/default is writable by the http user on your system
Ok, so I've gotten some success by doing that, but still not 100% yet. Now the page is formatted correctly, but I'm still receiving the invalid status error as soon as the page loads. I'm not sure what I'm doing different this time from the last time I was running the UI.
This is what I'm seeing now.
https://i.imgur.com/jSNydfR.png
EDIT: Also, I've tried going back a couple of versions with the same results.
500 is basically the web server can't serve the requested resource (file or URL) to your browser.
So something is up with either permissions or bad install.
Make sure your webserver has read access to everything in the install folder
AND has write access to the themes folder
AND has ownership/write access of the themes/default/style.css
there are other possibilities such as external URLs being blocked..
try opening the diagnostics page directly
http://192.168.1.6/hdhr/diagnostics.php
FWIW - will be focusing on this for next few days to get all known fixes in, add container recipe, add list/tiles option on recordings, etc.