gaurav-spacreo / minify

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

CSS.php: require_once fails to load class Minify_CSS_UriRewriter #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
STOP! If your issue is with URI rewriting, read the wiki first:
http://code.google.com/p/minify/wiki/CommonProblems#URIs_are_re-
written_incorrectly_in_CSS_output
Please remove this message from the issue.

Minify version:2.1.3
PHP version:5.2-6

What steps will reproduce the problem?
1.install and test
2.
3.

Expected output:test ok

Actual output:<b>Fatal error</b>:  Class 'Minify_CSS_UriRewriter' not found
in <b>/www/min/lib/Minify/CSS.php</b> on line <b>70</b><br />

Did any unit tests FAIL? (Please do not post the full list)

Please provide any additional information below. If this has to do with URI
rewriting, please include your DOCUMENT_ROOT, the

Original issue reported on code.google.com by linuxg...@googlemail.com on 15 Nov 2009 at 9:17

GoogleCodeExporter commented 9 years ago
Very Strange.
Line 68 has: require_once 'Minify/CSS/UriRewriter.php';
...so the class should be loaded...or the fatal error should have occurred on 
68.

Can you reinstall? Particularly to re-copy these to your server:
http://minify.googlecode.com/svn/tags/release_2.1.3/min/lib/Minify/CSS/
UriRewriter.php
http://minify.googlecode.com/svn/tags/release_2.1.3/min/lib/Minify/CSS.php

Original comment by mrclay....@gmail.com on 15 Nov 2009 at 2:55

GoogleCodeExporter commented 9 years ago
Closing. This looks like a bug in the PHP environment.

Original comment by mrclay....@gmail.com on 23 Apr 2010 at 2:59