Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Admin Order Display Problem - page blank

    I had 1.3.8. I recently upgraded to latest 1.3.9h. Everything looks fine. Except, When I click on a new order, go in to order details, it looks empty.

    Screenshot here:
    http://imageshack.us/photo/my-images...0820at630.png/

    Any input will be apreciated.

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

    Default Re: Admin Order Display Problem

    What messages are in the /cache/myDebug-adm-xxxxxx.log files?
    https://www.zen-cart.com/tutorials/index.php?article=82
    .

    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. #3
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Admin Order Display Problem - page blank

    Ok thanks for pointing me to log files. From the latest session, I saw this:

    [20-Aug-2011 17:24:54] PHP Fatal error: Call to undefined function zen_address_format() in /home1/xxxxxx/public_html/admin/orders.php on line 382

    Any ideas?

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

    Default Re: Admin Order Display Problem - page blank

    Evidently you're missing the file that contains the function zen_address_format()
    So, that suggests one or more of your files didn't get upgraded properly, or didn't upload properly, maybe both.
    .

    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.

  5. #5
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Admin Order Display Problem - page blank

    Quote Originally Posted by DrByte View Post
    Evidently you're missing the file that contains the function zen_address_format()
    So, that suggests one or more of your files didn't get upgraded properly, or didn't upload properly, maybe both.
    Well, I have another Zencart store that works properly. When I searched for "zen_address_format()" from admin -> Dev tool kit, it says not found, just as in this store I am having problems with....

  6. #6
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Admin Order Display Problem - page blank

    Code:
                    <td class="main"><?php echo zen_address_format($order->customer['format_id'], $order->customer, 1, '', '<br />'); ?></td>
    That's the line having problems in admin/orders.php

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

    Default Re: Admin Order Display Problem - page blank

    Quote Originally Posted by sle39lvr View Post
    Well, I have another Zencart store that works properly. When I searched for "zen_address_format()" from admin -> Dev tool kit, it says not found, just as in this store I am having problems with....
    You won't find it by putting both brackets on the end.
    It's a function which also takes several parameters, so you'll never find it by searching for zen_address_format() directly.
    Try "function zen_address_format" instead.

    Better yet, check ALL your files, since it's likely that you've got more than one that's busted: http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .

    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 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Admin Order Display Problem - page blank

    No Luck with that either

    "zen_address_format" comes up on 11 files. Seems like it's hard to narrow down the issue.

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

    Default Re: Admin Order Display Problem - page blank

    and what about "function zen_address_format" that I suggested?

    For me it brings up 2 admin files. One where the function is commented-out and the other is the one which contains the active version of the code.
    .

    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.

  10. #10
    Join Date
    Jan 2011
    Posts
    196
    Plugin Contributions
    0

    Default Re: Admin Order Display Problem - page blank

    'function zen_address_format' brings up two files for me as well:
    admin/includes/functions/general.php
    includes/functions/functions_customers.php

    However, on my other store that works, it only brings up last file (1 total).

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. display problem in admin page!
    By alkayem in forum Basic Configuration
    Replies: 2
    Last Post: 27 Aug 2011, 06:37 PM
  2. How to display shipping weight in admin order detail page?
    By penner in forum Managing Customers and Orders
    Replies: 1
    Last Post: 6 Apr 2011, 12:27 AM
  3. admin display/layout problem: blank area below menu
    By podbear in forum General Questions
    Replies: 2
    Last Post: 25 Jan 2011, 05:01 AM
  4. Blank Admin Page problem
    By hrinfo in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 19 May 2008, 01:49 PM
  5. Order problem - Blank page
    By diviniti in forum Managing Customers and Orders
    Replies: 3
    Last Post: 16 Sep 2006, 06:15 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