Need a patch similar to this to resolve an error not allowing rcourier to interact with filefield_paths anymore.

Comments

flickerfly’s picture

Ooops, need a link...

http://drupal.org/node/877578
the related patch that you'll need to get rcourier working.
http://drupal.org/files/issues/filefield_paths-wsod-877578.3313960.patch

--- filefield_paths.module 2010-08-25 18:16:44.000000000 -0300
+++ _patched/filefield_paths.module 2010-08-25 18:17:11.000000000 -0300
@@ -734,7 +734,7 @@ function _filefield_paths_get_values($ty
}

if (!function_exists('pathauto_clean_token_values')) {
- _pathauto_include();
+ module_load_include('inc', 'pathauto');
}
$full->values = pathauto_clean_token_values($temp);
}

nadavoid’s picture

Assigned: Unassigned » nadavoid

Assigning to me. I'll apply this patch.

(I thought I had subscribed to all issues before. If I was, that setting didn't stick. But the redesign prompted me to poke around the site a little more.)

flickerfly’s picture

The redesign had me poking around also, digging up old issues. :-)

I think that must be applied to filefield_paths, not rcourier, but they aren't excited about doing it real soon from what I can tell. If we can get around it, that'd be good. :-)

-----
Looks like they may have fixed it actually in this commit. http://drupal.org/cvs?commit=434406 I haven't tested it yet.