On admin/notifications, when deleting subscriptions, there's a dsm Notice for each item that is being deleted:

Notice: serialize() [function.serialize]: "index" returned as member variable from __sleep() but does not exist in DrupalDatabaseCache->set() (line 418 of /Users/sharplesa/Sites/n/includes/cache.inc).

(See attached screen shot.)

Stack trace:

includes/cache.inc.DrupalDatabaseCache->set:418
includes/cache.inc.cache_set:137
includes/form.inc.form_set_cache:514
includes/form.inc/drupal_rebuild_form:460
includes/form.inc.drupal_process_form:902
includes/form.inc.drupal_build_form:352
includes/form.inc.drupal_get_form:189
includes/menu.inc.menu_execute_active_handler:503 (both arguments are null)
CommentFileSizeAuthor
Screen shot 2011-08-27 at 4.50.27 PM.png198.04 KBsharplesa

Comments

sharplesa’s picture

BTW, there are no error messages when Activating, Deactivating, or Blocking subscriptions. None of these other actions generates a new (confirmation) form.

webflo’s picture

But Activating, Deactivating, or Blocking subscriptions is not working at all. The subscription is not updated ...

webflo’s picture

Status: Active » Fixed

Activating, Deactivating, or Blocking is working. I had invalid subscriptions in my database. Fixed the serialize error. Commit 386f2cf on 7.x-1.x.

sharplesa’s picture

Works fine for me. No more error messages on Subscriptions/Delete. Thanks!

Status: Fixed » Closed (fixed)

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