Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cromiem

Archived
  • Posts

    9
  • Joined

  • Last visited

Posts posted by cromiem

  1. That looks fine. Try this. Place this code after the line of code I posted previously
    echo HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'links.php?lPath=' . $category['link_categories_id'];

    Then edit a link and click update. You should get a line printed out with the link (along with an error). What is the first line?

     

    Jack

     

    Hi Jack

     

    I had to re-install my store and now all is working fine, thanks Matt

  2. Hi Matt,

     

    I also had the same problem you had and I have applied the recommended fix and it worked for me, so it is probably something in your config file.

     

    Hi is this wahat you changed? mine is already set to the code below

     

    in admin/includes/configure.php this is the code I have:

     

     define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
     define('DIR_FS_CATALOG', '/home/brookley/public_html/golfgear4lessuk/catalog/'); // absolute path required

  3. Then it sounds like your admin configure file is setup incorrectly. Look in that file and make sure DIR_WS_CATALOG is set to catalog.

     

    Jack

     

    Hi Jack

     

    in admin/includes/configure.php this is the code I have:

     

     define('DIR_WS_CATALOG', '/catalog/'); // absolute path required
     define('DIR_FS_CATALOG', '/home/brookley/public_html/golfgear4lessuk/catalog/'); // absolute path required

  4. Try this: In admin/inks.php, find
    $siteURL = sprintf("%s/links.php?lPath=%s", HTTP_CATALOG_SERVER,$category['link_categories_id']);

    and replace it with

    				 $siteURL = sprintf("%s%slinks.php?lPath=%s", HTTP_CATALOG_SERVER,DIR_WS_CATALOG,$category['link_categories_id']);

     

    Jack

     

    Hi

     

    I still cant get it to work I get directed to this page http://golfgear4lessuk.com/links.php?lPath=8 when it needs to be http://golfgear4lessuk.com/catalog/links.p...d=0&lPath=8.

     

    Thanks

     

    Matt

  5. I do not seem to have that option in admin I have included a screenshot, I only have a Links tab to change settings?

     

    Thanks

     

    Matt

    linksadmin.gif

     

    Thanks Jack turns out I did not copy the correct code for the columns_left.php in the admin/includes duh

×
×
  • Create New...