Tasks Pro™ » PHP should have register_globals disabled
Tasks Pro™ will work with 'register_globals' on, but it makes it much less secure.
You can disable register_globals on only the Tasks Pro™ installation using a .htaccess file (Apache). Put the following in a .htaccess file:
php_flag register_globals off
You can use the included 'example.htaccess' (renamed to '.htaccess') to do this.