Results 1 to 10 of 32

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    108
    Plugin Contributions
    0

    Default Re: V154 Still Getting Handshake Error After Upgrade

    Quote Originally Posted by DrByte View Post
    A blank page is typically caused by a PHP error occurring, and normally those are logged to /logs/myDebug-xxxxxxxx.log
    What's the content of the latest myDebug-xxxxx.log file in that folder when you trigger that blank page?
    Ah, it is looking for flatone.php...

    Code:
    [06-Feb-2015 03:17:52 America/Denver] PHP Warning:  include_once(includes/modules/shipping/flatone.php): failed to open stream: No such file or directory in /home3/filmjack/public_html/ecommerce3/includes/classes/shipping.php on line 58
    [06-Feb-2015 03:17:52 America/Denver] PHP Warning:  include_once(): Failed opening 'includes/modules/shipping/flatone.php' for inclusion (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home3/filmjack/public_html/ecommerce3/includes/classes/shipping.php on line 58
    [06-Feb-2015 03:17:52 America/Denver] PHP Fatal error:  Class 'flatone' not found in /home3/filmjack/public_html/ecommerce3/includes/classes/shipping.php on line 59

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: V154 Still Getting Handshake Error After Upgrade

    Quote Originally Posted by Rick5150 View Post
    Ah, it is looking for flatone.php...
    So does this file actually exist? (probably not). That being the case you'll probably find that there *is* a file called flatone.php located in the /languages/english/modules/shipping folder. To get rid of the error you'll need to either replace the missing file, or remove this existing one. (these files are used in tandom).

    This will have nothing to do with any SSL errors.

    Cheers
    RodG

  3. #3
    Join Date
    Dec 2010
    Posts
    108
    Plugin Contributions
    0

    Default Re: V154 Still Getting Handshake Error After Upgrade

    This file did not exist in the new installation. I cannot remember if flatone.php is part of a module, but unless there was a old database reference, why would a new installation have the need for a file that does not exist in the original files?

    Anyways, I added the file from my backup and PayPal express went straight through. No more white page. I think that the second time I imported everything, it seemed to 'take' better. Thank you for the help.

  4. #4
    Join Date
    Dec 2010
    Posts
    108
    Plugin Contributions
    0

    Default Re: V154 Still Getting Handshake Error After Upgrade

    I contacted the customer who was most anxious about placing an order and had him try with the new site. It went right through.

    I did not get a notification from the store or PayPal, but the transaction is not even showing in PayPal even though the balance show an increase in the amount of the order. Maybe this takes some extra time?

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V154 Still Getting Handshake Error After Upgrade

    Is the order showing in your store? If so, what payment module does it say it was paid with?
    .

    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.

  6. #6
    Join Date
    Dec 2010
    Posts
    108
    Plugin Contributions
    0

    Default Re: V154 Still Getting Handshake Error After Upgrade

    I am not sure which module was used...

    The invoice does say "Payment Type: PayPal Express Checkout (instant)"

    The transaction only showed in PayPal a few moments ago - over 3 hours from when the order was placed.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: V154 Still Getting Handshake Error After Upgrade

    PayPal is reporting that they've been having some server problems today:
    https://www.paypal-notify.com/

    I suppose that might explain the delay for it showing up in your account ... although it's quite unusual.
    .

    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.

  8. #8
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: V154 Still Getting Handshake Error After Upgrade

    Quote Originally Posted by Rick5150 View Post
    This file did not exist in the new installation.
    That's because it isn't a standard part of ZenCart.

    Quote Originally Posted by Rick5150 View Post
    I cannot remember if flatone.php is part of a module,
    If I had to take a guess, I'd say it is/was a modified copy of the flat rate shipping module (flat.php)

    Quote Originally Posted by Rick5150 View Post
    but unless there was a old database reference,
    The problem/error has nothing to do with the database. (where did you get the idea that it was?)

    Quote Originally Posted by Rick5150 View Post
    why would a new installation have the need for a file that does not exist in the original files?
    Because it would have been a new installation plus some files from and older installation.

    Quote Originally Posted by Rick5150 View Post
    Anyways, I added the file from my backup and PayPal express went straight through. No more white page. I think that the second time I imported everything, it seemed to 'take' better. Thank you for the help.
    If you don't know what the 'flatone.php' payment module is used for it is probably best that you delete it again, and don't forget to delete the same named file in the /languages/modules/payments folder otherwise you'll be getting the same "No such file or directory" error that you previously reported.

    As I stated previously, the
    /includes/modules/payments/filename.php files all have a corresponding file in the /languages/modules/payments/ folder (the names are the same, the contents and purpose of them are different).
    These files need to be added or removed as pairs. If only one of the two files exist an error will occur.

    Also as previously stated, the presence or absence of the flatone.php files will have no effect on the PayPal SSL handshaking in any way. What is/was happening in your case is that the error created is/was causing the PHP processor to 'die' before it even had a chance to load the PayPal modules.

    If you are having a PayPal SSL error then it is a *different* problem with a *different* cause.

    Cheers
    RodG

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 After changing date format still getting error
    By Annie_zaz in forum General Questions
    Replies: 6
    Last Post: 21 Oct 2015, 02:35 PM
  4. v154 Still getting checkout error for PayPal even after update.
    By Jen Will in forum PayPal Express Checkout support
    Replies: 21
    Last Post: 5 Feb 2015, 07:42 AM
  5. Replies: 5
    Last Post: 6 Oct 2012, 08:53 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