John - 2007-11-06

Logged In: YES
user_id=1210683
Originator: YES

Doesn't seem to affect every type of server, so I added a few lines of code to ensure that the issue resolves automatically regardless of the server install:

On definition setup:
define("ROOT_URL", 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']), false);

Then in the extract URL parameters section:
$spgm_cfg['global']['documentSelf'] = ROOT_URL.basename($PHP_SELF);

Works a treat now.