I think some part of your page is loading common.php for a second time. If you change all include statements that include the common.php script to use include_once("./common.php"), the problem should not occur in that case.
↧