Keep seeing the following being reported in log, anything to worry about:
192.168.100.14 - - [13/Jun/2013 17:38:41] "GET /utils.js HTTP/1.1" 200 -
192.168.100.14 - - [13/Jun/2013 17:38:41] code 404, message File Not Found: /updateXML.js
192.168.100.14 - - [13/Jun/2013 17:38:41] "GET /updateXML.js HTTP/1.1" 404 -
baa
2
Strange... updateXML was removed as one function (the only one...) was moved to Utils.js.
I guess, we missed to clean on or the other template file...
Thanks for the head up!
Can you let me know when you have cleaned so I can update via git pull to resolve this issue?
f00b4r
4
What does this mean:
# git pull
remote: Counting objects: 36, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 24 (delta 18), reused 18 (delta 12)
Unpacking objects: 100% (24/24), done.
2203294..7fd1979 XML_templates -> origin/XML_templates
Updating 2203294..7fd1979
error: Your local changes to the following files would be overwritten by merge:
Settings.py
baa
7
My guess: You changed "Settings.py" at one point and would be loosing those changes with the git update.
Keep in mind: You shouldn't change "Settings.py" any more... modify Settings.cfg instead!