bernietmac1 Posted July 1, 2008 Share Posted July 1, 2008 Heres what I have. <?php define('HTTP_SERVER', 'http://revitupbowling.com'); define('HTTPS_SERVER', 'https://revitupbowling.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'revitupbowling.com'); define('HTTPS_COOKIE_DOMAIN', 'revitupbowling.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', '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', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/revitupb/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'revitupb_osc1'); define('DB_SERVER_PASSWORD', 'h6FRCoU6PluV'); define('DB_DATABASE', 'revitupb_osc1'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Now when I when to check if my check out would work this is what I get at my web address. Fatal error: Cannot redeclare class soapclient in /home/revitupb/public_html/includes/classes/nusoap.php on line 7239 I checked this line 7239 and I don't know whats wrong with it. I never been to this page before so why did something change and how do I fix it. P.S. I'm a newbie. Quote Link to comment Share on other sites More sharing options...
Guest Posted July 1, 2008 Share Posted July 1, 2008 Can you post the code for nusoap.php so we cna see it ? Chris Quote Link to comment Share on other sites More sharing options...
bernietmac1 Posted July 1, 2008 Author Share Posted July 1, 2008 This is the entire code http://www.sendspace.com/file/jn3rbz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.