moman Posted December 17, 2003 Share Posted December 17, 2003 Help please. I am trying to reconfi the My Store settings in V3.0 and I each time I am redirected to the Cookie Usage page (/modules.php?name=catalog&file=cookie_usage). I have enabled cookies, I have checked the /modules/catalog/includes/configure.php file and seems OK. (see below) I have checked CHMOD and all are correct....so now I am at a loss and can not find the problem. Has enayone else had the same problem and if so how did you fix it. Any suggestions would be very much appreciated. Thanks and regard :rolleyes: define('HTTP_SERVER', 'http://www.ezinebase.com/'); define('HTTPS_SERVER', ''); define('ENABLE_SSL',false); define('HTTP_COOKIE_DOMAIN', 'www.ezinebase.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/modules/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', 'modules.php?name=catalog'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'modules/catalog/images/'); define('DIR_AWS_IMAGES', 'modules/catalog/admin/images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', 'functions/'); define('DIR_WS_CLASSES', 'classes/'); define('DIR_WS_MODULES', 'modules/'); define('DIR_WS_LANGUAGES', 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/modules/catalog/download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_FS_CATALOG_LANGUAGES','modules/catalog/includes/languages/'); define('DB_SERVER', $dbhost); define('DB_SERVER_USERNAME', $dbuname); define('DB_SERVER_PASSWORD', $dbpass); define('DB_DATABASE', $dbname); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', ''); ?> Link to comment Share on other sites More sharing options...
Guest Posted December 17, 2003 Share Posted December 17, 2003 does this have anything to do with the phpnuke version 3 approve membership module? Link to comment Share on other sites More sharing options...
moman Posted December 19, 2003 Author Share Posted December 19, 2003 sorry I don't understand as I am using phpnuke V6.5 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.