well error
. i must have done something wrong during the upgrade from 1.6 to 1.8.1
i could not drop the indexes at all. it showed my errors on non exsisting indexes while using the commands below.
alter table dhosts drop index dhosts_1;
alter table dservices drop index dservices_1;
alter table httptest drop index httptest_2;
alter table httptest drop index httptest_3;
alter table history_log drop index history_log_2;
alter table history_text drop index history_text_2;
alter table actions drop index actions_1;
alter table escalations drop index escalations_2;
alter table graphs_items drop index graphs_items_1;
alter table graphs_items drop index graphs_items_2;
alter table services drop index services_1; i am pretty sure i stopped al possible processes before running the patch script.
after this i continued with the setup (while crossing my fingers) and offcourse it is not working and it show this errors.
i guess the errors have to do with the fact that the indexes where not dropped and the patch script did not run so i am wondering why i could not drop the indexes. at the moment i am trying the upgrade process again on another virtual machine but still this issue bothers me.
kind regards all
FIXED
. i must have done something wrong during the upgrade from 1.6 to 1.8.1i could not drop the indexes at all. it showed my errors on non exsisting indexes while using the commands below.
alter table dhosts drop index dhosts_1;
alter table dservices drop index dservices_1;
alter table httptest drop index httptest_2;
alter table httptest drop index httptest_3;
alter table history_log drop index history_log_2;
alter table history_text drop index history_text_2;
alter table actions drop index actions_1;
alter table escalations drop index escalations_2;
alter table graphs_items drop index graphs_items_1;
alter table graphs_items drop index graphs_items_2;
alter table services drop index services_1; i am pretty sure i stopped al possible processes before running the patch script.
after this i continued with the setup (while crossing my fingers) and offcourse it is not working and it show this errors.
- Error in query [SELECT g.usrgrpid FROM usrgrp g, users_groups ug WHERE ug.userid = 1 AND g.usrgrpid = ug.usrgrpid AND g.debug_mode = 1 LIMIT 1 OFFSET 0] [Unknown column 'g.debug_mode' in 'where clause']
- mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource[/data/srv/www/htdocs/include/db.inc.php:546]
- mysql_free_result(): supplied argument is not a valid MySQL result resource[/data/srv/www/htdocs/include/db.inc.php:548]
i guess the errors have to do with the fact that the indexes where not dropped and the patch script did not run so i am wondering why i could not drop the indexes. at the moment i am trying the upgrade process again on another virtual machine but still this issue bothers me.
kind regards all
FIXED
Comment