Archives not being named, and two hours out. Any suggestions?

Hi, I've recently taken over the tech side of things here at Rossland Radio (www.rosslandradio.com). I've been left with a few problems though, and not much help from the past web guy.

I haven't had a lot of experience with drupal, and only a little with FreeBSD. I do have a lot of general experience though.

The main problem is that the audio files being archived are not being named correctly. (http://archives.rosslandradio.com/). The files are being named "[audio-tag-title-raw]", and not the title of the show. I have noticed that the files do contain correct ID3 tags. I am assuming the problem resides in getting the ID3 to display on the website? Looking through the modules, it appears that getID3 is running correctly. Nothing else seems obviously wrong.

I do get this error whilst trying to run cron.php manually... and am guessing it's important:

Fatal error: Cannot use object of type stdClass as array in /usr/local/www/drupal/modules/station/archive/station_archive.module on line 713

Another problem with the archives is that each show is being listed 2 hours after the show begun. The archive server is located in a different place than the rest of our website, but the two servers do have the same time on them.

Something else I noticed, is that the logs are littered with "page not found" errors every few minutes for at least the past few days, mostly from IP 66.219.58.34. I have no idea who this is, if it's a problem, or if its related to the other problems at all.

Thanks, hopefully someone can help me out, or at least point me in the right direction. Let me know if you need any more details.

Neeson.

Groups:
Login to post comments

Ended up updating drupal and

neeson - Wed, 2009-08-19 20:26

Ended up updating drupal and all of the modules, to the latest 5.x, added pathauto, and even then still had the "Fatal error: Cannot use object of type stdClass as array"

A bit of searching and I found a fix by editing station_archive.module as per http://drupal.org/node/202206#comment-1424456.

neeson.