ipc 11.5 apache 2 error
Verfasst: Fr 21. Sep 2012, 08:31
hallo!!habe mal eine frage, und zwar wenn ich in ipc auf log, apache 2 error gehe, erhalte ich das:
was hat das zu bedeuten?und wie kann ich es beheben? danke schonmal für eure hilfe!!
hier meine common.php:
leider konnte ich von der common php nicht alles einfügen, weil sost zuviele lesezeichen
Code: Alles auswählen
[Fri Sep 21 08:46:18 2012] [error] [client xxxxxxxxxx] PHP Notice: Undefined variable: sort in /var/www/ipc/infophp/common.php on line 13, referer: http://xxxxxxxxxxxx/ipc/infophp/
[Fri Sep 21 08:49:19 2012] [error] [client xxxxxxxxxx] PHP Notice: Undefined variable: sort in /var/www/ipc/infophp/common.php on line 13, referer: http://xxxxxxxxxxx/ipc/infophp/index.php?forceupdate=1
hier meine common.php:
Code: Alles auswählen
<?php
//___________________________________________________________________________________________________
//-------------------------------------
// UPDATE - REDIRECT
//-------------------------------------
$forceupdate = ""; if(isset($_GET['forceupdate'])) $forceupdate = $_GET['forceupdate'];
$page = ""; if(isset($_GET['page'])) $page = $_GET['page'];
if($forceupdate != "" && $page != "")
{
$pageRedirect = $page;
$pageRedirect = $pageRedirect."?forceupdate=1";
if ($sort != "") $pageRedirect = $pageRedirect."&sort=".$sort;
header('Location: '.$pageRedirect);
exit;
}
error_reporting(E_ERROR | E_PARSE);
//error_reporting(E_ALL);
set_time_limit(600);
ini_set('memory_limit', '24M');