the Undefined index error (1 Viewer)

youyiyang

Registered User.
Local time
Tomorrow, 01:08
Joined
Apr 7, 2009
Messages
49
i got the error messages like these:

Notice: Undefined index: mod_rewrite in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\common.php on line 45

Notice: Undefined index: mainsite in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\common.php on line 55

Notice: Constant ATL_DEPOLYMENT already defined in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\common.php on line 85

Notice: Undefined index: path in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\common.php on line 18

Notice: Undefined index: path in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\common.php on line 19

Notice: Undefined variable: strOrderField in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\functions.php on line 834

Notice: Undefined variable: order in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\functions.php on line 834

Notice: Undefined variable: Start in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\functions.php on line 834

Notice: Undefined variable: PerPage in D:\TheGlobalCrosswalk\myatlasconnect\html\includes\functions.php on line 834
and what is the problem about that?
line 45 in common.php is shown below:
// Assining the path into smarty variables:
$objSmarty->assign("mod_rewrite", $global_config["mod_rewrite"]);
The framework is Smarty.
 

youyiyang

Registered User.
Local time
Tomorrow, 01:08
Joined
Apr 7, 2009
Messages
49
just "error_reporting(E_ALL ^ (E_NOTICE|E_WARNING));"
 

Users who are viewing this thread

Top Bottom