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
enSharepoint '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><SafeMode ... <strong>CallStack="true" </strong>...></p><p><customErrors <strong>mode="Off"</strong> /></p><p><compilation <strong>batch="true" debug="true"</strong>></p><p>All three of the modifications are required for full debug output.</p>DebuggingProgrammingSharepointTue, 16 Oct 2007 23:12:29 +0000Niral11 at http://www.niral.net