Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

webessentials

Archived
  • Posts

    5
  • Joined

  • Last visited

Posts posted by webessentials

  1. WOO HOO...finally tracked down the fix...so here it is for anyone else with this problem...

     

    admin/includes/modules.php

     

     

    FIND:

    $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

     

    if (tep_not_null($action)) {

    switch ($action) {

    case 'save':

     

    INSERT IN NEXT LINE:

    reset($HTTP_POST_VARS['configuration']);

     

    That's it. Hope it helps someone else.

  2. Hello all,

    I've got a problem with my ocCommerce site. I've installed it as directed but now, when I go into the payments module, install the credit card option, and insert my email address into the split credit card email box, and finally click save, nothing happens. The page reloads, but my email address doesn't show up. If I go and edit the CC option, to see if my email address is in there, the field is still blank. When I make a dummy order, the CC number is fully intact.

     

    This problem was solved in a different post but the link to the answer no longer points to the fix. (http://www.oscommerce.com/community/bugs,2742/search,2742).

     

    Really hoping someone can help me.

     

    Paul

  3. HELP?!?

    I can not figure out what is wrong but I am getting this error when I try to upload a file:

     

    Error: destination (DIR_FS_UPLOADS) does not exist.

     

    I have read through all of the posts in this contribution and I can't find an answer.

     

    Can any one please help me before I have massive coronary??????

     

    I had the same problem. What happened to me was that my edited /catalog/includes/configure.php file was not uploading because I had set the permissions to non-writable (per osc post-install procedure). Looking at the server error logs helped me figure it out. Once I set the permissions to writable it allowed me to overwrite it with the edited version and everything worked perfectly! Hope this helps.

×
×
  • Create New...