Guest Posted May 4, 2009 Posted May 4, 2009 Well, after spending about 4 hours trying to get the install to work. I guess I will give this a try. I am pretty new at php and shopping carts but I have everything that I need on my web server to install this. Everything goes through ok till I get to where it wants to install and it gives me errors: ERROR: PHP Warning: fopen(http://www.tangsmotorsports.com\\\\hammerdowndesigns\\\\catalog\\\\includes/configure.php) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 116 PHP Warning: fputs(): supplied argument is not a valid stream resource in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 117 PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 118 PHP Warning: fopen(http://www.tangsmotorsports.com\\\\hammerdowndesigns\\\\catalog\\\\admin/includes/configure.php) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 152 PHP Warning: fputs(): supplied argument is not a valid stream resource in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 153 PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\HostingSpaces\AT583\tangsmotorsports.com\wwwroot\hammerdowndesigns\catalog\install\templates\pages\install_4.php on line 154 Please help, I am clueless what to do. I am not sure if I messed up on the whole enter web server in because I was a bit confused on that. AIM name is: TangsDesignz
Guest Posted May 4, 2009 Posted May 4, 2009 ALso, my URL looks like this - http://www.tangsmotorsports.com////hammerd...g/////index.php dont know why?
steve_s Posted May 4, 2009 Posted May 4, 2009 ALso, my URL looks like this - http://www.tangsmotorsports.com////hammerd...g/////index.php dont know why? Check your catalog/includes/configure.php it seems you have extra / in the defines simply remove so is only one at the end ie <?php define('HTTP_SERVER', 'http://127.0.0.1'); define('HTTPS_SERVER', 'http://127.0.0.1'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', '127.0.0.1'); define('HTTPS_COOKIE_DOMAIN', '127.0.0.1'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); 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', '/srv/www/htdocs/store/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.