Die letzte Meldung was am 3.Mai
PHP-Code:
[Tue May 03 15:28:45.576834 2016] [autoindex:error] [pid 4968:tid 139988444325632] [client 95.89.46.146:42516] AH01276: Cannot serve directory /var/www/k103238web/htdocs/www.zwpc.de/web/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Dann habe ich noch eine priv/php_error.log
PHP-Code:
[26-May-2016 19:42:05 Europe/Berlin] PHP Warning: Module 'sqlite3' already loaded in Unknown on line 0
[26-May-2016 19:42:05 Europe/Berlin] PHP Warning: Module 'tidy' already loaded in Unknown on line 0
[26-May-2016 19:42:05 Europe/Berlin] PHP Warning: Module 'xmlrpc' already loaded in Unknown on line 0
hat aber glaube weniger mit mir zu tun und eine access.log die hat aber ganz sicher nichts damit zu tun.
PHP-Code:
require 'fpdf/fpdf.php';
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
if (!headers_sent($filename, $linenum)) {
$pdf->Output('I');
} else {
echo "Headers already sent in $filename on line $linenum";
}
geht auch mit Leerzeichen nicht