Got 1.6 from debian packages, compiled and installed as package.
Upgrade from 1.4.2 didnt go though, complains on duplicate index in line 144
Had to add
alter table httptest drop index httptest_httptest_1;
At the beginning then it worked.
Right now it seems like working but graph zooming doesnt work. I have firefox 3.0.3
If I mouse-select graph nothing happens at all.
If i go to calendar and change scale then it changes but after reload all returns back to previous scale.
The URL contains scale and it never gets updated.
Upgrade from 1.4.2 didnt go though, complains on duplicate index in line 144
Had to add
alter table httptest drop index httptest_httptest_1;
At the beginning then it worked.
Right now it seems like working but graph zooming doesnt work. I have firefox 3.0.3
If I mouse-select graph nothing happens at all.
If i go to calendar and change scale then it changes but after reload all returns back to previous scale.
The URL contains scale and it never gets updated.

Comment