PDA

View Full Version : Is it me or what?


Bree
10-15-04, 03:30 PM
Ok I dont' know if this is on my side (My comp) or Powwebs but it's really starting to make me very nervous! I haven't been online much so I don't know how long this is been going on BUT it seems everytime I go to my site.. Here's the prob:

Ok, Main page: index.php (http://www.breeworld.com) ... I have a header tpl, a contents tpl, footer tpl, then my body directly on the index.php... What's coming up (And it takes forever just to get this much and my connection is cable so know it's not there) Just the body of the index.php (No header, no footer, no contents) and just words... None of my graphics... Well I have a friend's site banner on mine that comes up but none of my background graphics ect... Just a plain white page with words and it looks sooo awful like that! And with no contents you can't get anywhere ect.

I've checked over all my files and even reuploaded them but still getting same thing.

Funny thing is... My Forum is working just right (http://breeworld.com/Forum) Even all my background graphics are coming up which are the same graphics for my whole site.

I just don't get it and really need (ok want) to know if it's me or Powweb and when is it getting fixed? Anything I need to do ect. Someone please give me a little peice of mind - I'd be greatly appreciative.

Hugs, Bree

alphadesk
10-15-04, 03:38 PM
Bree ... this has happened to others recently.

Are you using includes with relative server paths?

ex: <?php include("/header.tpl") ?>

If so try full server path to file and see what happens.

ex: <?php include("/www/u/username/htdocs/header.tpl") ?>

Bree
10-15-04, 03:47 PM
Darn, ran to look at files with hopes that it was that simple but no... I always use full paths actually if not I confuse myself ROFL I'm gonna post a sample so you can see:

<?php include("http://breeworld.com/header.tpl"); ?>

<?php include("http://breeworld.com/contents.tpl"); ?>

<!-- BODY STARTS HERE!!!!!!!!!!!!!!!!!!!!!!! -->
<!-- BODY ENDS HERE!!!!!!!!!!!!!!!!!!!!!!! -->
<!-- Posted this instead of actual body cause this part you can see on site -->

<?php include("http://breeworld.com/footer.tpl"); ?>

All the includes found here are in same folder, the main htdocs folder

EDIT: Oooooh Full like server path, omgosh how do I know what all goes there... Giving it a try now :)

Bree
10-15-04, 03:54 PM
Nope, still no fix :(

Bree
10-15-04, 04:07 PM
Ok I had just changed the header one to work with the complete server path and for some reason, I'm gaining progress (on whole page tho not just with header) So gonna take a bit to see if I change all the paths if it will work, I have ALOT of files to change this on so if this is the problem it's gonna take me a forever LOL I won't have to change any of this back will I?? This may fix all so will edit this post if I'm all better :) Thanks for the help Alpha, ur such a doll!

Hugs, Bree

EDIT: Guess that was the problem... But it's still taking quite a while to load :( And the page isn't very graphic intense at all.

symo
10-15-04, 05:02 PM
I think your going to have to change them all. Not the answer you were looking for I'm sure.

Search and Replace in your editor might speed it up a bit ;)

symo