Closed (fixed)
Project:
Station
Version:
6.x-2.x-dev
Component:
Archive
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Sep 2010 at 16:37 UTC
Updated:
6 Oct 2010 at 03:30 UTC
Jump to comment: Most recent file
Error message says it all:
Fatal error: Call to undefined function drupal_strtolower() in /var/www/fwheil.xen.prgmr.com/wonypod/sites/default/modules/station/archive/scripts/ripper.php on line 51
ripper.inc is configured correctly as far as I can tell. This affects both the beta4 and dev versions.
Streamripper executable is at version 1.63.5.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | station-917196-3.patch | 799 bytes | tim.plunkett |
Comments
Comment #1
tim.plunkettI switched out strtolower with drupal_strtolower, but I'm guessing that ripper.php is run outside of the Drupal environment. Good catch!
I'll follow up with a patch later today.
Comment #2
refreshingapathy commentedYep, since its running as an hourly cron job invoked directly from cron and not Drupal, that would probably do it.
Comment #3
tim.plunkettCan you just double check this for my sanity's sake?
Comment #4
drewish commentedYeah, that should be a pure php script. It's not in the Drupal context.
Comment #5
refreshingapathy commentedPatched ripper.php - works as expected. Thanks!
Comment #6
tim.plunkettCommitted, thanks.