Page 4 of 4 FirstFirst ... 234
Results 31 to 33 of 33
  1. #31
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Internal Server Error

    Quote Originally Posted by DrByte View Post
    Turns out it's an issue with M1 MagneticOne code not cleaning up properly after itself and thus tainting the variable scope.

    So, if you're actually using the M1 stuff, change your /admin/orders.php file, around line 11, by adding the code shown here:
    Code:
      require('includes/application_top.php');
    
    // added to reset garbage leftover by MagneticOne code:
      if (isset($module)) unset($module);
    
      require(DIR_WS_CLASSES . 'currencies.php');
    This fix introduces another problem...the PayPal detail section and ability to refund an order from the admin side is now gone from the middle section of the screen where it used to be. Please see attached image. Thanks! Name:  order.jpg
Views: 39
Size:  32.7 KB

  2. #32
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Internal Server Error

    Probably some test stuff we left in there when we were exploring earlier.

    I suggest this as a hardening, down somewhere around 600:
    Code:
          if (is_object($module) && method_exists($module, 'admin_notification')) {
    .

    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.

  3. #33
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Internal Server Error

    That fixed it.
    Thanks!

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. v139h localhost server checkout_process -> checkout_success returning internal server error
    By kamion in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 26 Jan 2013, 02:49 AM
  2. v150 Display 404 error page instead of 500 Internal Server Error
    By ShopVille in forum General Questions
    Replies: 1
    Last Post: 7 Dec 2012, 05:34 PM
  3. v139f Shopping Cart error: HTTP Error 500 (Internal Server Error)
    By Tulameen in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2012, 01:48 AM
  4. Replies: 13
    Last Post: 4 Jun 2011, 02:31 PM
  5. Replies: 14
    Last Post: 2 Jan 2011, 11:13 PM

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