Zen Cart Logo
Forums / General Questions / blank page after editing the 2 configure.php files

blank page after editing the 2 configure.php files

Locked

Views: 1,721

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Apr 2010, 4:43 PM
#1
jpmill1953 avatar

jpmill1953

New Zenner

Join Date:
Apr 2010
Posts:
6
Plugin Contributions:
0

blank page after editing the 2 configure.php files

I have searched the forums and tutorials and can't seem to find a solution. After getting a private SSL and making sure it worked I edited the 2 configure.php files in includes and admin/includes. Immediately afterwards I received a blank page and i KNOW I have edited the files correctly, making sure I left the ' where they belong. I then went back and changed it bacl to "false" on both configure.php files. My website is https://www.maxpsi.com

below is the configure.php

// Define the webserver and path parameters
  // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
  // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
  define('HTTP_SERVER', 'http://www.maxpsi.com');
  define('HTTPS_SERVER', 'https://www.maxpsi.com');

  // Use secure webserver for checkout procedure?
  define('ENABLE_SSL', 'false');

below is the admin/includes/configure.php

   * URLs for your site will be built via:  
   *     HTTP_SERVER plus DIR_WS_ADMIN or
   *     HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or 
   *     HTTP_SERVER plus DIR_WS_CATALOG or 
   *     HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
   * ...depending on your system configuration settings
   *
   * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
   */
  define('HTTP_SERVER', 'http://www.maxpsi.com');
  define('HTTPS_SERVER', 'https://www.maxpsi.com');
  define('HTTP_CATALOG_SERVER', 'http://www.maxpsi.com');
  define('HTTPS_CATALOG_SERVER', 'https://www.maxpsi.com');

  // Use secure webserver for catalog module and/or admin areas?
  define('ENABLE_SSL_CATALOG', 'false');
  define('ENABLE_SSL_ADMIN', 'false');

help

12 Apr 2010, 5:23 PM
#2
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: blank page after editing the 2 configure.php files

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=860

Install the above debugging tool from DrByte - the log file will be written to your cache folder and you can see what line the error is on - hopefully that helps.

12 Apr 2010, 6:07 PM
#3
jpmill1953 avatar

jpmill1953

New Zenner

Join Date:
Apr 2010
Posts:
6
Plugin Contributions:
0

Re: blank page after editing the 2 configure.php files

yea what ever this means

12-Apr-2010 16:09:11] PHP Warning:  require(includes/functions/compatibility.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home6/maxpsico/public_html/includes/init_includes/init_file_db_names.php on line 34
[12-Apr-2010 16:09:11] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/functions/compatibility.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home6/maxpsico/public_html/includes/init_includes/init_file_db_names.php on line 34
12 Apr 2010, 6:15 PM
#4
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: blank page after editing the 2 configure.php files

It means the file: compatibility.php

isn't located in the includes/functions/ folder

Is this a new setup? If so - files are missing especially the one I mentioned above.

12 Apr 2010, 7:03 PM
#5
jpmill1953 avatar

jpmill1953

New Zenner

Join Date:
Apr 2010
Posts:
6
Plugin Contributions:
0

Re: blank page after editing the 2 configure.php files

upon closer examination, this is what I have found...

many of my folders do not show up as a folder in cpanel's file manager AS folders. but when you click on them you see the file names but 0 bytes and they have permissions set to 444.
When I try to reupload them via filezilla it says Critical file transfer error.

its been running for several months