Nov 23rd, 2010, 8:51 PM
Ack! This is a bug. At the top of process.php, you'll find this line:
PHP Code:
<?php
@include_once("$folder/global/api/api.php");
Right before it, add this:
PHP Code:
<?php
$folder = dirname(__FILE__);
