Zen Cart Logo
Forums / Installing on a Linux/Unix Server / site wont display in explorer after transfer

site wont display in explorer after transfer

Locked

Views: 2,009

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
3 Aug 2008, 6:47 AM
#1
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

site wont display in explorer after transfer

Hi all,
I asked a new host to transfer a site that has been running on another host to transfer a friend's site and now it is up it won't display in explorer browser. It comes up in Firefox but not explorer. Explorer shows a blank page and doesn't load. The new host is not claiming responsabilty and I have not idea how to fix it.

It was stored as an addon domain before and now has its own dedicated IP - I don't know if this makes any difference?

Also I am locked out of the admin as it wont accept the username and password.

This web site has been like this for days and the owner is loosing alot in sales as a result. I am getting pretty concerned and would be grateful for any help please. :unsure:

3 Aug 2008, 7:07 AM
#3
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

Thanks for being so quick DrByte.

I read the page on troubleshooting blank pages. The error log shows lots of page not found on the following:
/public_html/robots.txt
/public_html/404.shtml
/public_html/robots.txt
What do I do please?

3 Aug 2008, 7:16 AM
#4
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

I am tying to figure this out from the links provided and have a question. Should i upload the /includes/configure.php and /admin/includes/configure.php files I backed up from the old site? Could they have messed that up on the transfer and is why the admin wont let me in?

3 Aug 2008, 7:16 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: site wont display in explorer after transfer

blind1:

Thanks for being so quick DrByte.

I read the page on troubleshooting blank pages. The error log shows lots of page not found on the following:
/public_html/robots.txt
/public_html/404.shtml
/public_html/robots.txt
What do I do please?

That's from your apache errorlog. Those are minor and can be ignored. Only search engines look for robots.txt files. And those messages are just saying that they didn't find one when they looked for it.

The blank-page FAQ, esp step 2a, deals with PHP errors, not apache errors.

3 Aug 2008, 7:38 AM
#6
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

DrByte,
I uploaded the enable_error_logging.php file and when i checked the site in explorer it appeared. I looked at the enable_error_logging.php file and there is nothing changed from the original enable_error_logging.php file. I then deleted it and checked again and the page wouldnt load again.
I then uploaded the enable_error_logging.php file and when I did the web site loaded!

Can you tell me what I do now please? Do I just leave the file there?

3 Aug 2008, 12:13 PM
#7
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

This is the error from the cashe debug file:
[03-Aug-2008 07:07:38] PHP Fatal error: Call to a member function Execute() on a non-object in /home/databasename/public_html/includes/functions/sessions.php on line 61

This is line 61 on my sessions.php file:
** $total = $db->Execute($qid);**

3 Aug 2008, 1:13 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: site wont display in explorer after transfer

What version of Zen Cart are you using?
What version of PHP is your server using?

Sounds like your PHP version is too new for the version of Zen Cart you're running.

3 Aug 2008, 1:17 PM
#9
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

PHP 5.2.5
Zencart 3

3 Aug 2008, 1:48 PM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: site wont display in explorer after transfer

blind1:

Zencart 3
Please re-check that. Zen Cart hasn't released a version 2 yet, let alone 3 !!

3 Aug 2008, 11:39 PM
#11
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

Sorry it must be 1.3.6

4 Aug 2008, 8:24 AM
#12
blind1 avatar

blind1

Zen Follower

Join Date:
Dec 2006
Location:
Victoria, Australia
Posts:
351
Plugin Contributions:
0

Re: site wont display in explorer after transfer

Hi Dr Byte,
The host provider says they have fixed it. Here is what they have said:

**I actually (this time mostly by pure luck) I think I was able to fix the issue with IE. The fact that enable_error_logging.php file was writing to the cache folder led me to the conclusion that the issue might be with the cached files under it. Indeed there was a rather strange .htaccess file also several old sessions. I have removed those. Then I renamed the enable_error_logging.php to old.file. It is not working now. The web site though seems to be functioning without any troubles in IE. I was able to browse without any troubles. **