Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rav

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

Rav's Achievements

  1. never mind, I seem to have fixed it. Not sure why, but it was due to the way I had the paths setup in the confiure.php.
  2. I have this working perfectly on my local apache server. And had it workigng perfectly when I set it up on what will be my production server... After doing a database transfer from my local system, to the production system, all of the links / images are broken in the image manager. Clicking on any of the links results in a "action cancled" page (see the right window). It still allows me to create new folders, but trying to click on it aftwards results in the same problem. Not sure what I broke.. here is a screenie...any tips would be most apprecaited.
  3. <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> Copy / pasted that right out of the new_attributes.php file. I have not modified it in the least bit.
  4. I'm rather new to OSC, but I've already installed several other contributions that were much more difficult to get working (lots of copy / paste) yet for the life of me, I can't get this one working, which seemed so simple, yet so needed. Here is what happens after I've followed the instructions (several times) "; require('new_attributes_config.php'); require('includes/application_top.php'); if ( $cPathID && $action == "change" ) { require('new_attributes_change.php'); tep_redirect( './' . FILENAME_CATEGORIES . '?cPath=' . $cPathID . '&pID=' . $current_product_id ); } ?> Fatal error: Failed opening required 'DIR_WS_INCLUDESheader.php' (include_path='.:/usr/share/pear') in /home/loric/www/geeklog/public_html/catalog/admin/new_attributes.php on line 28
×
×
  • Create New...