I'm being told this is one thing causing our site to run slow or crash.
It would really help if it gave me a line number in that file.
At the very top we have
Code: Select all
<?php session_start();
?>Code: Select all
if(isset($_REQUEST['itemtype']))
{
$itemtype = $_REQUEST['itemtype'];
$_SESSION['itemtype']=$itemtype;
} else { $itemtype=$_SESSION['itemtype'];
}
if ($itemtype == NULL) { $itemtype = "Shirts";}
if(isset($_REQUEST['sort']))
{
$sort = $_REQUEST['sort'];
$_SESSION['sort']=$sort;
} else { $sort=$_SESSION['sort'];
}
if($sort == NULL) { $sort=title; }Also, what is this:
Code: Select all
[Sat Mar 16 17:45:10 2013] [error] [client 2.218.254.138] File does not exist: /home/site/public_html/facebox, referer:And finally, we are seeing this too:
Code: Select all
[Sat Mar 16 17:58:47 2013] [error] [client 86.151.101.59] File does not exist: /home/site/public_html/graphics, referer: