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.

CommentFileSizeAuthor
#3 station-917196-3.patch799 bytestim.plunkett

Comments

tim.plunkett’s picture

Assigned: Unassigned » tim.plunkett

I 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.

refreshingapathy’s picture

Yep, since its running as an hourly cron job invoked directly from cron and not Drupal, that would probably do it.

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new799 bytes

Can you just double check this for my sanity's sake?

drewish’s picture

Status: Needs review » Reviewed & tested by the community

Yeah, that should be a pure php script. It's not in the Drupal context.

refreshingapathy’s picture

Patched ripper.php - works as expected. Thanks!

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.