Thanks fro the update - but now you broke it:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
In addition, the custom error page failed: 
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/volume1/@appstore/AutoSub-BootstrapBill/autosub/WebServer.py", line 479, in index
    tmpl = PageTemplate(file="interface/templates/home.tmpl")
  File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1259, in __init__
    self._compile(source, file, compilerSettings=compilerSettings)
  File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1545, in _compile
    file = self.serverSidePath(file)
  File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Servlet.py", line 42, in serverSidePath
    return normpath(abspath(path.replace("\\", '/')))
  File "/usr/local/python/lib/python2.7/posixpath.py", line 364, in abspath
    cwd = os.getcwd()
OSError: [Errno 2] No such file or directory
So, please fix it :-)