Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Error message when going to payment page

    Quote Originally Posted by shadoh View Post
    They've restarted apache, and my ZC console still shows the previous version. Any other ideas?
    What are *they* saying about the inconsistency?

    I suspect that if they didn't recompile PHP with CURL and SSL support as part of the upgrade you said they did, then PHP isn't going to benefit from the update.
    .

    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.

  2. #12

    Default Re: Error message when going to payment page

    Their original response to indicate they had completed the upgrade reads:

    We have completed your request:

    plus24:~/curlsrc/src/curl-7.15.4# /usr/local/bin/curl --version
    curl 7.15.4 (i686-pc-linux-gnu) libcurl/7.15.4 zlib/1.1.3
    Protocols: tftp ftp telnet dict ldap http file
    Features: Largefile libz
    When I asked them to re-start apache, their response was:

    Apache has been restarted. Please check your console now.
    I will pass along what you've stated about re-compiling PHP and see what they say. Thanks, Dr.

  3. #13
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Error message when going to payment page

    The output of the command tells you exactly where the problem is and it is as described by DrByte. Looks like they installed the new cURL from source but neglected to compile it within PHP. Restarting Apache won't change anything.


    A proper install looks something like this:

    /usr/bin/curl --version (path varies from Server to Server)
    curl 7.15.3 (i686-pc-linux-gnu) libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.1.4
    Protocols: tftp ftp telnet dict ldap http file https ftps
    Features: Largefile NTLM SSL libz

    It is the mention of "OpenSSL" which is the tip-off, that PHP is compiled with cURL support. Without the SSL you'll have all kinds of payment problems such as you are now.

  4. #14

    Default Re: Error message when going to payment page

    Thank you, WS Rob! I'll pass that info along and hopefully get them to fix it! :hopeful:

  5. #15

    Default Re: Error message when going to payment page

    I am so annoyed.

    It seems like they FINALLY got it done last night:

    curl 7.15.4 (i686-pc-linux-gnu) libcurl/7.15.4 OpenSSL/0.9.7i zlib/1.1.3
    Protocols: tftp ftp telnet dict ldap http file https ftps
    Features: Largefile NTLM SSL libz
    However, whatever it is they did messed up my entire ZC site. I can browse to any of my non-Zen pages. However, when I go to the root of my ZC, I get a blank page. If I view source on that page, this is all that is there:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    If I browse to my ZC admin page, I get this:

    Fatal error: Call to undefined function: zen_get_languages() in /home/www/justclickplay/candles/admin/index.php on line 25
    If I go through the ZC install screen, I get errors (click here for screenshot).

    What did they screw up now?

  6. #16
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Error message when going to payment page

    When you say "non Zen pages" do you mean any page that is not a 'php' file?

    Can you run this code, create new page and upload if need be:

    <?php
    phpinfo();
    ?>

    Call it 'test.php' and see what happens when you load into your Browser.

  7. #17

    Default Re: Error message when going to payment page

    That is correct. I have my main site at http://justclickplay.net/ and that works (as well as if I directly browse to any file on my site) but going to my Zen Cart site (http://justclickplay.net/candles) brings up a blank page. Going to my admin page (justclickplay.net/candles/admin) brings up an error (I will change the admin site name after this is all resolved), and going to my test ZC install also gives an error (http://justclickplay.net/zencart).

    Here's the test file you asked for:
    http://justclickplay.net/test.php

  8. #18
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Error message when going to payment page

    Looks like now you have a database problem, but mySQL is not my strong point. You could try using your Control Panel or phpMyAdmin to Check/Correct your database, it might help. Perhaps DrByte or someone else more knowledgeable will provide a better answer.

    BTW, at the end of today you should delete that 'test.php' page. That will give anyone else trying to help, a chance to have a look. Not a good idea though, to have the Server PHP settings available to the public. They don't need to know.

  9. #19

    Default Re: Error message when going to payment page

    Thanks for looking into it. If it is mySQL, it must be something they did, because I've not made any changes for days. I checked the site last night (to check for new orders) and it was working okay. I discovered the issues when I logged in this morning to check if they had done the curl/php recompile.

    I appreciate all the assistance you all provide. I'm going to need yet more help from you all. My hosting provider isn't being very helpful (as you can tell by all the messages and the age of this thread), and what little I know about PHP, I know even less about SQL / mySQL. I am so mad / frustrated. If these issues don't get resolved VERY soon, I am definitely switching providers.

    And, after all of this, I am definitely making a monetary contribution to the Zen project!

  10. #20

    Default Re: Error message when going to payment page

    Update for anyone out there who is helping me in troubleshooting my problems: so that my customers don't get a bad page that they don't understand, I've renamed index.php to site.php and created a temporary index.html to let customers know we are having technical difficulties. In the meantime, you can access what (would be) my normal index.php via http://justclickplay.net/site.php

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Message: An error occurred when we tried to contact the payment processor
    By katrinalee in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 17 Sep 2012, 09:11 PM
  2. Error Message on checkout payment page
    By sandy2000ca in forum General Questions
    Replies: 1
    Last Post: 6 Oct 2008, 07:54 PM
  3. Error message when going from Paypal to store
    By LEDmod in forum General Questions
    Replies: 2
    Last Post: 2 Jul 2007, 06:10 AM
  4. Message: An error occurred when we tried to contact the payment processor.
    By gottoast in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 1 Jun 2007, 09:41 PM
  5. error message when accessing admin page
    By needslotsofhelp in forum Installing on a Windows Server
    Replies: 1
    Last Post: 5 Aug 2006, 03:09 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR