Hi,
This is not really a bug, because this module works perfectly with the official Drupal distribution, but I will leave it here if someone else finds the same problem than me.
I filled a issue in the Pressflow web https://bugs.launchpad.net/pressflow/+bug/605867
I paste it here too:
------------------------------------------------------------------------
Pressflow makes a modification in common.inc (about line 2262)
$preprocessed .= '
'."\n";
Change to:
$preprocessed .= '
'."\n";
So the url is an absolute path to the site instead of relative (like normally).
The problem is that the module Javascript Aggregator http://drupal.org/project/javascript_aggregator will look into $variables['scripts'] trying to find files to minify using a pattern based on base_path(), without success.
$path_to_files_directory = base_path() . file_directory_path();
$pattern = "!(
Comments
Comment #1
ak commentedsubscribe
Comment #2
Anonymous (not verified) commentedsubscribe
Comment #3
elioshsubscribe
Comment #4
elioshI solved in a simple manner, hoping that this bug is solved "upstream" in pressflow (i suppose)
in function xxx i change in this way:
What i change was $pattern variable and the
if($aggregated_file_name==$GLOBALS[base_url]){row.It is supposed to work with drupal (tested 50%) and pressflow (tested 100%)
Comment #5
wim leersMarked #837536: Domain / CDN support as a duplicate.
Comment #6
wim leersThis was actually fixed in #770374: Incompatible with Parallel module, basically using the same approach as in #837536: Domain / CDN support.
Comment #7
wim leersHowever, the maintainer of the Javascript Aggregator module should make a new release. Then people don't have to install 6.x-1.x-dev anymore.
Comment #8
wim leersI forgot about this issue, but now it's fixed over at #938240: Make 1.5 release — a new release has been made! :)