It seems that cancelling a user causes a warning in page_title module (install with all features enabled)

Location: .../en/user/5/cancel
Referrer: .../en/user/5/cancel

Warning: Parameter 1 to page_title_user_cancel() expected to be a reference, value given in module_invoke_all() (line 857 of .../includes/module.inc).

Comments

Echofive’s picture

I confirm than the error occurs when a user is deleted.

The function page_title_user_cancel() invoke the hook_user_cancel().
The parameters used with this function are not correctly implemented.

This post explain the problem and provides a patch.
https://drupal.org/node/1282564

Echofive’s picture

Status: Active » Fixed

#1 The patch works fine !

bart.hanssens’s picture

Status: Fixed » Closed (fixed)

  • Commit b67e033 on 7.x-1.x, 7.x-1.7 by Openfed:
    Issue #2027615: Page title: user_cancel warning
    

  • Commit b67e033 on 7.x-1.x, 7.x-1.8 by Openfed:
    Issue #2027615: Page title: user_cancel warning