Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gamergalaxy

Archived
  • Posts

    17
  • Joined

  • Last visited

Posts 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. That is not a path it is a url .. get the path right and it will work.

    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. put a file in the temp folder named index.php containing just ..

     

    <?php

    echo __FILE__;

    ?>

     

    Then call it via url http://www.mysite.com/temp/index.php

     

    Take the index.php off and that is your path (delete the file)

    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. 'home/myspace/public_html/temp/'

     

    Your full path will obviously be different to the above.

     

    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. Open catalog/includes/functions/fwr_categories.php

     

    Find ..

     

    $cachepath = ''; // Tries to create the cache file in shop root

     

    Put between the '' a full valid writeable path.

    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.

×
×
  • Create New...