Results 1 to 6 of 6

Error on Payment Page

This is a discussion on Error on Payment Page within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Hi everyone, hope someone can help me out. I have an error on my payment page, where it displays the ...

      
  1. #1
    New Member
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    0


    Default Error on Payment Page

    Hi everyone, hope someone can help me out. I have an error on my payment page, where it displays the CC info and order info....
    Payment Method: MODULE_PAYMENT_CC_TEXT_PUBLIC_TITLE

    How do I repair this?

    Also how do you add a line to request the CVV number from the card?

    Thanks,

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Error on Payment Page

    Your MISSING allot of files.... see my other post to you
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    New Member
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    0


    Default Re: Error on Payment Page

    Thanks again, I was afraid that might be the case. I have downloaded the Oscommerce files as I had a feeling that's what my issue was....

  4. #4
    New Member
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    0


    Default Re: Error on Payment Page

    I have checked my files and it doesn't appear that I'm missing anymore, yet the same error is still there. I have overwritten the pages with fresh copies the refer to anything about payment/currency etc and nothing.

    I also just realized that in the my account page when logged in, I get the following error:
    1054 - Unknown column 's.public_flag' in 'where clause'

    select count(*) as total from orders o, orders_status s where o.customers_id = '487' and o.orders_status = s.orders_status_id and s.language_id = '1' and s.public_flag = '1'

    [TEP STOP]

    My Account Information
    Any clues as to where I should start looking for either/or both errors?

    My head hurts

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: Error on Payment Page

    Do you have FULL backup of your original server?

    Which version do you have (was) on your original server?

    There is several version of OSC (and of osCMax) -PLUS there is several other branches that are based on osc....----PLUS who knows what else has been added.

    If your missing files - and your putting/replacing them with files from a different version then your creating more problems than you had to start with.

    IF you have NO FULL backup - you might be better off starting with a fresh install.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    New Member
    Join Date
    Mar 2009
    Posts
    8
    Rep Power
    0


    Default Re: Error on Payment Page

    I Just wanted to let you know I've finally corrected both of these issues. The first was just overwriting the cc.php file, I must have missed that one when checking. The second was running an SQL statement which I finally found the answer to here: 1054 - Unknown column 's.public_flag' in 'where clause' - osCommerce Community Support Forums

    Run this SQL statement to fix your issue. This will create the table elements that are missing.

    alter table orders_status add public_flag int DEFAULT '1';
    alter table orders_status add downloads_flag int DEFAULT '0';
    Thanks again for trying to help me out.

Similar Threads

  1. NAB Transact (Hosted Payment Page) Payment Module
    By michael_s in forum New osCommerce Contributions
    Replies: 1
    Last Post: 11-16-2009, 03:16 AM
  2. NAB Transact (Hosted Payment Page) Payment Module
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 01-29-2009, 07:01 AM
  3. St George Bank (Australia) Hosted Payment Page (HPP) payment module
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-06-2008, 06:01 PM
  4. Error on admin page, no error message....
    By ryoyin in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 08-21-2008, 01:31 AM
  5. Confirmation Page takes me back to Payment Page
    By Dubious in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-20-2006, 03:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •