Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

myancey260

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Posts posted by myancey260

  1. Figured it out.....

     

    $PHPTHUMB_CONFIG['document_root'] = '/home/yourhost/public_html/yourdomain/store';

     

    worked in place of:

     

    $PHPTHUMB_CONFIG['document_root'] = DIR_FS_CATALOG; //

     

    I never could get DIR_FS_CATALOG to work, so I just manually input the absolute path, don't know if it was my store or what, but no matter what I put into that variable it never showed up in the phpthumbconfig....

     

     

    Does anyone pay attention to this thread??

  2. Hi

     

    try this in catalog/includes/onepage_checkout.php

    find

            'customers_newsletter'    => $onepage['customer']['newsletter'],

    add after it

    	'customers_status'        => '1',

     

    Steve

     

    Thanks Steve, but I am afraid I tried that already (Just to be sure... that file path is catalog/includes/classes/onepage_checkout.php -NOT- catalog/includes/onepage_checkout.php Right?)

     

    I saw that suggestion for the status bit on an early post... so I tried it. I just can't seem to diagnose the issue, it only happens in Chrome, everything else is just peachy. I am verifying (for the 4th time) that I have installed everything correctly, but would appreciate any additional ideas you might have.

     

    Thanks

     

    Michael

  3. This is a great contribution installed the mod and and it works good in IE8, Firefox, Opera and Safari... however in Google Chrome when you click on the "checkout" button you get a pop up box:

     

    checkout_error.PNG

     

    I am making people login before they can checkout, I tried it the with the other setting and get the same results. And it only happens in Chrome... everything else on the checkout page works fine.

     

    Any ideas?

  4. I am having the same trouble, I have tried every combo of directory setting I can think of in phpthumbs.config.php and still can't get the 'cache directory' error sorted out ...

     

    Anyone??

     

     

    Hi all,

     

    I've scoured this thread and found no reference to the error I'm recieving... Perhaps I'm being totally stupid and missing the obvious, but if someone could provide a nudge in the right direction, I'd be grateful.

     

    I have installed oscThumb and now instead of images displaying, I'm getting an error description in a .jpg image, which reads:

    $this->config_cache_directory (/phpThumb/cache) does not exist. Adjust "cache_directory" or "cache_disable_warning" in phpThumb.config.php

     

    I have checked that the correct permissions are applied, and the file path is correct too. Am I missing something else?

     

    I have made changes to the phpThumb.config.php and I'm still in the same position.

     

    Any help would be great!

     

    Thanks!

×
×
  • Create New...