zhanjh / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Garbled output #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version:
PHP version: 5.03

What steps will reproduce the problem?
1. Install Minify in two different folders sub-domains: 
www.example1.domain.com\min and www.example2.domain.com\min

2.
One installation compress and runs the builder fine (e.g  
www.example1.domain.com/min/

Other install gives me gibberish on compressed files or when trying to use 
builder (e.g. www.example2.domain.com/min/), screen shot of gibberish in 
attachment. 

3. When I check the error_log (attached in ticket), I get this message:

[02-Oct-2010 19:25:37] PHP Warning:  PHP Startup: Unable to load dynamic 
library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' 
- /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot 
open shared object file: No such file or directory in Unknown on line 0

What am I doing wrong? thank you! 

Original issue reported on code.google.com by alfs...@gmail.com on 3 Oct 2010 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
What you're seeing is probably double-gzipped output. You likely have 
Apache/PHP setup to automatically encode output.

Try version 2.1.4b, which should catch more encoding problems.

The error log message isn't caused by Minify. Looks like your MySQL PDO wrapper 
isn't installed correctly.

Original comment by mrclay....@gmail.com on 3 Oct 2010 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by mrclay....@gmail.com on 4 Sep 2011 at 1:12