Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default zc_install won't run

    HELP!!!! did a fresh install of 1.3.8a to get rid of some horrible things I did in the early days on my site. everything was fine until I imported my old database content - now I get the 'patch levels' error but I can't seem to run zc_install - I reloaded the install folder (it had previously been deleted). I get the first and second pages OK - but when it goes to:
    http://zc_install/index.php?main_page=inspect
    the screen goes blank. I've tried running it on several different machines (I have a very old iMac so wondered if it was a browser problem) and no joy. I've tried resetting permissions on the cache and config files - no joy. I've checked the uploaded file structure aginst the 1.3.8a fileset - seems to be OK.
    has anyone got any ideas - this is getting really desperate - I can't really afford for my site to be down much longer.
    cheers
    toria
    www.toriapilar.com

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: zc_install won't run

    Edit the zc_install/includes/application_top.php file to comment out line 49, i.e.
    error_reporting(0);
    becomes
    // error_reporting(0);
    Then try running zc_install again.

    It won't work, but will hopefully provide a clue as to why it isn't working.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: zc_install won't run

    Hello Kuroi
    thank-you for your quick response. I commented out the line and re- ran - exactly the same thing happened - I get the front page, the license page and then a blank.
    i did wonder if it had anything to do with the .hta access - but no, removing that made no difference
    could it be server settings? it seems I'm not alone - someone else had same problem in april but thread petered out with no solution....
    i don't want to revert to my old site but ...
    thanks in advance for any ideas
    cheers
    Toria

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: zc_install won't run

    You could try looking specifically at zc_install/includes/modules/pages/inspect/header_php.php and zc_install/includes/templates/template_default/templates/inspect_default.php to check that they are not truncated or corrupted. Or maybe even deleting them and replacing them with fresh copies to eliminate this risk.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: zc_install won't run

    Thanks kuroi. tried that - no change. assuming files downloaded ok (they look ok to me but what do i know!) then the ones uploaded to my server are identical.
    partially out of curiosity and partially out of desperation, i manually changed the word 'inspect' in the url to 'upgrade' and I got an error page that mentiond timeout or cache permissions or php sessions on the server.
    my zen certified host did the install for me and then dumped the zcinstall before handing it over to me - I've had to reload the zc_install. could they have set something at their end? I have spoken to them briefly (it was at closing time yesterday - not good timing on my part) but they were the ones who suggested i redid the install umm so....bit lost
    cheers
    Toria

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

    Default Re: zc_install won't run

    Is there a log file for zcInstall information located in your /cache/ folder? If so, it might indicate some information about what problems are being encountered.
    .

    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
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: zc_install won't run

    Hello Dr Byte
    the only thing in the cache folder is 'index.php'. I tried a friend's computer last night - re downloaded a 1.3.8a fileset and uploaded the zc_install from a new PC - same thing happened. I had wondered if my very geriatric imac and defunct browser had somehow corrupted files - if they had, it doesn't seem to be the problem.
    cheers
    Toria

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

    Default Re: zc_install won't run

    Is your "cache" folder "writable"?, ie: chmod 777 ? The installer needs to create some temporary files, and uses the cache folder for that purpose. If it can't write to that folder, it can't proceed with the install.
    Your host can tell you whether 777 is acceptable or not with your server's configuration. Sometimes 755 is the max they'll allow, and in *those* cases, 755 should work.
    .

    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. #9
    Join Date
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: zc_install won't run

    Hello Dr Byte
    first time I tried, cache was at 755. I changed it to 777. doesn't seem to have made a difference. also tried setting permissions of configure files to 777 when i ran the install. I'm sure its something simple like that but what?
    cheers
    Toria

  10. #10
    Join Date
    Dec 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: zc_install won't run

    Hello Br Byte
    Vger (my lovely host) has just sent me a PM. according to the error log, one of my files was missing its .php extension. that has been remedied and has allowed me to get as far as the upgrade page. The problem is now apparently:
    mysql_upgrade_zencart_137_to_138.sql SQL Install file does not exist
    I can see it on the server via Fetch so just trying to sort that one out now.
    cheers
    Toria

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v138a zc_install on server won't run
    By Nyssa in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 1 Jul 2013, 02:36 AM
  2. New Install -- telling me to run zc_install
    By Rashid04 in forum Installing on a Windows Server
    Replies: 12
    Last Post: 8 Aug 2011, 10:44 PM
  3. zc_install keeps wanting to run
    By distanceDemon in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 29 Nov 2006, 02:08 AM
  4. Cannot run zc_install
    By stembo43 in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 10 Nov 2006, 04:49 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