wolf99 Posted September 5, 2006 Share Posted September 5, 2006 installed OScommerce a while ago on freehostia.com, got it working and left it sitting at default while I worked on other projects for a while. Checked it today and when I click on "my account" or "checkout" I get ERROR The requested URL could not be retrieved -------------------------------------------------------------------------------- While trying to retrieve the URL: tobmol7.freehostia.com:443 The following error was encountered: Connection to 64.72.112.15 Failed The system returned: (111) Connection refusedThe r I think theese were working OK after initial install, but can't remember for sure. Link to comment Share on other sites More sharing options...
wolf99 Posted September 5, 2006 Author Share Posted September 5, 2006 just also noticed, my admin panel has gone haywire, the following appears at the top of the page followed by the blue box which holds more of the same in a left hand column and nothing more. help, please? BOX_HEADING_CONFIGURATION, 'image' => 'configuration.gif', 'href' => tep_href_link(FILENAME_CONFIGURATION, 'selected_box=configuration&gID=1'), 'children' => array(array('title' => BOX_CONFIGURATION_MYSTORE, 'link' => tep_href_link(FILENAME_CONFIGURATION, 'selected_box=configuration&gID=1')), array('title' => BOX_CONFIGURATION_LOGGING, 'link' => tep_href_link(FILENAME_CONFIGURATION, 'selected_box=configuration&gID=10')), array('title' => BOX_CONFIGURATION_CACHE, 'link' => tep_href_link(FILENAME_CONFIGURATION, 'selected_box=configuration&gID=11')))), array('title' => BOX_HEADING_MODULES, 'image' => 'modules.gif', 'href' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=payment'), 'children' => array(array('title' => BOX_MODULES_PAYMENT, 'link' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=payment')), array('title' => BOX_MODULES_SHIPPING, 'link' => tep_href_link(FILENAME_MODULES, 'selected_box=modules&set=shipping')))), array('title' => BOX_HEADING_CATALOG, 'image' => 'catalog.gif', 'href' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog'), 'children' => array(array('title' => CATALOG_CONTENTS, 'link' => tep_href_link(FILENAME_CATEGORIES, 'selected_box=catalog')), array('title' => BOX_CATALOG_MANUFACTURERS, 'link' => tep_href_link(FILENAME_MANUFACTURERS, 'selected_box=catalog')))), array('title' => BOX_HEADING_LOCATION_AND_TAXES, 'image' => 'location.gif', 'href' => tep_href_link(FILENAME_COUNTRIES, 'selected_box=taxes'), 'children' => array(array('title' => BOX_TAXES_COUNTRIES, 'link' => tep_href_link(FILENAME_COUNTRIES, 'selected_box=taxes')), array('title' => BOX_TAXES_GEO_ZONES, 'link' => tep_href_link(FILENAME_GEO_ZONES, 'selected_box=taxes')))), array('title' => BOX_HEADING_CUSTOMERS, 'image' => 'customers.gif', 'href' => tep_href_link(FILENAME_CUSTOMERS, 'selected_box=customers'), 'children' => array(array('title' => BOX_CUSTOMERS_CUSTOMERS, 'link' => tep_href_link(FILENAME_CUSTOMERS, 'selected_box=customers')), array('title' => BOX_CUSTOMERS_ORDERS, 'link' => tep_href_link(FILENAME_ORDERS, 'selected_box=customers')))), array('title' => BOX_HEADING_LOCALIZATION, 'image' => 'localization.gif', 'href' => tep_href_link(FILENAME_CURRENCIES, 'selected_box=localization'), 'children' => array(array('title' => BOX_LOCALIZATION_CURRENCIES, 'link' => tep_href_link(FILENAME_CURRENCIES, 'selected_box=localization')), array('title' => BOX_LOCALIZATION_LANGUAGES, 'link' => tep_href_link(FILENAME_LANGUAGES, 'selected_box=localization')))), array('title' => BOX_HEADING_REPORTS, 'image' => 'reports.gif', 'href' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports'), 'children' => array(array('title' => REPORTS_PRODUCTS, 'link' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports')), array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))), array('title' => BOX_HEADING_TOOLS, 'image' => 'tools.gif', 'href' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools'), 'children' => array(array('title' => TOOLS_BACKUP, 'link' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools')), array('title' => TOOLS_BANNERS, 'link' => tep_href_link(FILENAME_BANNER_MANAGER, 'selected_box=tools')), array('title' => TOOLS_FILES, 'link' => tep_href_link(FILENAME_FILE_MANAGER, 'selected_box=tools'))))); $languages = tep_get_languages(); $languages_array = array(); $languages_selected = DEFAULT_LANGUAGE; for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { $languages_array[] = array('id' => $languages[$i]['code'], 'text' => $languages[$i]['name']); if ($languages[$i]['directory'] == $language) { $languages_selected = $languages[$i]['code']; } } ?> > Link to comment Share on other sites More sharing options...
jesma Posted September 5, 2006 Share Posted September 5, 2006 Yesturday I asked about this because it happened to me, when you click on Checkout, or My account, the page could not be found. I've fixed it for me now though, but I don't know if it would work for you because you said it was working before. Did you ever get an error come up after installing the program that there was no /tmp directory? There are a lot of posts here saying to fix that you just change /tmp to just tmp in the admin. Anyway, that is what I did, I changed it from /tmp to just tmp on my first installation and as soon as I did that, I had page nnot found coming up on checkout and my account links. At the time I didn't know that the tmp thing was linked to my checkout and account pages not working, so I just decided to reinstall the OSC and try again, this time delving further into the this forum, searching, to make sure I do everything properly. I found that you shouldn't change the /tmp to just tmp as its insecure (or something like that), instead you just put "mysql" in a file which out the top of my head I can't remember. But by doing this it got rid of the tmp error and my Checkout and Account links work perfectly. You may of done it this way anyway, but if you haven't, it worked for me. I don't know whether you would need to reinstall, maybe just channging the tmp back to /tmp and put the mysql text in one of the files might just do it. I can't remember the file you need to edit, but i remember searching the forums yesturday and found the thread about it on the 1st results page with the search text "tmp" or "/tmp", i think the author was alan someone. I hope you get it fixed,let us know! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.