Curtismchale, when I turn on debug on the server, I got this notice:
Notice: Undefined index: path in /public_html/wp-content/themes/mytheme/warp/systems/wordpress.3.0/helpers/system.php on line 57
which is this code:
$urlinfo = parse_url(get_option('siteurl'));
$url = $urlinfo['path'];