Unable to retreive data

The release related discussions, plans and questions.
Locked
sandeepg
TestLink user
Posts: 5
Joined: Mon Oct 15, 2007 7:16 am

Unable to retreive data

Post by sandeepg »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

check mysql site to understan how to fix crashed table
Locked