Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Site Down! Please Help!

Site Down! Please Help!

Locked

Views: 1,531

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
12 Sep 2009, 5:22 PM
#1
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Site Down! Please Help!

Hi,

I just finished upgrading my site from v1.3.8 to 1.3.8a using WinMerge as DrByte suggested from this post (scroll to #2).

Then I went here and applied some of the fixes to known bugs for v1.3.8/v1.3.8a. I applied them according to this, and a few others but stuck to the required mostly.

Then I went to my site, http://www.a u t o m o t i v e a c e.com and it came up as . With the site being blank I am thinking but that I probably have a blank space from one of the pages that I edited to during the upgrading process.

Is there a tool available that I can use to find which file or files are causing this and that will provide the solution to fix the file or files.

The site is down for maintenance, I have not gone 'Live' yet, still doing some prep work.

Thanks in advance for any and all help.

12 Sep 2009, 5:40 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Site Down! Please Help!

Grab the debug utility for the free software add ons tab above.

You could also go to admin (if that is up) and in Tools - Developers Tool and enter the text  to see what file this is in.

Tina

12 Sep 2009, 6:02 PM
#3
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Site Down! Please Help!

That weird text is the UTF-8 BOM inserted by your editor. What editor are you using to edit your files?

I'm not sure if the developers toolkit will find that marker.

12 Sep 2009, 6:28 PM
#4
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Site Down! Please Help!

kiddo:

That weird text is the UTF-8 BOM inserted by your editor. What editor are you using to edit your files?

I'm not sure if the developers toolkit will find that marker.

The toolkit did in fact find the errors, it listed 2 files and the results were:
Line #0 : <?php

Any ideas?

I am using Notepad ++

12 Sep 2009, 6:31 PM
#5
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Site Down! Please Help!

In those two files just remove the characters and see what happens.

Tina

12 Sep 2009, 6:32 PM
#6
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Site Down! Please Help!

I just downloaded the 2 files that the developer's toolkit gave me and looked at them in Notepad++ and in the lower right corner it says: UTF-8

Should I just resave them in ANSI and see if that solves the problem?

It would be ANSI, right?

12 Sep 2009, 6:32 PM
#7
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Site Down! Please Help!

Am not sure what Notepad++ is, but try opening those two files with it again and resave them as ANSI.

This should be an option (hopefully) in your editor.

Try "save as" or its equiv in your editor.

12 Sep 2009, 6:35 PM
#8
kiddo avatar

kiddo

Totally Zenned

Join Date:
Jul 2006
Location:
SF Bay Area
Posts:
837
Plugin Contributions:
1

Re: Site Down! Please Help!

charmedbytina2:

In those two files just remove the characters and see what happens.

Tina

Unfortunatly you can't simply edit out the BOM. It's more like meta-data inserted by the editor itself. They won't show up in the editor when you re-open the file.

Good for document editing, stinks for programming.

12 Sep 2009, 6:44 PM
#9
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

Re: Site Down! Please Help!

autoace:

I just downloaded the 2 files that the developer's toolkit gave me and looked at them in Notepad++ and in the lower right corner it says: UTF-8

Should I just resave them in ANSI and see if that solves the problem?

It would be ANSI, right?

kiddo:

That weird text is the UTF-8 BOM inserted by your editor. What editor are you using to edit your files?

I'm not sure if the developers toolkit will find that marker.

Thank you kiddo, thanks for the heads up about the UTF-8 symbol and text editor. I simply resaved in ANSI, uploaded and problem solved! Thanks again, I am taking note of this, in case it pops up again.

13 Sep 2009, 1:53 AM
#10
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,845
Plugin Contributions:
0

Re: Site Down! Please Help!

you can set notepad++ to format utf-8 without BOM