На данный момент у меня на TP v1 стоит стандартный мод medal.php
так вот когда я захожу в http://mydomain/medal.php
Мне пишит слудующее.
Код: Выделить всё
Notice: Undefined index: td_class1 in D:\AppServ\www\medal.php on line 131
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 133
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 180
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 232
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Notice: Undefined variable: start in D:\AppServ\www\medal.php on line 284
Код: Выделить всё
'ROW_NUMBER' => $i + ( $start + 1 ),
Код: Выделить всё
'ROW_NUMBER' => $i + ( $start = 1 ),
Код: Выделить всё
Notice: Undefined index: td_class1 in D:\AppServ\www\medal.php on line 131
Код: Выделить всё
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];