Look at what you are using in the file:
/admin/includes/configure.php
for the:
DIR_FS_CATALOG
you should be using the same thing ...
Look at what you are using in the file:
/admin/includes/configure.php
for the:
DIR_FS_CATALOG
you should be using the same thing ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks, Ajeh
Well, I think that I'm at the end of my rope. Still getting a blank page when I try to access my catalog. Do you think that I will have to start over from the very beginning with a fresh installation?!!!![]()
How much product data do you have?Do you think that I will have to start over from the very beginning with a fresh installation?
Was/is this an upgrade or a fresh install?
Zen-Venom Get Bitten
What debug logs are being generated in the:
/cache
directory when you hit the blank page on your site?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Many thanks Ajeh and Kobra,
The tragedy for me is that I had just gotten the site to a point at which I felt comfotable enough to begin loading my products. I have "zero" programming skills, so getting to that point took weeks of siiting in front of the computer with the Zen Cart manual. And now it seems that all is lost!
The most recent error from my debug file is found below. What's strange is that the error is from 3/21. Nothing between 3/21 and today.
[21-Mar-2011 13:12:43] PHP Warning: require(DIR_WS_TEMPLATEStemplate_default/common/html_header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/drea2221/public_html/index.php on line 43
[21-Mar-2011 13:12:43] PHP Warning: require(DIR_WS_TEMPLATEStemplate_default/common/html_header.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/drea2221/public_html/index.php on line 43
[21-Mar-2011 13:12:43] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'DIR_WS_TEMPLATEStemplate_default/common/html_header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/drea2221/public_html/index.php on line 43
Kobra,
It was a fresh installation.
Do you have this line in your file, that is on the server, for:
/includes/configure.php
Code:define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I recently installed zen cart 1.39H and experienced the same blank pages you describe. I can offer this. My 'work in progress - I'm migrating databases' store sits on a a shared server so I don't have access to apache root config files. However by adding a index directive to both the admin .htaccess file and adding the same directive to the store .htaccess file solved the problem for me. errors were of 500 internal server error type at the admin and at the store.
add on seperate line
DirectoryIndex index.php
Thanks Ajeh,
Yes. In my include/configure.php I have:
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
Could you post, from the server, without your password, the file:
/includes/configure.php
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!