Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    25
    Plugin Contributions
    0

    Default New Customers section of admin - names missing

    I'm in the process of upgrading from 1.3.8a to 1.3.9h. I am developing on Windows XP with apache and php v5.2.1. My customer names are missing in the Admin main page in the New Customers: section. I tracked it down to this call in /admin/includes/functions/general.php:

    $customers->fields['customers_firstname'] = zen_output_string_protected($customers->fields['customers_firstname']);

    The zen_output_string_protected function in turn does this...

    return htmlspecialchars($string, ENT_COMPAT, CHARSET, FALSE);

    For some reason the htmlspecialchars function is wiping out the contents of the $string value. I outputted the value of $string before it calls the function and the value is there.

    Is this something wrong with my setup? Any help is appreciated. Thanks.

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

    Default Re: New Customers section of admin - names missing

    See post #6 and if that applies to you:
    http://www.zen-cart.com/forum/showthread.php?t=153143
    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!

  3. #3
    Join Date
    Apr 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: New Customers section of admin - names missing

    Never mind. I just found your post on this subject. It was located in post #6 of this thread:

    http://www.zen-cart.com/forum/showthread.php?t=153143

    Thanks. - I'll upgrade php to more recent version.

 

 

Similar Threads

  1. Recently uploaded a backup admin folder now admin section is missing
    By Robert Thomas Kirby in forum General Questions
    Replies: 2
    Last Post: 23 May 2013, 10:20 AM
  2. Replies: 9
    Last Post: 4 Nov 2010, 08:43 PM
  3. Error in Customers Details in Admin Section
    By dgent in forum Installing on a Windows Server
    Replies: 1
    Last Post: 8 Apr 2010, 12:57 PM
  4. Customer Comments section missing from my admin?
    By McGill in forum General Questions
    Replies: 2
    Last Post: 20 May 2008, 04:42 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