Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    Do you have any log files in your /cache folder? If so, those might provide a clue as to what's going on ...

  2. #2
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    Quote Originally Posted by lat9 View Post
    Do you have any log files in your /cache folder? If so, those might provide a clue as to what's going on ...
    I don't know if its related, but the log file only had this:

    [09-Apr-2012 01:15:02] PHP Fatal error: Call to a member function RecordCount() on a non-object in /home/content/44/4963044/html/ZC/includes/modules/mistik/create_account.php on line 391

  3. #3
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    Line 391 has the following:

    Code:
       } else if ( preg_match('/POBOX/si', $street_address) ) {
    
          $error = true;
    
          $messageStack->add('create_account', PO_BOX_ERROR);
    The last line is line 391

    and is part of a section called
    // BEGIN PO Box Ban 1/1

  4. #4
    Join Date
    Jul 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    Got the same issue at one of our website.
    The issue was with the special characters in the product title... there are brackets, double quotes etc ( ) ' '' in the title...
    Removed those... the issue was fixed... :)

    Thanks

  5. #5
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    All of our product titles are just simple text. We still get this error from time to time with no idea what the issue is.

  6. #6
    Join Date
    May 2010
    Location
    Texas
    Posts
    508
    Plugin Contributions
    0

    Default Re: CHeckout Page Special Characters cause HTTP 500 Server error

    Looking in our logs, we found errors affecting our FedEx Web Services plug in. The errors were related to UTF-8
    For example, "Encoding: string 'S\xfc...' is not a valid utf-8 string in...."

    Though there are no specific log entries, I'm told that this UTF-8 issue is the source of the occasional Server 500 error as well.
    Zen V1.5 now uses UTF-8, but only for new installs.
    So how would I go about supporting UTF-8? Are there any issues with changing to UTF-8? For example, will I just then receive errors that strings are not valid for....?

    Thanks,

 

 

Similar Threads

  1. v150 HTTP 500 internal server error during checkout
    By valvoj in forum General Questions
    Replies: 1
    Last Post: 1 Nov 2012, 03:56 PM
  2. v139h HTTP 500 Internal Server Error
    By racinjason in forum General Questions
    Replies: 12
    Last Post: 27 Jan 2012, 11:39 PM
  3. HTTP 500 Internal Server Error
    By goalsurfer in forum General Questions
    Replies: 7
    Last Post: 12 Aug 2011, 07:29 PM
  4. Http 500 internal server error
    By LILIAN in forum Basic Configuration
    Replies: 1
    Last Post: 26 Mar 2011, 07:41 PM
  5. HTTP 500 Internal Server Error
    By stoyka in forum Installing on a Windows Server
    Replies: 3
    Last Post: 23 Dec 2010, 04:58 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