Due to unplanned power outage, PC on which WAMP server was running got shutdown. Now after power come up, I have started the WAMP server. I am able to login to TestLink but if clicked on 'Edit Test Cases' or 'Add Test Cases', following error encounters:-
1194 - Table 'nodes_hierarchy' is marked as crashed and should be repaired - SELECT * from nodes_hierarchy WHERE parent_id = 172 AND node_type_id NOT IN (5) ORDER BY node_order,id
Notice: Trying to get property of non-object in C:\wamp\www\testlink\lib\functions\database.class.php on line 145
Notice: Trying to get property of non-object in C:\wamp\www\testlink\lib\functions\database.class.php on line 151
Fatal error: Call to a member function MoveNext() on a non-object in C:\wamp\www\testlink\lib\functions\database.class.php on line 152
Let me know how to proceed ahead?
-Sandeep