When I try to call ssi_examples.php .
It show error like this.
SMF SSI.php Functions
Current Version: 1.1 RC3
This file is used to demonstrate the capabilities of SSI.php using PHP include functions.
The examples show the include tag, then the results of it. Examples are separated by horizontal rules.
To use SSI.php in your page add at the very top of your page before the <html> tag on line 1:
<?php require("SSI.php"); ?>
Recent Topics Function: <?php ssi_recentTopics(); ?>
Warning: Cannot modify header information - headers already sent by (output started at d:\ip1\dekjo.com\www\board\SSI.php:1) in d:\ip1\dekjo.com\www\board\Sources\Subs.php on line 3185
Warning: Cannot modify header information - headers already sent by (output started at d:\ip1\dekjo.com\www\board\SSI.php:1) in d:\ip1\dekjo.com\www\board\Sources\Subs.php on line 3186
Warning: Cannot modify header information - headers already sent by (output started at d:\ip1\dekjo.com\www\board\SSI.php:1) in d:\ip1\dekjo.com\www\board\Sources\Subs.php on line 3192
Warning: Cannot modify header information - headers already sent by (output started at d:\ip1\dekjo.com\www\board\SSI.php:1) in d:\ip1\dekjo.com\www\board\Sources\Subs.php on line 3195
and I go to error log in SMF admin panel
I got
database error: Got error 28 from table handler
file: d:\ip1\dekjo.com\www\board\SSI.php
line: 364
And
database error: Can't create/write to file 'C:\WINDOWS\TEMP\#sql_17dc_0.MYI' (Errcode: 28)
file: d:\ip1\dekjo.com\www\board\SSI.php
line: 364
How can I fix this? thank.