Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gamergalaxy

Archived
  • Posts

    17
  • Joined

  • Last visited

Everything posted by gamergalaxy

  1. Hi there Having a small problem with this one. I have installed it as per the instructions however the menu is showing off to the far left rather then in the left column. Also when clicking on a catagory and opening it up the menu vanishes alltogether. www.gamergalaxy.com.au echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'coolmenu.php'); } Any advice is greatly appreciated. Thanks :)
  2. Almost there I think, I created the filr like you said, got the path, put it in, still the same error, so I tried just creating the file in the temp dir and set it to 777, still the same error. This is how the code looks now. if(false === FWR_MENU_CACHE_PATH) { $cachepath = 'home/httpd/vhosts/gamergalaxy.com.au/httpdocs/temp/'; // Tries to create the cache file in shop root } else $cachepath = constant(FWR_MENU_CACHE_PATH); P.S. Thanks for all your help, I know im being a pain in the neck.
  3. Hi again I tried what you have said and it is still not working, is there anything else i need to do? /** * If $cachepath = '' cache.ser files will write to catalog root * If $cachepath = constant(FWR_MENU_CACHE_PATH) cache.ser files will be writtend to DIR_FS_CACHE */ if(false === FWR_MENU_CACHE_PATH) { $cachepath = 'http://www.gamergalaxy.com.au/temp/'; // Tries to create the cache file in shop root } else $cachepath = constant(FWR_MENU_CACHE_PATH);
  4. Hi again My full path as far as I can tell is /httpdocs/temp or www.gamergalaxy.com.au/temp. I doubt id need to include the url as the file is contained within but im not sure lol. Ive tried several versions inluding my URL. The 'myspace' would that be my URL ? Is home meant to stay as home? Is it meant to be public_html or httpdocs? I know the soulition is prob simple but that makes it more frusterating heh
  5. Thanks for the fast replay Sorry I am a little new to OSC. I created a folder called temp and changed it to 777. I then just put the word temp between the '' but im still getting the same error.
  6. Hi there Robert I am getting the error "Couldn't fopen _categories.ser.ser" I have read through the forum and tried the suggestion of using the default osc dir and false, still not working. any suggestions?
×
×
  • Create New...