Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    I will have to digest what you said and may have questions after I think about it...but this happened immediately after the upgrade...before I reloaded any table data. Hmmmmmm let me ponder this a bit and see if I can get it working. If you have any suggestions on how to "uncorrupt" the tables, I would appreciate it. They've had several sales since the upgrade 3 days ago so I'd hate to lose all that data.

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

    Default Re: address missing from invoice after upgrade

    Well, what ARE the values for those things in your database?
    .

    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
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: address missing from invoice after upgrade

    The address_format table has an address_format_id record #2 in it that corresponds to the countries table which has a countries_id 223 record for USA which also has have an address_format_id value of 2 which matches up with the orders which have a format_id of 2.

    I thought that might be it, but everything is as it should be. I didn't do anything to the countries table - just added Canada to zones.

  4. #4
    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.

  5. #5
    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.

  6. #6
    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.

  7. #7
    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!

 

 

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