Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default blank main_page=checkout_process

    Go through the checkout process, hit CONFIRM ORDER button, always goes to dead end blank page (main_page=checkout_process). Just setting up shop- it never worked. Store not live yet.

    Link to take a look: http://naturalshave.com/store/index....e=products_all

    Using v1.3.9b, downloaded 3 weeks ago, using FirstData LinkPoint Payment processing module, fully compliant and set up-LIVE production, PEM download, using test credit card from First Data (they say it's not them causing the blank page). Tried a real credit card too. Still the blank page.

    New Sidebox module installed

    Checked english.php and code is correct (@setlocale(LC_TIME,).

    Checked host running mySQL5.0.9.0 and SSL is enabled.

    I'm at the end. Can someone let me know what steps to take to make the check out work? Many thanks for your time.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: blank main_page=checkout_process

    Upgrade to v1.3.9d is a good idea ...

    It sounds like you have a bad or corrupt file on the server ...

    Peek in the /cache directory and see what the debug logs tell you whem you get the blank white page ...

    Most likely, this is space(s) or blank line(s) after the closing php bracket ?> of one of your files ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: blank main_page=checkout_process

    Thank you for your help. I had just changed the LinkPoint payment module to TEST successful. Then ran the test credit card and shocked - the CONFIRM ORDER page showed up! Peeked at the page code: <body id="checkoutsuccessBody"> <div id="mainWrapper"> etc.

    Then I repeated setting to LIVE production and got the blank page again. Peeked at the code - there was none but: <body></body>

    Don't know where to look for this cache directory info. I tried looking in my host account and found this errors: [Wed Jun 30 09:21:36 2010] [error] [client 24.215.178.137] File does not exist: /home/naturals/public_html/store/admin

    I thought it was because I followed security directions on changing my admin folder name. But could that have something to do with the issue?

    Can you instruct me where to find the cache directory. And what file needs to be corrected? Thanks.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: blank main_page=checkout_process

    You should have, off your Zen Cart root directory a directory called /cache ... it would be at the same level as the /admin

    In v1.3.9+, debug logs are generated and placed there when errors happen and often this is helpful in determining errors to correct the problem ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: blank main_page=checkout_process

    Thank you again. Found this error repeated over and over: [28-Jun-2010 21:15:40] PHP Fatal error: Cannot redeclare class lphp in /home/naturals/public_html/store/includes/modules/payment/linkpoint_api/class.linkpoint_api.php on line 25

    Opened that file. Line 25 (BBEdit) is a comment. So scrolled down to end. Saw ?> on the last line. It's in a color, greenish grey. No space or extra line after. However there is one blank line space above, before the closing brace }

    I tried removing the space above - tested and still got a blank page at CONFIRM ORDER. Restored the file then again looked at cache. Saw this entry: [01-Jul-2010 10:02:30] PHP Fatal error: Cannot redeclare class lphp in /home/naturals/public_html/store/includes/modules/payment/linkpoint_api/class.linkpoint_api.php on line 49.
    Opened the file again and saw this code on lines marked 47 through 51:

    class lphp

    {

    var $debugging;


    Grateful for any direction.

  6. #6
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: blank main_page=checkout_process

    Here's an idea. Currently I'm working on two Zen sites. Would you expect any problems if I grabbed a copy the the file, class.linkpoint_api.php , from the working site and copied it to the problem site?

    Don't know if there are any alterations in place that may prevent this from working. Both sites use link point credit card but they are different clients.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: blank main_page=checkout_process

    Are both sites the same version of Zen Cart?

    What version are you using?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: blank main_page=checkout_process

    Yes both are v1.3.9b They were downloaded less then a week apart. My concern is if there was any client specific data dropped into the code by the Zen functions or by the activation of the LinkPoint module. If not then do you think it should be tried?

    Were you able to cypher any solutions from the cache data I supplied?

    Always grateful for your help.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: blank main_page=checkout_process

    Quote Originally Posted by Darla View Post
    My concern is if there was any client specific data dropped into the code by the Zen functions or by the activation of the LinkPoint module.
    Out-of-the-box, Zen Cart doesn't store any client-specific data in any ".php" files, other than the "configure.php" files which tell the software how to connect to the database where all the shop's sensitive data is stored.
    I can't speak to whether any addons you might install might do differently though.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jun 2010
    Posts
    42
    Plugin Contributions
    0

    Default Re: blank main_page=checkout_process

    This is a heart breaker. I swapped class.linkpoint_api.php files between the working site and the problem site. Tested. Still came up with a blank page.

    Checked cache again: [02-Jul-2010 10:00:02] PHP Fatal error: Cannot redeclare class lphp in /home/naturals/public_html/store/includes/modules/payment/linkpoint_api/class.linkpoint_api.php on line 49

    See previous post for copy of line 49.

    Does this mean the trouble is not with that specific file? I'm stumped and looking for direction.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 I am getting a error on my main_page=checkout_process please help
    By brevardcountypcr in forum Managing Customers and Orders
    Replies: 14
    Last Post: 3 Jan 2013, 11:42 AM
  2. main_page=checkout_process
    By smittrick in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2011, 12:03 AM
  3. PROTX, checkout_process.html is blank when loaded
    By craig-heavygoods in forum Built-in Shipping and Payment Modules
    Replies: 19
    Last Post: 10 Dec 2007, 04:33 PM
  4. *Protx Direct v3.2.2 checkout_process.html is blank*
    By craig-heavygoods in forum Addon Payment Modules
    Replies: 4
    Last Post: 20 Nov 2007, 12:17 PM

Posting Permissions

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