Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
(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.)
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. :-)
Comments
Comment #1
flickerfly commentedOoops, 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);
}
Comment #2
nadavoid commentedAssigning 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.)
Comment #3
flickerfly commentedThe 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.