В файле core/model/modxmodmanagerresponse.class.php на 190 строке (или рядом), есть строка:
$this->modx->controller = call_user_func_array(array($c,$getInstanceMethod),array($this->modx,$className,$this->action));
Ее нужно заменить на строку:
$this->modx->controller = call_user_func_array(array($c,$getInstanceMethod),array(&$this->modx,$className,$this->action));
<script type="text/javascript">
jQuery(document).ready(function(jQuery) {
jQuery('a[rel*=facebox]').facebox({
})
})
</script>
<script type="text/javascript">
jQuery(document).ready(function(jQuery) {
jQuery('#item-480').facebox({
})
})
</script>