Community « Discussion forum « Installation support « Weird characters show when running setup.php «
Comment: Weird characters show when running setup.php
| Next >> |
This symptom may be related to compression. By default YACS tries to gzip delivered content. On some sites this feature may be disabled if compression is provided by another sub-system (Apache, etc.). This is usually done after setup completion.
You may ask YACS to not compress data by dropping the following lines into
Then relaunch Don't use this trick at setup time. See new comment below.
You may ask YACS to not compress data by dropping the following lines into
shared/parameters.include, which is a simple text file:<?php
global $context;
$context['without_compression']='Y';
?>
setup.php again.
on Nov. 30 -1 edited by Bernard on Mar. 9 2004
