Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2013-07-23 21:08:41

darock
Member
Registered: 2007-11-23
Posts: 54

website or IT issue

I built this site here for a client; http://pediatriccareofrockville.com/

They nor I can’t see it. I can still log into the backend which leads me to believe it’s not a coding or website issue but perhaps an IT issue. I wanted to get some opinions from you guys about this before I tell my client that it’s their IT :)

Last edited by darock (2013-07-23 21:08:59)

Offline

#2 2013-07-23 21:41:24

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: website or IT issue

You’ve got a <head> – so there’s a page title, some meta data & a stylesheet link – but no <body>.

Smells like a coding problem.

Last edited by gomedia (2013-07-23 21:41:39)

Offline

#3 2013-07-23 22:13:03

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: website or IT issue

In this moment, the problem must be after …

<div class="col_1 firstcolumn">
                    <ul class="

The html stops at this point.

Offline

#4 2013-07-23 22:23:37

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: website or IT issue

As time goes on, more & more markup is appearing – I can now see what GugUser has described plus a partial <ul> block.

Offline

#5 2013-08-05 20:24:22

darock
Member
Registered: 2007-11-23
Posts: 54

Re: website or IT issue

Just out of curiousity, are you guys able to see the site now? It would appear the index.php file was missing which caused the site to go down. I worked with the hosting company and they said they can see it on this url http://03424c3.netsolhost.com/index.php . It won’t show live until the site propagate throughout the web. Makes me wonder how you guys saw that code when the site was never up at that time.

Offline

#6 2013-08-05 20:55:14

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: website or IT issue

We know all about you!

Offline

#7 2013-08-05 20:58:27

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: website or IT issue

pediatriccareofrockville.com still shows this, you are doing something strange, no we:

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />

<meta name="robots" content="index, follow" />

<link rel="SHORTCUT ICON" href="favicon.ico" />

<meta name="description" content="" />
<title>Rockville, Maryland Pediatrician | Doctors</title>


<link rel="stylesheet" type="text/css" media="all" href="http://pediatriccareofrockville.com/css.php?n=home" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
"></script>

<link rel="stylesheet" href="/js/mega/css/megamenu.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});
</script>


<script type="text/javascript" src="js/mega/js/mobile.js"></script>
<script type="text/javascript" src="js/mega/js/form.js"></script>

</head>

<body>

	<div id="wrapper">
		<div id="row1">
<div class="social">
</div>

<div class="contact"><p><a target="_blank" href="http://maps.google.com/maps?q=6000+Executive+Blvd+Suite+310+Rockville,+MD+20850&hnear=6000+Executive+Blvd,+Rockville,+Maryland+20852&gl=us&t=m&z=16">Map</a> / <a href="/other/contact">Contact</a> / <a href="/hours/hours">Hours</a></div>
</div>

<div id="row2">
		<div class="logo"><img src="/images/logo.png" /></div>
		<div class="address"><p>6000 Executive Blvd<br />Suite 310<br />Rockville, MD 20852-3803<br />301 881 7995</p></div>
</div>

		<div class="wrapper_menu menu_light_theme"><!-- BEGIN MENU WRAPPER -->


    <ul class="menu menu_blue"><!-- BEGIN MENU -->


        <li><a href="http://pediatriccareofrockville.com/" class="drop">Home</a><!-- Begin Home Item -->

        </li><!-- End Home Item -->

        <li><a href="/about/services" class="drop">About Us</a><!-- Begin 5 columns Item -->
          <div class="dropdown_1column">
                <div class="col_1 firstcolumn">
                    <ul class="levels">
                        <li><a href="/about/history">History</a> </li>
                        <li><a href="/about/philosophy">Philosophy</a></li>
                        <li><a href="/about/services">Services</a></li>
                         <li><a href="/about/providers">Providers</a></li>
                    </ul><!-- end levels-->   
                </div>
             </div><!-- End 1 column container -->
        </li><!-- End 5 columns Item -->


        <li><a href="/for-parents/immunizations" class="drop">For Parents</a>
       <div class="dropdown_1column"><!-- Begin 1 column container -->
                <div class="col_1 firstcolumn">
                    <ul class="levels">
                       <li><a href="/for-parents/immunizations">Immunizations</a></li>
                        <li><a href="/for-parents/dosage-charts">Dosage Charts</a> </li>
                        <li><a href="/for-parents/helpful-websites">Helpful websites</a></li>
                    </ul><!-- end levels-->   
                </div>
             </div><!-- End 1 column container -->      
        </li><!-- End 3 columns Item -->


<li><a href="/visits/visits" class="drop">Visits</a>
         <div class="dropdown_1column"><!-- Begin 1 column container -->
                <div class="col_1 firstcolumn">
                    <ul class="levels">
                       <li><a href="/visits/visits#well">Well Child Visits</a></li>
                        <li><a href="/visits/visits#sick">Sick Visits</a> </li>
                        <li><a href="/visits/visits#walk">Walk-in Visits</a></li>
                        <li><a href="/visits/visits#special">Special Visits</a></li>
                    </ul><!-- end levels-->   
                </div>
             </div><!-- End 1 column container -->     
        </li><!-- End 4 columns Item -->

        <li><a href="/expecting-parents/expecting-parents" class="drop">Expecting Parents</a>
      </li>

<li><a href="/refills/refills" class="drop">Refills/Referrals</a>
<div class="dropdown_1column">
                <div class="col_1 firstcolumn">
                    <ul class="levels">
 <li><a href="/refills/refills#refills">Refills</a></li>
 <li><a href="/refills/refills#referrals">Referrals</a></li>
                    </ul>   
                </div>
             </div><!-- End 1 column container -->
</li>


          <li><a href="/forms/forms">Forms/Policies</a>
<div class="dropdown_1column">
                <div class="col_1 firstcolumn">
                    <ul class="levels">
 <li><a href="/forms/forms">Forms</a></li>
 <li><a href="/forms/insurance">Insurance</a></li>
 <li><a href="/forms/policies">Policies</a></li>               
                    </ul>   
                </div>
             </div><!-- End 1 column container -->
              </li>


    </ul><!-- END MENU -->
</div><!-- END MENU WRAPPER -->


		<div style="min-height:350px;" id="content-wrapper">
			<div id="content">
		<h1></h1>

<p style="font-size: 1.2em;">At Pediatric Care of Rockville (“PCOR”), we strive to create an environment where physicians and parents work in partnership to raise healthy children.  Our mission is to provide competent, compassionate medical care to children and adolescents, while maintaining the highest standards for courtesy, service, and professionalism.   Pediatric Care of Rockville has been honored to care for families in the D.C. metropolitan area since 1968.  </p>
<ul>
<li>
<div style="font-size: 1.2em;"><strong>We are currently accepting newborns and their siblings.</strong></div>
</li>
<l

Offline

#8 2013-08-05 21:01:07

GugUser
Member
From: Quito (Ecuador)
Registered: 2007-12-16
Posts: 1,477

Re: website or IT issue

03424c3.netsolhost.com/index.php seems to be complete, but doesn’t validate.

Offline

#9 2013-08-05 23:01:50

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: website or IT issue

What is this?

<script>document.cookie='qqqqqqq=e06437d9qqqqqqq_e06437d9; path=/';window.location.href=window.location.href;</script>

If you stop the site before it loads – this is in the source, before it goes to the error

Also viewing live headers there is this, although I don’t think it is the cause:

----------------------------------------------------------
http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js

GET /downloads/malsup/cycle/jquery.cycle.all.latest.js HTTP/1.1
Host: cloud.github.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://www.pediatriccareofrockville.com/
Connection: keep-alive
Cache-Control: max-age=0

HTTP/1.1 403 Forbidden
Content-Type: application/xml
Content-Length: 231
Connection: keep-alive
Date: Mon, 05 Aug 2013 22:47:30 GMT
Server: AmazonS3
Age: 281
Via: 1.0 980b603eea89acb9f5bc806e2efdf82c.cloudfront.net (CloudFront)
X-Cache: Error from cloudfront
X-Amz-Cf-Id: _zfvN8s89ZV-pNUThB4nOKU3KHUeYMi99d5rXrnTfr4qsQ1h5XWn5w==
----------------------------------------------------------

Offline

Board footer

Powered by FluxBB