Error message
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/tylerfra/public_html/includes/common.inc).
cron
So I was trying to manually run cron.php on a drupal site, and it was timing out because the cron job couldn't finish. The cron job is quite intense, and I'm sure it isn't finishing because I am trying to run it during the day on a busy site. So in order to tell Drupal to forget about your last cron attempt:
- go into your drupal database
- go into the 'variable' table
- sort by the 'name' column ascending order
- look for any variable names beginning with 'cron_' and delete them
Here are some MySQL queries that should get the job done: