|
By:
awilliman01
Rank: Starfleet Ensign
Postings: 5
From: Unknown
|
Hello, I got an error when selecting the Database Administration button. It's looking for the web2py_ajax.html file that is not in the views directory of the standard qa-stack app.
Traceback (most recent call last): File "... \web2py\gluon\template.py", line 437, in _get_file_text fileobj = open(filepath, 'rb')IOError: [Errno 2] No such file or directory: '... \\web2py\\applications\\QAStack\\views\\web2py_ajax.html'
I put the file in the views directory and it worked. Should this file be added to the standard app download ?
|