I found a small but critical typo. It prevents me from running cron.

I get an error:
Fatal error: Call to a member function fetchField() on a non-object in .../sites/all/modules/storage_api/cron.inc on line 35

Here's the problem:
http://cgit.drupalcode.org/storage_api/tree/cron.inc?id=231c9137a34b886e...

How to fix it:
Replace '$results' on line 35 with '$result'.

Comments

Perignon’s picture

Awesome thanks! I just fixed it. It's in Dev.

Perignon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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