Zen Cart Logo
Forums / Installing on a Linux/Unix Server / white, "text" screen after install

white, "text" screen after install

Views: 1,316

Results 1 to 5 of 5
5 Jan 2011, 6:32 AM
#1
boddi avatar

boddi

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

white, "text" screen after install

hi Folks,

I've gone thru the entire install process (successfully) & uploaded a couple of templates.

All I get on the home page of my store, is a blank white page with simple text & html links, but no colors or template theme visible. I've tried changing the theme a couple of times, but no luck.

my store is here:
http://horsepowerherbs.com/cart/

any help appreciated...

thanks

(running v1.3.9h on Linux Cent OS server)

6 Jan 2011, 10:39 AM
#3
boddi avatar

boddi

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: white, "text" screen after install

thanks Canopy, for your suggestion, but no luck.

I tried editing the AllowOverride directive, from "All" to "Limit", in the HTTPD.CONF file, as suggested. No change. Then I renamed both HTACCESS files as suggested, but no luck with that either.

All other PHP apps, like WordPress, PHPBB, Phplist, and on and on, work just fine on this server. Seems like I may be stuck with OsCommerce, too bad. :yuck:

7 Jan 2011, 4:16 AM
#4
canopy avatar

canopy

Totally Zenned

Join Date:
Oct 2006
Posts:
625
Plugin Contributions:
0

Re: white, "text" screen after install

Check the following code in your /includes/configure.php file and make sure it contains a "http" instead of a "https".

  define('HTTP_SERVER', 'http://horsepowerherbs.com');
```If the above code is correct and re-loading your site and clearing your browser cache still does not work, then post the contents of your */includes/configure.php* file here. Exclude any sensitive information like usernames or passwords.
7 Jan 2011, 4:46 AM
#5
boddi avatar

boddi

New Zenner

Join Date:
Jan 2011
Posts:
6
Plugin Contributions:
0

Re: white, "text" screen after install

thanks canopy, much appreciated! looks like I had mistakenly entered pathways in the HTTPS variables ...
all is good now...