Zen Cart Logo
Forums / Installing on a Windows Server / URGENT: Blank pages!

URGENT: Blank pages!

Locked

Views: 1,249

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
26 Jun 2010, 1:47 AM
#1
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

URGENT: Blank pages!

I really need help ASAP on this. It's approaching 7pm and my boss won't let me leave until this is fixed : /

Anyway, our webhost migrated us to a new server which caused all sorts of problems. I think this is the last piece of the puzzle! No matter what page I attempt to access, I get a blank page. I have tried everything I could find in the KB/FAQ/Tutorials. I have uploaded the whole directly, as well as each folder individually thinking that an all-at-once upload was too much. Nothing's worked. I did notice that when I added the trailing slash at the end of DIR_FS_CATALOG in both configure.php files, I got an "unexpected ENCAPSULATED T_STRING" error, on the blank pages.

myDEBUG files consistently show the following

[26-Jun-2010 01:42:10] PHP Fatal error: Class 'notifier' not found in \boswinfs05\home\users\web\b2571\whl.ksport\ksportusa\store\includes\autoload_func.php on line 79

Here is lines 78, 79, 80 from that file

 } else {
    $$objectName = new $className();
    $debugOutput .= '$' . $objectName . ' = new ' . $className . '();<br />';

Lastly, my techsupp file is located at:
http://www. k s p o r t u s a .com/store/zc_install/techsupp.php

I greatly appreciate any help. Thanks in advance! Sorry for the long post, I just want to be as thorough as possible.

26 Jun 2010, 5:42 AM
#2
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: URGENT: Blank pages!

ksport:

I really need help ASAP on this. It's approaching 7pm and my boss won't let me leave until this is fixed : /

RU Still at work?

First thing I'd check is to see if the new site had a default, but empty "index.htm" file. If so, just delete it. It'll be taking precedence over the zencart.php file.

If that makes no difference, create a simple index.html file (Hello World) as a quick check to see if the server is behaving as expected.

Cheers
Rod

26 Jun 2010, 4:20 PM
#4
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: URGENT: Blank pages!

I hadn't even thought about the index file idea. I'm checking that out right now.

I tried following jaycodes tip before posting last night, but it gives me an "unexpected ENCAPSULATED T_STRING" error if I add the trailing slash.

26 Jun 2010, 4:24 PM
#5
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: URGENT: Blank pages!

Nope, I can't find any index.htm or .html files within the store directory.

26 Jun 2010, 4:40 PM
#6
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: URGENT: Blank pages!

ksport:

I hadn't even thought about the index file idea. I'm checking that out right now.

I tried following jaycodes tip before posting last night, but it gives me an "unexpected ENCAPSULATED T_STRING" error if I add the trailing slash.

Correction: The error is unexpected T_STRING

26 Jun 2010, 5:03 PM
#7
ksport avatar

ksport

New Zenner

Join Date:
Dec 2009
Posts:
9
Plugin Contributions:
0

Re: URGENT: Blank pages!

I fixed it! Finallly! yay!!

It turns out that PHP doesn't like backslashes. My server is a Windows machine, so I had my physical paths set with backslashes. I changed all of them to slashes, and it works now!