stargate3216 - 2006-01-05

I know people say upgrade to get rid of the PHP warnings, but I deon't know how, and it has only caused problems.

Below are the instructions to get rid of the PHP warnings, but what file do I go into to fix them?
Quote:
Hi all-

I just found the answer to my own question...actually discovered through playing with my home grown phpwiki templates....

To disable any Warning messages that you may see, simply edit the bottom.tmpl template (or wherever may have the below function calls), and edit out:

<!--
<?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
<?php if (defined('DEBUG') and DEBUG) { ?><?= Template('debug') ?><?php } ?>
-->

This completely hid all random warning messages which appeared post the php upgrade.

Talk soon
Chris
/Quote