Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Moved Site - Compatibility 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.

  2. #12
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    I appreciate the suggestion and had already made those changes in the hope they would help - nada.

    Remember, the host is running -

    Apache:2.2.19
    MySQL5.1.52
    PHP:5.2.17

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

    Default Re: Moved Site - Compatibility Issues?

    It sounds like maybe they're not.

    What version information appears when you go to Admin->Tools->Server Info ?

    Also, what language are you using this with?
    And what CHARSET have you defined in your language files?
    .

    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
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    Zen Cart 1.3.9h
    Database Patch Level: 1.3.9d

    Server OS: Linux 2.6.38.7 Database: MySQL 5.1.52
    Server Date: 07/26/2011 18:12:41 Database Date: 07/26/2011 18:12:41
    HTTP Server: Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8r DAV/2 mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
    PHP Version: 5.2.17 (Zend: 2.2.0)

    Using with English. CHARSET is iso-8859-1. Could this be a database issue with character set?

  5. #15
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Moved Site - Compatibility Issues?

    Maybe. Maybe not. What's the character set of your database data?
    .

    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.

  6. #16
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    I believe it's latin1_swedish_ci.

  7. #17
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    Updated the CHARSET in the database to UTF-8 and in the language files. No luck. I still have entire customer records that show blank fields (when the data is clearly in the database).

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

    Default Re: Moved Site - Compatibility Issues?

    Most peculiar.
    I can't replicate your 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
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    I appreciate your help. If I get to the bottom of this, I'll update this post. If the database wasn't so large and the problem wasn't so sporadic, it'd probably be easier to diagnose and fix.

  10. #20
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Moved Site - Compatibility Issues?

    Someone suggested I check my error logs and I'm coming up with the following -

    [01-Aug-2011 09:08:10] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /home/xyz/public_html/fakeadmin/customers.php on line 1099
    [01-Aug-2011 09:08:10] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /home/xyz/public_html/fakeadmin/customers.php on line 1101
    [01-Aug-2011 09:08:10] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/xyz/public_html/fakeadmin/includes/classes/object_info.php on line 29
    [01-Aug-2011 09:08:10] PHP Warning: Variable passed to each() is not an array or object in /home/xyz/public_html/fakeadmin/includes/classes/object_info.php on line 30

    in addition -

    [01-Aug-2011 07:45:38] PHP Warning: Invalid argument supplied for foreach() in /home/xyz/public_html/includes/modules/shipping/usps.php on line 278

    After the upgrade I was having trouble with international shipping so I installed the module USPS Shipping Module Update - RateV4 - IntlRateV2.

    Can any of these be related to the missing info?

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Moved site and now have BIG ISSUES
    By shags38 in forum General Questions
    Replies: 22
    Last Post: 29 May 2012, 06:18 AM
  2. Image issues - Moved site to new provider
    By matchlock in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Jun 2011, 10:31 PM
  3. IE Compatibility Issues
    By dgent in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Nov 2010, 01:55 PM
  4. Browser compatibility issues useing IE
    By Turtleman in forum General Questions
    Replies: 2
    Last Post: 29 Jan 2007, 02:56 PM
  5. Browser compatibility issues
    By Rhitty in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Jan 2007, 01:38 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