Yes, I know that is what it seams, but it is certainly no error on the 500.php file.
The site redirect to this file (via .htaccess) upon every page encounter, so it is certainly finding the page, but it has (apparantly) got scripting errors.
I have thouroughly checked through all files, and there is nothing that can be considered an error, to be sent to the 500.php, to then fail into what i have just explained on here...
if you are still with me...?
Here is the code to the index.php file...
Code:
<!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>
<link rel="stylesheet" type="text/css" media="screen" href="_content/components/style.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="_content/components/menu.css"/>
<meta name="description" content="Pc Genius Productions - The Next Stage in Entertainment Evolution" />
<meta name="keywords" content="home,index,base,default,center" />
<meta name="author" content="Reece Scoffins" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Pc Genius Productions</title>
</head>
<body>
<div class="header">
<p><br />
Pc Genius Productions<br />
<span class="style1">(2005 - 2008)</span></p>
</div>
<div class="logo"></div>
<div class="sub_side_l"></div>
<div class="sub_header"></div>
<div class="sub_side_r"></div>
<div class="left_panel">
<div id="navcontainer">
<ul id="navlist">
<li></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/downloads/index.php" title="Downloads">Downloads</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/games/index.php" title="Games">Games</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/music/index.php" title="Music">Music</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/video/index.php" title="Video">Video</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/services/index.php" title="Services">Services</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/about/index.php" title="About PGP">About PGP</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/interactive/index.php" title="Interactive">Interactive</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/members/index.php" title="Members">Members</a></li>
</ul>
</div></div>
<div class="right_panel">
<p><a href="http://freedomain.co.nr/" target="_blank"><img src="_content/images/ads/external/co-nr.gif" alt="" border="0" /></a></p>
<p><a href="http://statcounter.com/" target="_blank"><img src="_content/images/ads/external/statcounter.png" alt="" border="0" /></a></p>
<p><a href="http://webmaster-forums.net/" target="_blank"><img src="_content/images/ads/external/twf.gif" alt="" border="0" /></a></p>
<p>
<a href="http://validator.w3.org/check?uri=referer" target="_blank"><img
src="http://www.w3.org/Icons/valid-xhtml10-blue"
alt="Valid XHTML 1.0 Transitional" border="0" /></a> </p>
</div>
<div class="bottom_left"></div>
<div class="bottom_right"><a href="http://drivehq.com/" target="_blank"><img src="_content/images/ads/external/drivehq.gif" alt="" border="0" /></a></div>
<div class="bottom">Copyright © PG Tech Online</div>
<div class="img1"><a href="downloads/index.php"><img src="_content/images/home_menu/downloads.JPG" alt="" border="0" /><br />
</a><span class="style2"><a href="downloads/index.php" class="style2">Downloads</a></span></div>
<div class="img2"><a href="games/index.php"><img src="_content/images/home_menu/games.JPG" alt="" border="0" /><br />
</a> <span class="style2"><a href="games/index.php" class="style2">Games</a></span></div>
<div class="img3"><a href="music/index.php"><img src="_content/images/home_menu/music.JPG" alt="" border="0" /><br />
</a> <span class="style2"><a href="music/index.php" class="style2">Music</a></span></div>
<div class="img4"><a href="video/index.php"><img src="_content/images/home_menu/video.JPG" alt="" border="0" /><br />
</a> <span class="style2"><a href="video/index.php" class="style2">Video</a></span></div>
<div class="img5"><a href="webmasters/index.php"><img src="_content/images/home_menu/webmasters.JPG" alt="" border="0" /><br />
</a> <span class="style2"><a href="webmasters/index.php" class="style2">Webmasters</a></span></div>
</body>
</html>
Here is the 500.php file...
<!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>
<link rel="stylesheet" type="text/css" media="screen" href="../../_content/components/style.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="../../_content/components/menu.css"/>
<meta name="author" content="Reece Scoffins" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>500 Error - Internal Error</title>
</head>
<body>
<div class="header">
<p><br />
Pc Genius Productions<br />
<span class="style1">(2005 - 2008)</span></p>
</div>
<div class="sub_side_l"></div>
<div class="sub_header"></div>
<div class="sub_side_r"></div>
<div class="left_panel">
<div id="navcontainer">
<ul id="navlist">
<li></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/downloads/index.php" title="Downloads">Downloads</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/games/index.php" title="Games">Games</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/music/index.php" title="Music">Music</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/video/index.php" title="Video">Video</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/services/index.php" title="Services">Services</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/about/index.php" title="About PGP">About PGP</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/interactive/index.php" title="Interactive">Interactive</a></li>
<li class="sub_side_l"><a href="http://pcgenius.pcriot.com/members/index.php" title="Members">Members</a></li>
</ul>
</div></div>
<div class="right_panel"></div>
<div class="bottom_left"></div>
<div class="error"><img src="../../_content/images/error/500.PNG" alt="" width="219" height="89" /></div>
<div class="bottom_right"><a href="http://drivehq.com/" target="_blank"><img src="../../_content/images/ads/external/drivehq.gif" alt="" border="0" /></a></div>
<div class="bottom">Copyright © PG Tech Online</div>
</body>
</html>
What do you reckon?