Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: address missing from invoice after upgrade

    Are you seeing any myDebug-xxxxx.log files in your /cache/ folder? These should show any PHP errors that are occurring ...
    ref 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.

  2. #12
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    Yes! Tons of them...basically they all say:

    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39
    [29-Oct-2010 08:30:05] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/admin/includes/functions/general.php on line 39

    or

    [13-Nov-2010 21:45:39] PHP Warning: htmlspecialchars() expects at most 3 parameters, 4 given in /home/content/p/u/g/domain/html/store/includes/modules/pages/shopping_cart/header_php.php on line 111

    but I don't know what this means or how to fix it. Special chars?

    Both tables are exactly the same now (with 5 entries) because I imported the working ones. It didn't help, nor did it seem to hurt.
    It had 6 in the non-working site, and did not work with 6.

    The site with deleted countries is the working site...the site with all the countries doesn't work.

  3. #13
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: address missing from invoice after upgrade

    That tells me you're using an old version of PHP and running into a conflict, which requires a workaround posted here: http://www.zen-cart.com/forum/showth...964#post953964
    .

    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. #14
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    That did the trick! I contacted the host and had them upgrade php from 4.x to 5.x and now it's working just fine. I didn't even have to do the manual changes. Thank you DrByte for all your help!

  5. #15
    Join Date
    Jun 2010
    Posts
    48
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    I have the same problem but the PHP version seems to be 5.2.13 although the zen cart interface is only recognising 4.9.4/ I am checking with the hosting co but am not hopeful of getting them to update the php. Are there any other fixes to the above bug? If it can't be fixed then should I simply revert to 1.3.9g as I badly need to get the shopping cart all plumbed in and had hoped to do this after 1.3.9h.

  6. #16
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: address missing from invoice after upgrade

    Quote Originally Posted by Rigel View Post
    I have the same problem but the PHP version seems to be 5.2.13 although the zen cart interface is only recognising 4.9.4/ I am checking with the hosting co but am not hopeful of getting them to update the php. Are there any other fixes to the above bug? If it can't be fixed then should I simply revert to 1.3.9g as I badly need to get the shopping cart all plumbed in and had hoped to do this after 1.3.9h.
    The fix posted *is* the fix for the bug. Either upgrade your PHP, or apply the posted fixes.
    Reverting to g is a bad move.
    .

    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. #17
    Join Date
    Jun 2010
    Posts
    48
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    Thank you. I have now got them to change the PHP to 5.2.13, but this is not quite the version you mention, 5.2.3. I am still having the problem about not seeing address details on the /store/index.php?main_page=address_book in 1.3.9h and 1.3.9f. I can add addresses, delete and edit and the addresses are in the admin and in the db but they just won't display on this page (just under where it says Primary Address). I would be very grateful if you can give me a steer in the right direction to fix this. I have checked the cache logs and so far, today, no error logs, so it may be that this newer version of php has fixed most things, but not this final problem. Thanks again.

  8. #18
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: address missing from invoice after upgrade

    As per the title, this thread is talking about "addresses missing from *invoice* after upgrade".
    You said yours was the same problem, but now you're saying that it's actually a different problem?
    .

    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. #19
    Join Date
    Jun 2010
    Posts
    48
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    The addresses were missing from the invoices, but also from other areas - such as the account details page. I have had to revert to 1.3.9f as the hosting company will not upgrade the version of php beyond 5.2. 13 I have tried reloading the database and can now at least see the text strings set up in the address_format table. However, still no joy. Is there anything else that can be done?

  10. #20
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    Sorry to revive an old thread, but I'm having the missing address issue with ZC 1.5.0, PHP v5.2.17. I have Checkout by Amazon v1.0 installed and orders go through ok, except that I don't get the addresses other than the shipping address. With PayPal or Google checkout, I get a customer address, shipping address, and billing address, but with Amazon I get blanks for the customer, an address for shipping, and blanks for billing. It looks like this (except horizontally in a table):


    CUSTOMER:
    Katherine H

    ,

    SOLD TO:
    Katherine H

    ,

    myemail######################

    SHIP TO:
    Katherine H
    ## XXXXXX ST
    MYTOWN, MA 01234-5678
    US
    This only happens with Amazon, but the Amazon help people actually pointed me at this thread when I tried to enlist their help. So does anyone have any ideas?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 invoice prints too large after upgrade from ver 1.5.1 to 1.5.4
    By itcetera in forum Customization from the Admin
    Replies: 3
    Last Post: 21 May 2015, 06:19 AM
  2. Replies: 2
    Last Post: 20 Jun 2012, 02:41 PM
  3. Missing address details on invoice/packing slip
    By TonyB6 in forum Managing Customers and Orders
    Replies: 8
    Last Post: 6 Jan 2011, 06:14 PM
  4. EZ Page link missing from admin>tools after upgrade
    By craftzombie in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 16 Dec 2006, 02:43 AM

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