Closed GoogleCodeExporter closed 9 years ago
Sorry pasting error in the above code!!
The part that states:
2) File: webo-svn/web-optimizator-orig/controller|compressor.php
Line 1282: require($this->options['css']['installdir'] .
'libs/php/html.sprites.php');
changed to: require($this->options['css']['installdir'] .
'libs/php/html.sprites.php');
should be this:
2) File: webo-svn/web-optimizator-orig/controller|compressor.php
Line 1282: require($this->options['css']['installdir'] .
'libs/php/html.sprites.php');
changed to: require_once($this->options['css']['installdir'] .
'libs/php/html.sprites.php'); // do NOT include class more than ONCE
Further Notes [Use]:
The latest SVN r3898 is working reasonably well for me, in my live production
sites, for WordPress 3.4-beta4-20725, Drupal 6.22 and Drupal 7.14.
I use PHP 5.4.1 and Nginx/1.3.0 under Fedora 16 [x86-64].
Thank you for the work you have done to make this good performance tool!
Original comment by peterbowey
on 26 May 2012 at 1:43
This issue was closed by revision r3900.
Original comment by sunny.dr...@gmail.com
on 27 May 2012 at 3:51
Thank you. Most of issues fixed, some of them related to out-of-dated
configuration (must be renewed with update process, need to understand why do
you have old config files w/o some of options, i.e. unobtrusive configuration).
Original comment by sunny.dr...@gmail.com
on 27 May 2012 at 3:54
Original issue reported on code.google.com by
peterbowey
on 26 May 2012 at 1:25