Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
If that fixes it, then you still have the bad code on your site. Maybe it was a plugin you installed before the last one. You'll have to disable them one-by-one to find the problem.