Results 1 to 10 of 29

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Ok, I restarted this project today. I completely deleted the previous test store directory (in Filezilla) and I completely deleted the database I created yesterday. I even redownloaded the 1.5.5 zip file from SourceForge. Unfortunately, I'm still stalling out in "loading character set specific data." Comparing the database data to the mysql_utf8.sql file in the install folder, I can see that the countries were added except the last one and no zones have been added. Unlike yesterday, this time a DEBUG log file was generated and it has 14 lines that all say:


    Code:
    [13-Apr-2016 10:45:59 America/New_York] PHP Warning:  mysqli_connect(): (HY000/2002): No such file or directory in /homepages/PATH_TO_STORE/includes/classes/db/mysql/query_factory.php on line 102
    In case any of this is pertinent to the problem, here is as much information as I can collect about the server and site:

    Host: 1&1
    PHP version: 5.5.34
    MYSQL version: 5.5

    Thanks, DrByte for your previous assistance on this. Is there anything else that would shed light on this issue?

  2. #2
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: install freezes at "Loading Character Set specific data 59%"

    On closer inspection, I'm not sure that debug line is related to the problem of running the [COLOR=#333333]mysql_utf8.sql file. The time stamp on that file is earlier than the last zcInstallLog file that ends with:


    Apr 13 2016 10:49 -- General
    processing file /homepages/22/d250293540/htdocs/155_store_upgrade/zc_install/sql/install/mysql_utf8.sql

    Not knowing exactly how this new installation works, it sure looks to me like the process partially completes the SQL statements in that file but doesn't finish and doesn't do anything further.

    Hope there is some way to complete this install on this server. The host is forcing my client to upgrade to php 7 soon (or pay extra money) and I'm aware that only zc 1.5.5 works with php 7.

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

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Quote Originally Posted by earmsby View Post
    On closer inspection, I'm not sure that debug line is related to the problem of running the [COLOR=#333333]mysql_utf8.sql file. The time stamp on that file is earlier than the last zcInstallLog file that ends with:


    Apr 13 2016 10:49 -- General
    processing file /homepages/22/d250293540/htdocs/155_store_upgrade/zc_install/sql/install/mysql_utf8.sql

    Not knowing exactly how this new installation works, it sure looks to me like the process partially completes the SQL statements in that file but doesn't finish and doesn't do anything further.
    You are correct in your understanding of the flow.

    I'm still puzzled about why it's halting, and at different points each time.
    .

    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
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,927
    Plugin Contributions
    4

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Hi

    Can you provide info regarding your server setup

    e.g. php version, mysql version etc.

    your admin/server_info.php will provide this info

    Or put a file on your server like this:
    filename: phpinfo.php
    Code:
    <?php echo phpinfo();
    and point your browser to that phpinfo.php file, to see the details on-screen.
    Delete the file when done.

  5. #5
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Thanks Wilt, I think I did give the php and mysql versions above. :)

  6. #6
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Could it have anything to do with collation? As far as I can tell from everything I can see in phpMyAdmin the database and tables use UTF, but is it possible that something somewhere else is latin-1 and that is causing a problem? I guess if that were the problem none of the UTF-8 data would be written.

    Next, I wonder if the issue has something to do with 1&1. I might try to replicate this install on another server just to see if I get a different result or if the same thing happens.

    Meanwhile, if you can think of any other possible reason or possible place for me to look for info that would shed light on the problem, I'd be appreciative.

    I'm guessing no one else has reported any problem like this?

    Thanks for your help!

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

    Default Re: install freezes at "Loading Character Set specific data 59%"

    [QUOTE=earmsby;1308471]Could it have anything to do with collation? As far as I can tell from everything I can see in phpMyAdmin the database and tables use UTF, but is it possible that something somewhere else is latin-1 and that is causing a problem? I guess if that were the problem none of the UTF-8 data would be written.
    [/code]
    For a fresh install I don't see how collation matters in this context.
    Quote Originally Posted by earmsby View Post
    Next, I wonder if the issue has something to do with 1&1. I might try to replicate this install on another server just to see if I get a different result or if the same thing happens.
    Perhaps.

    Quote Originally Posted by earmsby View Post
    I'm guessing no one else has reported any problem like this?
    Nobody.
    Of the hundreds of installs I've done, I've not encountered it failing like this, at least not without logging a "why" in the logs.
    .

    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.

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Are you trying to enable HTTPS from the get-go? 1&1 (shared-server accounts) currently has some "issues" like no support for TLS 1.2 that could be getting in the way.

  9. #9
    Join Date
    Oct 2006
    Location
    Worcester, MA
    Posts
    454
    Plugin Contributions
    0

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Quote Originally Posted by lat9 View Post
    Are you trying to enable HTTPS from the get-go? 1&1 (shared-server accounts) currently has some "issues" like no support for TLS 1.2 that could be getting in the way.
    Yes, I was using HTTPS from the start because the current live site does. I thought you had to use https to even be able to log into the admin section at all. I guess I try the process again without it just to see what happens and if that makes a difference.

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

    Default Re: install freezes at "Loading Character Set specific data 59%"

    Quote Originally Posted by earmsby View Post
    Code:
    [13-Apr-2016 10:45:59 America/New_York] PHP Warning:  mysqli_connect(): (HY000/2002): No such file or directory
    While the wording is strange, that combination of error number and error message usually means it can't connect to the database. And often it's because of mismatches in the way the server's name-resolution is working.
    Sometimes changing the DB_SERVER from 'localhost' to '127.0.0.1' is enough to fix it.

    It could be that you were getting those errors before zc_install asked you for the db details (and thus the errors are just a byproduct of the system-inspection probing that zc_install does) ... and then those errors stopped after you gave it your real db details. In that case those errors can be ignored.
    .

    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.

 

 

Similar Threads

  1. Installation Errors "Unexpected character" "syntax error"
    By TheHTMLMan in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 6 Mar 2012, 05:39 PM
  2. Replies: 2
    Last Post: 5 Nov 2010, 10:34 PM
  3. "forgot password" freezes access
    By Schnak in forum General Questions
    Replies: 2
    Last Post: 14 Jul 2008, 05:15 AM
  4. site "freezes" while in admin
    By craftzombie in forum General Questions
    Replies: 15
    Last Post: 3 Dec 2006, 02:17 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