Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default New Customer Name not displaying in Admin Box

    Greetings...

    I just upgraded from v.1.3.9.g to .h and everything went fine as usual except...

    In the admin view, the "New Customer" names are not appearing in the appropriate column but the date column has the date they signed up. I signed up as a test customer, placed an ordered, and everything is fine except the display on the admin panel as noted. The "New Orders" box has the customers name, date, and order amount as appropriate. Any ideas what to look at?

    Before posting this question I went to Tools>Store Manger and ran the various utilites. My level as a zen is a ZERO.

    www ranchdogmolds.com/store

  2. #2
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    I went back through the installation, cleared the cache, and this is the message I get when I click on the admin logo to refresh the admin page...

    Code:
    30-Oct-2010 13:31:32] PHP Warning:  htmlspecialchars() expects at most 3 parameters, 4 given in /home/hranch16/public_html/store/ranch/includes/functions/general.php on line 39
    This is what I see in /store/ranch/includes/functions/general.php, lines 37 through 47...

    Code:
      function zen_output_string($string, $translate = false, $protected = false) {
        if ($protected == true) {
          return htmlspecialchars($string, ENT_COMPAT, CHARSET, FALSE);
        } else {
          if ($translate == false) {
            return zen_parse_input_field_data($string, array('"' => '"'));
          } else {
            return zen_parse_input_field_data($string, $translate);
          }
        }
      }

  3. #3
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: New Customer Name not displaying in Admin Box

    Using an older version of PHP?

    What PHP version is listed if you visit Admin->Tools->Server Info ?
    .
    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.

  4. #4
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    PHP Version: 4.4.8 (Zend: 1.3.0)

  5. #5
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    In order to restore the customer names into the "New Customers" box on the Admin Home, I simply copied from 1.3.9.g, admin/includes/functions/general.php. The "New Customers" panel box is restored, everything seems to be working and there are no more debug messages in the cache.

    Is it possible that something is wrong with general.php in 1.3.9.h?

    This stuff is way beyond me but I figured, through the debug text, that if the file was working before the upgrade, may be the old one would still work. There might be other implications that I would not be able to forecast in using the old file but I will watch the cache for errors.
    Last edited by Ranch Dog; 31 Oct 2010 at 03:10 AM.

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

    Default Re: New Customer Name not displaying in Admin Box

    Don't do that ...

    Put back the proper general.php function file ...

    Then, because you have an older php version, follow the changes from this post:
    http://www.zen-cart.com/forum/showpo...64&postcount=6
    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!

  7. #7
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    I sent my host a support request for updating the PHP version. They have been very responsive in the past, may be they will work on it.

  8. #8
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    Okay, thanks for the instruction link. Will get to it.

  9. #9
    Join Date
    Aug 2010
    Location
    Cuero, TX
    Posts
    55
    Plugin Contributions
    0

    Default Re: New Customer Name not displaying in Admin Box

    Thanks Ajeh, it was quick and easy work. I search for quite a while this morning looking for something like post you referenced. Quite a bit of stuff to sift through. Might be time to pack my files and move!
    Last edited by Ranch Dog; 31 Oct 2010 at 04:36 AM.

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

    Default Re: New Customer Name not displaying in Admin Box

    Thanks for the update that this helped to resolve your problem ...
    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!

 

 

Similar Threads

  1. Search box in Admin not searching in product name?
    By rudyh01 in forum Basic Configuration
    Replies: 6
    Last Post: 13 Dec 2011, 03:47 PM
  2. Suddenly order not displaying in customer account or admin
    By jencdesigns80 in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 15 Feb 2011, 06:30 AM
  3. PayPal transaction details grey box not displaying on admin orders pages
    By Woodymon in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 16 Oct 2007, 10:54 PM
  4. Customer Reviews - displaying the name
    By ginginca in forum General Questions
    Replies: 1
    Last Post: 18 Feb 2007, 11:52 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