Results 1 to 10 of 21

Hybrid View

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

    Default Re: Intallation Problem

    That typically happens if a PHP error is occurring on the page. While there's no error shown in the screenshot you provided, there may still be one.
    While it feels a little unlikely to be the exact solution, try making this code change, and see if it helps: http://www.zen-cart.com/forum/showpo...23&postcount=5

    Failing that, try editing /zc_install/includes/installer_params.php and change the STRICT_ERROR_REPORTING from FALSE to TRUE. Then try again, and report any error messages you see.
    .

    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. #2
    Join Date
    Aug 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Intallation Problem

    I am a little confused I located the php file but unsure what to change.
    Copy as follows:
    if (PHP_VERSION >= '5.3' && ini_get('date.timezone') == '')
    {
    die('ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing.');
    } else {
    $baseTZ = date_default_timezone_get();
    date_default_timezone_set($baseTZ);
    unset($baseTZ);
    }

    I also tried changing your second suggestion but still same message.
    Thank you so much for your patience

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

    Default Re: Intallation Problem

    the } else { would be replaced by the code highlighted in red in the post I mentioned.
    .

    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
    Aug 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Intallation Problem

    Tried both suggestions thanks but still no joy. Any further advice?
    I was thinking to completely remove the site and start again.

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

    Default Re: Intallation Problem

    A fresh upload often solves a myriad of problems caused by prior failed uploads.
    .

    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. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Intallation Problem

    Do you currently have an htaccess file in your account?

    Check to see if there is a directive in it for files types and add .php if it is not included
    Zen-Venom Get Bitten

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

    Default Re: Intallation Problem

    Quote Originally Posted by kobra View Post
    Do you currently have an htaccess file in your account?

    Check to see if there is a directive in it for files types and add .php if it is not included
    kobra, that's not going to work ... since if you look at the screenshot, he can obviously load the initial installer pages just fine.

    The problem is that something else is triggering the download; most likely a PHP error is setting some header output and then triggering an alternate response (downloading) instead of generating the correct HTML to output as a normal page.

    Adding htaccess directives is not going to solve this 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.

 

 

Similar Threads

  1. Problem with Navigation In IE below 7.0! Minor Problem, need help!
    By bajanboost in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Aug 2007, 04:09 AM
  2. table prefix at intallation/setup - yes or no, and why?
    By azenuser in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 1 Feb 2007, 01:14 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