QUOTE (germ @ May 27 2008, 11:33 PM)

Check to see if this file is present, and that it contains the correct info:
/includes/local/configure.php
The file is there, but there isn't anything in it regarding urls. Here is what is in that file:
<?php
// OTF contrib begins
define('PRODUCTS_OPTIONS_TYPE_SELECT', 0);
define('PRODUCTS_OPTIONS_TYPE_TEXT', 1);
define('PRODUCTS_OPTIONS_TYPE_RADIO', 2);
define('PRODUCTS_OPTIONS_TYPE_CHECKBOX', 3);
define('PRODUCTS_OPTIONS_TYPE_TEXTAREA', 4);
define('TEXT_PREFIX', 'txt_');
define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "TEXT" value in db table TABLE_PRODUCTS_OPTIONS_VALUES
// OTF contrib ends
?>
should there be something else in this file?