Using 7.x-2.x-dev from 2012-09-25 I get the error:

Notice: Trying to get property of non-object in station_schedule_program_get_at() (line 936 of /html/sites/all/modules/station/schedule/station_schedule.module).

Fix is attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gnal’s picture

Status: Active » Closed (fixed)

Thanks Jnorell, I will upload a new dev release the following days containing numerous bugfixes.

kanzer’s picture

After applying this patch I get the following errors

Notice: Undefined index: extension in theme_audiofield_formatter_audiofield_embedded() (line 16 of /htdocs/sites/all/modules/audiofield/audiofield_formatter.inc).
Notice: Undefined variable: form in _station_archive_add_file() (line 527 of /htdocs/sites/all/modules/station/archive/station_archive.module).
Notice: Trying to get property of non-object in _station_archive_add_file() (line 527 of /htdocs/sites/all/modules/station/archive/station_archive.module).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /htdocs/includes/entity.inc).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 355 of /htdocs/includes/entity.inc).
Notice: Undefined variable: form in _station_archive_add_file() (line 533 of /htdocs/sites/all/modules/station/archive/station_archive.module).
Notice: Trying to get property of non-object in _station_archive_add_file() (line 533 of /htdocs/sites/all/modules/station/archive/station_archive.module).
The specified file sites/all/modules/station/archive/import/1365526800.mp3 could not be deleted, because it is not a valid URI. More information is available in the system log.
The specified file sites/all/modules/station/archive/import/1365469200.mp3 could not be deleted, because it is not a valid URI. More information is available in the system log.
The specified file sites/all/modules/station/archive/import/1365472800.mp3 could not be deleted, because it is not a valid URI. More information is available in the system log.
The specified file sites/all/modules/station/archive/import/1365530400.mp3 could not be deleted, because it is not a valid URI. More information is available in the system log.
dan.mantyla’s picture

Issue summary: View changes

as of April 2014, this patch hasn't been added to the 7.x dev branch.

just FYI. It was easy enough to add myself though