ok i think i found the problem. lets look at this file:
YOUR_ADMIN/includes/footer.php
the notifier was added AFTER v156a. modify that file so the the end of the file is as follows:
PHP Code:
</div>
</footer>
<?php
$zco_notifier->notify('NOTIFY_ADMIN_FOOTER_END');
if your version of that file already has the last line with the $zco_notifier, let me know, and we will continue the trouble shooting.
reload the admin page, and let me know what happens.