Page 2 of 2 FirstFirst 12
Results 11 to 20 of 23

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Hitting a wall with installation : blank screen

    Looks like the server has XCACHE installed. Replace the original "/zc_install/index.php" from Zen Cart 1.5.4.

    Then (based on the output from phpinfo) open up "/zc_install/index.php" and change the following lines.

    FROM:
    Code:
    if (function_exists('apc_clear_cache')) @apc_clear_cache();
    //XCACHE
    if (function_exists('xcache_clear_cache')) @xcache_clear_cache();
    //EA
    TO:
    Code:
    if (function_exists('apc_clear_cache')) @apc_clear_cache();
    //XCACHE
    if (function_exists('xcache_clear_cache')) {
      @ini_set('xcache.cacher', 'OFF');
    }
    //EA
    And try the installation again with the changes above.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Hitting a wall with installation : blank screen

    Given all the difficulties you've had with importing the database, I'm inclined to ask: who's the hosting company?
    Don't they provide standard tools like phpMyAdmin to manage 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.

  3. #3
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Hitting a wall with installation : blank screen

    Quote Originally Posted by DrByte View Post
    Given all the difficulties you've had with importing the database, I'm inclined to ask: who's the hosting company?
    Don't they provide standard tools like phpMyAdmin to manage database data?
    Read MY MIND.. because MY thought was that it sounds like it time for the OP to find a NEW hosting company.. Sounds like their server setup was the end and beginning of the OPs issues.. (IJS...)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #4
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Hitting a wall with installation : blank screen

    Could be their OLD hosting provider had really old versions of PHP and MySQL... And the database export contained "TYPE=MyISAM" instead of "ENGINE=MyISAM"... I've not tried importing old mysqldump code into a newer version of MySQL using a recent version of phpMyAdmin, so just speculating...

    But at the same time... Why did the NEW hosting provider change the credentials on the database without notifying you?

    I also did not like the answer of "just use the installation front controller (index.php) from an older version to install the current version of Zen Cart"... Granted this one was probably a little more difficult to troubleshoot... But once the OP posted the PHP information (and I saw XCache installed), I found the answer by doing a quick search of these forums with "install blank page XCache " (and then did another search to find a potential way to temporarily disable OP code caching via XCache during the Zen Cart installation)...
    Last edited by lhungil; 8 Jan 2015 at 12:28 AM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Hitting a wall with installation : blank screen

    Quote Originally Posted by lhungil View Post
    Could be their OLD hosting provider had really old versions of PHP and MySQL... And the database export contained "TYPE=MyISAM" instead of "ENGINE=MyISAM"... I've not tried importing old mysqldump code into a newer version of MySQL using a recent version of phpMyAdmin, so just speculating...

    But at the same time... Why did the NEW hosting provider change the credentials on the database without notifying you?

    I also did not like the answer of "just use the installation front controller (index.php) from an older version to install the current version of Zen Cart"... Granted this one was probably a little more difficult to troubleshoot... But once the OP posted the PHP information (and I saw XCache installed), I found the answer by doing a quick search of these forums with "install blank page XCache " (and then did another search to find a potential way to temporarily disable OP code caching via XCache during the Zen Cart installation)...
    and hence yet another RECENT example on this forum on WHY OH WHY you DO NOT go to your hosting company to troubleshoot Zen Cart, WordPress, Joomla, Drupal, etc issues.. They USUALLY just AREN'T the right folks to ask..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 Blank Screen After Upgrade (fixed) but now blank screen after login!
    By Kias Henry in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 23 Jun 2015, 07:32 PM
  2. Help with blank screen problems
    By myth3_16 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 7
    Last Post: 4 Nov 2010, 09:43 PM
  3. blank screen with Google Checkout
    By RoutersWholesale in forum Addon Payment Modules
    Replies: 1
    Last Post: 13 May 2010, 07:08 AM
  4. Blank Screen After Installation on Fedora 12
    By LeeDuke in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 11 Feb 2010, 06:48 AM
  5. Solution: Blank screen on installation
    By Eckhart in forum Installing on a Windows Server
    Replies: 1
    Last Post: 22 Sep 2008, 07:08 PM

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