In library/xenforo/DataWriter/Page.php
find this:
PHP:
if ($this->isChanged('callback_class') || $this->isChanged('callback_method'))
replace with this:
PHP:
if ($this->get('callback_class') || $this->get('callback_method'))
The customer area package has been updated.