diff --git a/ChangeLog b/ChangeLog index a62436cf0..033ec4ff3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-09-22 Loïc Chapeaux + * Documentation.html: + - added a faq entry about server crashes and output compression problems; + - changed the faq entry about "headers already sent by..." because users + should also ensure the beginning of the config file is the php starting + tag; + - misc typos. + 2001-09-21 Marc Delisle * lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner. * lang/italian.inc.php3 updates, thanks to Pietro Danesi. diff --git a/Documentation.html b/Documentation.html index 1bd5dc6a6..08fea3207 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1,3 +1,4 @@ + @@ -643,12 +644,26 @@

FAQ - Frequently Asked Questions

+

+ I'm running php 4+ and my server is crashing each time a specific action + is required or phpMyAdmin send a blank page to my browser, what can I + do? +
+ There is some known php bugs with output buffering and compression.
+ Try to set the $cfgOBGzip directive to FALSE in your + config.inc.php or .php3 file and the + zlib.output_compression directive to Off in your php + configuration file. +

+

The error message "Warning: Cannot add header information - headers already sent by ..." is displayed, what's the problem?
- Look at the end of your config.inc.php or .php3 file, there must be - no blank lines or spaces after the ?>. + Edit your config.inc.php or .php3 file and ensure there is nothing + (ie no blank lines, no spaces, no characters...) neither before the + <?php tag at the beginning, neither after the ?> + tag at the end.

@@ -935,16 +950,16 @@

I have found a bug. How do I inform developpers?
- Our Bug Tracker is located at - http://sourceforge.net/projects/phpmyadmin under the Bugs section. + Our Bug Tracker is located at + http://sourceforge.net/projects/phpmyadmin/ under the Bugs section.

But please first discuss your bug with other users:
- - http://sourceforge.net/projects/phpmyadmin (and choose Forums) + + http://sourceforge.net/projects/phpmyadmin/ (and choose Forums)
- - http://www.phpwizard.net/projects/phpMyAdmin (and choose Support + + http://www.phpwizard.net/projects/phpMyAdmin/ (and choose Support Forum)