Warning: Table './drupal/cache_page' is marked as crashed and should be repaired query: SELECT data, created, headers, expire, serialized FROM cache_page WHERE cid = 'http://www.niral.net/taxonomy/term/11/all/feed' in /f1/content/niralnet/public/includes/database.mysql.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 610

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 611

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 612

Warning: Cannot modify header information - headers already sent by (output started at /f1/content/niralnet/public/includes/database.mysql.inc:128) in /f1/content/niralnet/public/includes/bootstrap.inc on line 613
Debugging http://www.niral.net/taxonomy/term/11/all en Sharepoint 'Unknown Error' Solution http://www.niral.net/sharepointdebug <p>Sharepoint is very bad when it comes to showing useful error. Even the log files does not contain information that can be considered useful. This is a big problem specially when programming webpart and other extensions. To change this behavior and get sharepoint to display detailed message Modify your web.config to set the following:</p><p>&lt;SafeMode&nbsp;... <strong>CallStack="true" </strong>...&gt;</p><p>&lt;customErrors <strong>mode="Off"</strong> /&gt;</p><p>&lt;compilation <strong>batch="true" debug="true"</strong>&gt;</p><p>All three of the modifications are required for full debug output.</p> Debugging Programming Sharepoint Tue, 16 Oct 2007 23:12:29 +0000 Niral 11 at http://www.niral.net