Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1
    Join Date
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default white screen in XAMPP install

    Hello,

    I want to install ZC 1.3.8 (clean-install), but when i try to install it, I get a whitescreen afteer phpbb-settings. I don't use forum in this shop.
    So I have to re-install it again and same thing happens again and again....looping

    What is the problem with this 1.3.8?
    Last edited by raimond; 2 Dec 2007 at 12:16 PM. Reason: addition

  2. #2
    Join Date
    Nov 2007
    Location
    UK
    Posts
    102
    Plugin Contributions
    0

    Default Re: white screen in install

    You may be missing a file in the right location, take a look at the diagram inside the zip zen cart and ensure that all your files are install to the right directories. It's really easy to move files by accident while using a ftp programme. I've done it before

    Kerrie

    ----------------------------------------
    http://www.weddingandgems.co.uk
    http://www.wedding-directory.biz

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: white screen in install

    Quote Originally Posted by raimond View Post
    I want to install ZC 1.3.8 (clean-install), but when i try to install it, I get a whitescreen afteer phpbb-settings.
    After phpbb settings, it tries to save all your information to the configure.php files.

    Can you post a link to your zc_install folder?
    I'm mostly interested in your server specs and to look at your phpinfo details.
    .

    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
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default Re: white screen in install

    http://rspikker.thuisserver.com/phpinfo.php

    It is on my own desktop...I deleted the whole directory and unzipped the zc138 again and again...but same problem everytime.

    I repaired the configures myself and created users into the db myself...So the store works, but this isn't the right way.

    In both configure.php the end tag
    Code:
    ?>
    was missing

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: white screen in install

    Quote Originally Posted by raimond View Post
    In both configure.php the end tag
    Code:
    ?>
    was missing
    That's normal, and entirely okay.
    .

    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
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default Re: white screen in install

    Quote Originally Posted by DrByte View Post
    That's normal, and entirely okay.
    It is normal when the installation is interupted....but the file start with
    Code:
    <?php
    and has to end with
    Code:
    ?>
    that's normal.

    After editing this file the shop works. The file must have a starting and ending tag.

    But the problem is that I can't finish the installation and I have to setup the end manually

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: white screen in install

    Quote Originally Posted by raimond View Post
    ... and has to end with
    Code:
    ?>
    that's normal.
    No, actually, it's perfectly acceptable to *not* have a closing ?> at the end of PHP files.
    In fact, we left it off intentionally.
    .

    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
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: white screen in install

    Quote Originally Posted by raimond View Post
    But the problem is that I can't finish the installation and I have to setup the end manually
    I'm not sure what about your XAMPP setup is causing the problem you mentioned.

    In your /cache folder there is likely a zc_install log file. Can you please post it here?
    .

    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
    Jul 2004
    Location
    The Netherlands, Wierden
    Posts
    430
    Plugin Contributions
    0

    Default Re: white screen in XAMPP install

    of course


    <attachment removed for privacy>
    Last edited by Kim; 2 Dec 2007 at 08:26 PM.

  10. #10
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: white screen in XAMPP install

    Just a note on the why ?> has been removed from some files.

    This is an ongoing process that will continue into v1.4.

    As some people will know, if u include a php file and there is whitespace after the final ?> then it can cause problems, usually the dreaded
    headers already sent error.

    Removing the ?> from php files is a way of mitigating against this error. php will quite happily work without it, and now any whitespace at the end of the file will not cause errors.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. white, "text" screen after install
    By Boddi in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 7 Jan 2011, 05:46 AM
  2. White Blank Screen
    By princess_care in forum General Questions
    Replies: 11
    Last Post: 2 Aug 2010, 08:45 PM
  3. White screen at checkout
    By tomf80 in forum General Questions
    Replies: 2
    Last Post: 16 Jul 2010, 08:19 PM
  4. Installer is displaying a blank screen in XAMPP
    By techschema in forum Installing on a Windows Server
    Replies: 3
    Last Post: 22 Mar 2010, 01:17 AM
  5. white screen on install page GRRR
    By semaxd in forum Installing on a Linux/Unix Server
    Replies: 15
    Last Post: 17 Nov 2008, 05:03 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR