my site has been up for about 4 months, without any major hiccups, and also thanks to the forums!!.
My problem started last night with the pages loading at about 91secs, instead of the normal 0.17 secs. It is hosted alongside 2 other sites on the same server, and both those run fine. I have not made any changes to my site in a couple days, so i really need some help here.
Looks like your getting an error from bad or incomplete install of a pre loader script??? Check your footer code against the default one. My page I did it like this which seems "ok" though it looks like it should be buggy lol.
Note* this footer includes code for using the Server Load hack from ComputerCops. (If anyone wants it I can post a sql dump for that if your not sure how to do it manuelly. I've seen complaints at phpnuke.org about this being too hard to implement. Well this all there is to it really. I'll just post it in Tips n Tricks after a while gettin off topic here.)
Code:
<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("footer.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
echo "<font class=\"footmsg\">\n";
if ($foot1 != "") {
echo "$foot1<br>\n";
}
if ($foot2 != "") {
echo "$foot2<br>\n";
}
if ($foot3 != "") {
echo "$foot3<br>\n";
}
$serverload = serverload();
// DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.
echo "$copyright<br>$total_time<br>\n";
echo "<b>Server Load:</b> $serverload page(s) served in previous 5 minutes.<br>\n</font>\n";
}
Sorry didn't mean to confuse you I used index.html and index.htm because I knew one existed and one didn't to get a more meaningful error then the blank white screen.
Seems to me like that may be the error caused by white space after the ?> when saving a file after editing.
I need some help here. I am, was, having long load times around 88-90 seconds. I saw somewhere about rss news feeds so I disabled all my feeds and guess what my load times are back to normal. Is there any way to fix this problem or am I at the mercy of these news feeds? I installed the same feeds on a friends site and they didn't slow his load times down. I am using version 6.5 I believe with all the latest updates. Can anyone help me?
p.s.
sorry I posted something similar in a different area but I haven't gotten a response to that post yet. So I thought I would try this one.
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum