Bug #8965
openGet unknown error when openning page after droping database
0%
Description
The particular page is "http://ldvdev:8998/reports/component/2798/unsafes/?attr". Perhaps this issue exists for some other pages as well.
Updates.
Another page is "http://ldvdev:8998/reports/component/2798/".
Updated by Vladimir Gratinskiy over 6 years ago
What do you expect after droping database?
Updated by Evgeny Novikov over 6 years ago
Vladimir Gratinskiy wrote:
What do you expect after droping database?
Let's consider entering this link manually. Of course I re-created the database.
Actually, if a given URL does not match specified patterns, Django returns page 404. Otherwise a page may be opened (if everything is okay) or there should be an error. In ideal that error should point out what is wrong (there isn't such the entity, the user hasn't an access to it, etc.). As far as I understand "Unknown error" means that there isn't sufficient error processing.
Updated by Evgeny Novikov over 6 years ago
Evgeny Novikov wrote:
The particular page is "http://ldvdev:8998/reports/component/2798/unsafes/?attr". Perhaps this issue exists for some other pages as well.
Let's fix this individual case, since doing this completely will take too much time and likely almost impossible.