Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2007
    Posts
    9
    Plugin Contributions
    0

    Default Shopping Cart won't open - error began after Security Patch installed

    This is the site where I’m having the problem.

    www.asylett.com/authorOrdering
    version 1.3.8

    When you add an item to the shopping cart you get a blank screen with this URL:
    http://www.asylett.com/authorOrderin...r_of_uploads=0

    If you reinvoke the main catalog URL above, you’ll see the Shopping Cart box on the side showing your item is in there, but when you click on the box you get another blank screen with this URL:
    http://www.asylett.com/authorOrderin...=shopping_cart

    The problem all started when I tried to install the security patch. The entire store refused to open after I installed the patch. All I could get was a blank page with the URL at the top suggesting the site was opened. I can’t remember the URL exactly, but it ended with mainpage=

    I reread the instructions and retraced my installation of the security patch to make certain I’d done everything correctly. I had. Still it didn’t work. So, according to the instructions, I took it all out and replaced the altered files with the backup files I had of my original site.

    Still, nothing. Same blank page when I tried to open the catalog.

    I finally gave up and replaced all the files with my backup files and it appeared to be working. At least the main page is coming up and I can get to the individual product pages. BUT the shopping cart error persisted.

    I tried loading my shopping cart file from my other online store site where it is working fine (www.asylett.com/asylettzstore/) I performed the same “exchange” back in 2008 as evidenced in a message to the forum, and the problem was resolved then...but not this time. I’m still getting the same blank shopping cart error.

    Any ideas on where else to look? Thanks in advance,

    Sandra Dugas

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Sandra,
    This is usually a result of putting a file in the wrong directory. Go back through the patch(es) and make sure you've put the files in the correct directory.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    I am having the exact same problem! Does anyone have any ideas what the problem could be or how to fix it? I am not a Zen Guru by any means.

    Help!

    Thanks...

    http://www.earphoneguy.com
    Professional accessories for your two-way radio.
    The Earphone Guy

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

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    I can get to your site but get a blank page on adding products ...

    Get the Debug Tool from the Free Software Add Ons ...

    Also check that you installed the Security Patches correctly ...
    http://www.zen-cart.com/forum/showthread.php?t=131115

    Specifically, make sure that the right html_output.php file is in the right directories:
    /includes/functions/html_output.php
    /admin/includes/functions/html_output.php

    these files are different inside and you will have problems if you mix them up ...
    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

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Hi Ajeh,

    Thanks for the reply! I followed your instructions. Here is what the debug gave me:

    [10-Oct-2009 23:40:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/earphone/public_html/includes/languages/english.php:1401) in /home/earphone/public_html/includes/init_includes/init_templates.php on line 78
    [10-Oct-2009 23:40:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/earphone/public_html/includes/languages/english.php:1401) in /home/earphone/public_html/includes/functions/functions_general.php on line 44


    Any ideas?

    Thanks!
    Professional accessories for your two-way radio.
    The Earphone Guy

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

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Quote Originally Posted by Oriontool View Post
    [10-Oct-2009 23:40:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/earphone/public_html/includes/languages/english.php:1401) in ...
    The message is telling you there's a problem on line 1401 of english.php
    See this related FAQ, which I found by searching for the error message "headers already sent": https://www.zen-cart.com/tutorials/index.php?article=87
    .

    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.

  7. #7

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Thanks. I opened the english.php, but I don't have a line 1401. Mine ends at 1397.

    Any suggestions?

    Thanks!
    Professional accessories for your two-way radio.
    The Earphone Guy

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

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Were you checking the file *on the server*?
    Did you try replacing the english.php file on the server with the original version of it?
    Did you try removing the ?> from the end of the same file?
    .

    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.

  9. #9

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Quote Originally Posted by DrByte View Post
    Were you checking the file *on the server*?
    Did you try replacing the english.php file on the server with the original version of it?
    Did you try removing the ?> from the end of the same file?
    That did it! Removing the ?> worked! Now, for a newbie, what did I do to fix it and how can I prevent this from happening in the future?

    Thanks!
    Professional accessories for your two-way radio.
    The Earphone Guy

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

    Default Re: Shopping Cart won't open - error began after Security Patch installed

    Evidently when you edited your english.php file your editor must have left one or more blank lines after the closing ?>
    Since that file processes very early, long before content is supposed to be sent to the browser, and those blank lines *get* sent to the browser, those lines were causing a problem with the normal order of operations.
    That's "why".

    Solution: don't leave trailing blank lines around if they're outside of the <?php and ?> marks in the file.

    Related FAQ: https://www.zen-cart.com/tutorials/i...hp?article=313
    .

    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.

 

 

Similar Threads

  1. Error after the security patch
    By 1PLM in forum General Questions
    Replies: 4
    Last Post: 25 Jul 2009, 04:43 PM
  2. error after installing security patch!
    By kitcorsa in forum General Questions
    Replies: 5
    Last Post: 30 Jun 2009, 11:53 AM
  3. shopping cart won't save after logout
    By ladyhypnotist in forum Managing Customers and Orders
    Replies: 3
    Last Post: 14 Nov 2008, 06:03 AM
  4. Received error after patch installed
    By iang000 in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 6 May 2007, 07:32 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