Bug in pdf.php?

Please report bugs here!

Moderator: Thorsten

Post Reply
djavet
Posts: 22
Joined: Thu Sep 02, 2004 10:13 am

Bug in pdf.php?

Post by djavet »

Hello,

I receive this errors:
Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Notice: Undefined property: STRONG in C:\Inetpub\iis_web\einstein\pdf.php on line 273

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 168

Notice: Undefined index: ALIGN in C:\Inetpub\iis_web\einstein\pdf.php on line 169

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 380

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 381

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 382

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 385

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 386

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 387

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\iis_web\einstein\pdf.php:168) in C:\Inetpub\iis_web\einstein\pdf.php on line 388
With this code:

Code: Select all

<!-- begin content -->
          <div id="content"><h2><!em><a href="/einstein/index.php?action=show&cat=3">Intranet</a>:</em> Einschränken der Größe des Dateiheaders für eine HTTP-Übertragung, die IIS von einem Client akzeptiert (in Windows 2000)</h2>
    <!-- Article -->
    <p><P><B>Description of the MaxClientRequestBuffer Registry Value:</B></P>
<DIV><BR>SUMMARY<BR>You can use the new Internet Information Server (IIS) registry value MaxClientRequestBuffer to limit the cumulative bytes size of the request line and header fields sent in a request to IIS.</DIV><BR>
<DIV>NOTE: In IIS 4.0, MaxClientRequestBuffer is only recognized when the program runs on Windows NT 4.0 Server Service Pack 5 or later. </DIV>
<DIV><BR>MORE INFORMATION<BR>Reason for MaxClientRequestBuffer<BR>The MaxClientRequestBuffer registry value was added to IIS as a security measure, so that the maximum size of the request line and header fields could be set by the IIS administrator in order to reduce the likelihood of an attack caused by requests containing large amounts of data in the request line or headers.</DIV><BR>
<DIV>NOTE: The HTTP specifications do not specify the maximum size of the request line or header fields.</DIV><BR>
<DIV>For more information about a security problem that may occur when very large URLs that contain escape characters are used, see the security bulletin MS00-023 (<A href="http://www.microsoft.com/TechNet/security/bulletin/ms00-023.asp">http://www.microsoft.com/TechNet/security/bulletin/ms00-023.asp</A>). <BR>Default Sizes in IIS 4 and 5<BR>In IIS 4.0, the default maximum size of request line and header fields is 2 megabytes (MB).</DIV><BR>
<UL>
<LI>In IIS 5.0, this is reduced to 128 kilobytes (KB). </LI>
<LI>In IIS 5.0 with Windows 2000 Service Pack 4 installed, this is reduced to 16 KB. </LI></UL>
<DIV><BR>Add the MaxClientRequestBuffer Registry Value<BR>WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.</DIV><BR>
<DIV>To change the maximum size of a URL request, perform the following to add the MaxClientRequestBuffer registry value: </DIV>
<OL>
<LI>Run the Registry Editor (Regedt32.exe). </LI>
<LI>Locate the following key in the registry: <BR>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters</LI>
<LI>From the Edit menu, select Add Value, and then add the following registry value: <BR>Value Name: MaxClientRequestBuffer<BR>Data Type: REG_DWORD </LI>
<LI>In the DWORD Editor dialog box, under Radix, select Decimal. In the Data text box, type the number of bytes for the maximum URL request size.</LI></OL>
<DIV><STRONG>Note</STRONG> You must restart the IIS service for the changes to take effect. <BR>&nbsp;<BR>The information in this article applies to:<BR>Microsoft Internet Information Services 5.0 <BR>Microsoft Internet Information Server 4.0</DIV>
<DIV><BR>Info: <A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;260694" target=_blank>Microsoft Knowledge Base Article - 260694</A> </DIV>
    <!-- /Article -->
    
<br><br>
<table  border="0" cellspacing="0" cellpadding="0">
  <tr align="left" valign="middle">
    <td class="little"><img src="images/print.gif" alt="Print" border="0" align="absmiddle" />&nbsp;<a href="javascript:printarticle('57','de');">Druckerfreundliche Version</a></td>
    <td class="little"><img src="images/email.gif" alt="Send2friends" border="0" align="absmiddle" />&nbsp;<a href="/einstein/index.php?action=send2friend&cat=3&id=57&artlang=de">Artikel weiterempfehlen</a> </td>
  </tr>
  <tr align="left" valign="middle">
    <td class="little"><img src="images/pdf.gif" alt="PDF" border="0" align="absmiddle" />&nbsp;<a target="_blank" href="pdf.php?id=57&lang=de"> Als PDF-Datei anzeigen</a></td>
    <td class="little"><img src="images/xml.gif" alt="XML" border="0" align="absmiddle" />&nbsp;<a href="/einstein/index.php?action=xml&id=57&artlang=de">Als XML-Datei exportieren</a></td>
  </tr>
</table>
    
    <!-- Voting Form -->
    <form action="/einstein/index.php?action=savevoting" method="post" style="display: inline;">
    <fieldset>
    <legend>Bitte bewerten Sie die N&uuml;tzlichkeit dieses Artikels:</legend>
    <input type="hidden" name="artikel" value="57" />
    <input type="hidden" name="userip" value="10.48.59.180" />
    <p align="center"><strong>Durchschnittliche Bewertung:</strong>  5 von 5 (1 Votings)
    <br>vollkommen &uuml;berfl&uuml;ssig
    <input class="radio" type="radio" name="vote" value="1" /> 1
    <input class="radio" type="radio" name="vote" value="2" /> 2
    <input class="radio" type="radio" name="vote" value="3" /> 3
    <input class="radio" type="radio" name="vote" value="4" /> 4
    <input class="radio" type="radio" name="vote" value="5" /> 5
    sehr wertvoll<br /><br>
    <input class="submit" type="submit" name="submit" value="Artikel bewerten" />
    </p>
    </fieldset>
    </form>
    <!-- /Voting Form -->
<p class="little_color">Letzte &Auml;nderung des Artikels: 2004-09-13 16:47 | Verfasser des Artikels: Dominique Javet<br>
Sie k&ouml;nnen diesen <a href="/einstein/index.php?action=writecomment&id=57&artlang=de">Artikel kommentieren</a> | Inhalts&uuml;bersicht: <a href="/einstein/index.php?action=show&cat=3">Intranet</a></p>
    </div>
          <!-- end content -->
Is that a bug with Align and Strong?

Regards, Dom
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which version do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
djavet
Posts: 22
Joined: Thu Sep 02, 2004 10:13 am

Post by djavet »

Ooops I forget:
1.4.1 stable with IIS 5 and win2k.

The same error but with EM...
It's a custom interpretation for the html tag or it's standart?
Any relation with ubb code?

Regards, Dom
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

we don't use BBCode any more. It's maybe a bug in the HTML-Parser.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply