Welcome Guest ( Log In | Join )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Want to ask a question, reply to a topic, or remove all advertising? It's easy, fast and free. Join today!
Spyware, virus, trojan, fake security or privacy alerts? Please start with our malware cleaning guide.
     
2 Pages V   1 2 >  
Reply to this topicStart new topic
Why does site not show up in FireFox or Netscape?
TheRelief
post Dec 1 2005, 12:35 AM
Post #1


Member
**
Posts: 37
OS: XP



I was wondering if anyone could tell me what was going on...I'm working on an HTML site in Dreamweaver. When I created the template, I checked the box for XHMTL. I'm also using CSS.

When I look up the site in IE, it appears fine. But when I went to test in FireFox and Netscape, I get a page showing the internal coding instead.

This is the first time I've done a template with the XHMTL box checked so I'm wondering if that has anything to do with it. Here's the link to a page on the site:

http://www.pegasusinvestmentsllc.com/portfolio.htm

Thanks for any info or direction you can shed!
Go to the top of the page
 
+Quote Post
lil_cat_luver
post Dec 1 2005, 01:08 AM
Post #2


Member
***
Posts: 296
From: Canada
OS: Windows XP



QUOTE
Zend Optimizer requires Zend Engine API version 20050606.
The Zend Engine API version 20021010 which is installed, is outdated.

HTTP/1.1 200 OK
Date: Thu, 01 Dec 2005 07:04:56 GMT
Server: Apache/1.3.33 (Unix) PHP/4.3.11
Last-Modified: Mon, 28 Nov 2005 22:51:44 GMT
ETag: "538008-22ff-438b8a00"
Accept-Ranges: bytes
Content-Length: 8959
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html


These are not html codes, they're just regular text.

Go to the top of the page
 
+Quote Post
TheRelief
post Dec 1 2005, 03:35 AM
Post #3


Member
**
Posts: 37
OS: XP



Whatever it is, do you know why that is showing up and not the page?
Go to the top of the page
 
+Quote Post
TheRelief
post Dec 1 2005, 03:39 AM
Post #4


Member
**
Posts: 37
OS: XP



Whatever it is, do you know why that is showing up and not the page?
Go to the top of the page
 
+Quote Post
Neil Jones
post Dec 1 2005, 03:56 PM
Post #5


Member 5k
********
Posts: 5,648
From: UK
OS: Windows XP Home Edition Service Pack 3



Works okay in Firefox 1.5. Nothing in the code that would stop it working in any browser. Might have been a Dreamweaver oddity.

I don't see any message regarding the Zend Engine though.
Go to the top of the page
 
+Quote Post
TheRelief
post Dec 1 2005, 03:59 PM
Post #6


Member
**
Posts: 37
OS: XP



So you see the actual web pages? When I look up the site in FF or Netscape, I just get the text like the screenshot Lil_Cat_Luver provided.
Go to the top of the page
 
+Quote Post
Neil Jones
post Dec 2 2005, 05:40 AM
Post #7


Member 5k
********
Posts: 5,648
From: UK
OS: Windows XP Home Edition Service Pack 3



QUOTE(TheRelief @ Dec 1 2005, 09:59 PM) [snapback]467449[/snapback]

So you see the actual web pages? When I look up the site in FF or Netscape, I just get the text like the screenshot Lil_Cat_Luver provided.


Ah now I see the text about Zend but it doesn't always the display of the site as a whole in Firefox.

Having had a Google, This seems to be an incompatiblity issue between Zend, which is a web technology that in a nutshell speeds up the transfer of data between server and your PC, and Gecko, Firefox's webpage rendering engine. Although this can also be an incompatibility between PHP 4.4.x and that version of Zend.

Nothing you can do about it, you'll have to relay the error message to your web host and point out that this URL might be of interest:
http://www.zend.com/phorum/read.php?num=5&...651&thread=4638

As for why it works okay In IE6 and often moans in Firefox, I can't really explain it. It also breaks in Opera 8.51.
Go to the top of the page
 
+Quote Post
lil_cat_luver
post Dec 2 2005, 08:13 PM
Post #8


Member
***
Posts: 296
From: Canada
OS: Windows XP



It takes about 20 seconds to load, but the actual page does show up, and it shows up below the zend engine code. I don't know what is the zend engine code for, but if it's nothing major, just get rid of it.
Go to the top of the page
 
+Quote Post
TheRelief
post Dec 2 2005, 09:57 PM
Post #9


Member
**
Posts: 37
OS: XP



I have no idea what it is either. It's not something I put in there. It's just a regular ol' web page, nothing fancy, designed in Dreamweaver. The only thing I did differently was check the box enabling XHTML. I'm thinking this has something to do with it; what do you think?
Go to the top of the page
 
+Quote Post
lil_cat_luver
post Dec 2 2005, 10:32 PM
Post #10


Member
***
Posts: 296
From: Canada
OS: Windows XP



Personally, I have never used Dreamweaver, so I don't know if they're related, but I know those are definitely not HTML and certainly not XHTML.

Since you have no idea what it is, I think you should just remove it. If the rest of the page has correct coding, it should show up properly. Also, try validating the page on http://validator.w3.org/ I validated this page through direct input (apparently it doesn't accept htm extensions, so you might want to change that), and a couple of minor errors came up.
Go to the top of the page
 
+Quote Post
Dragon
post Dec 7 2005, 11:14 AM
Post #11


All Around Computer Nut
Group Icon
Posts: 2,677
From: Iowa, USA
OS: Windows XP Home & Ubuntu --2.6.16 Vanilla Kernel



I would suggest putting a title on the site.
CODE
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->


in my tab it says "Untitled Document"
In the line of code I posted above you could put this
CODE
<!-- InstanceBeginEditable name="doctitle" -->
<title>pegasus investments, llc</title>
<!-- InstanceEndEditable -->

That way if someone is using tabs, with more then one site open, they know what that tab is instead of closing it without any idea what it was..

This post has been edited by Dragon: Dec 7 2005, 11:14 AM
Go to the top of the page
 
+Quote Post
TheRelief
post Dec 7 2005, 07:08 PM
Post #12


Member
**
Posts: 37
OS: XP



Thanks for that input, but that's the least of my issues right now. The site is in the process of being built and all those details will be done once I get a site that views properly in all the main browsers.

So the problem at hand is what on earth that text is, and why is it appearing and not the page itself.

If you have some ideas or information on that question, I'd be really grateful. Thanks!
Go to the top of the page
 
+Quote Post
Dragon
post Dec 10 2005, 07:33 PM
Post #13


All Around Computer Nut
Group Icon
Posts: 2,677
From: Iowa, USA
OS: Windows XP Home & Ubuntu --2.6.16 Vanilla Kernel



I'd like to say I know what it is, but I dont' get it on either FF 1.0.7 or 1.5.

but it appears to be an error code.
QUOTE
Zend Optimizer requires Zend Engine API version 20050606.
The Zend Engine API version 20021010 which is installed, is outdated.


like lil cat luver, I don't use Dreamweaver either.

The Zend Optimizer is for php files, are you running php on the page? It's not a webhost issue, otherwise everyone would get the message above regardless. which obviously isn't the case..

it might have something to do with Dreamweaver but I'm not sure, check the documentation that came with the program to find out if it uses it.


Go to the top of the page
 
+Quote Post
TheRelief
post Dec 10 2005, 07:39 PM
Post #14


Member
**
Posts: 37
OS: XP



No, I'm not running any php...that's the weird thing. It's just a plain, simple site. Well, I guess I'll have to keep scratching my head. Hopefully this can be resolved.
Go to the top of the page
 
+Quote Post
Dragon
post Dec 10 2005, 07:51 PM
Post #15


All Around Computer Nut
Group Icon
Posts: 2,677
From: Iowa, USA
OS: Windows XP Home & Ubuntu --2.6.16 Vanilla Kernel



hmm, i wonder if a different server would matter. If your willing just to check this out,
you could send the files and I could upload to my server temporarily, that way you could check it out using my server and we can rule out the possibility of it being web host related.

If you are ok with doing that, let me know and I will send you a pm with my email address to send it to.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies / Views Topic Information
No new 33 / 3,597 28th March 2005 - 09:02 PM
amunra started - last by amunra
No New Posts   4 / 415 22nd September 2006 - 11:05 PM
Khang15 started - last by Khang15
No New Posts   7 / 395 7th December 2006 - 06:58 PM
JSnake started - last by wannabe1
No New Posts   1 / 461 28th July 2008 - 06:32 AM
keisiuho started - last by TechSabre

RSS Time is now: 8th January 2009 - 06:53 AM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.