Re: phpBB3 Football MOD Version 0.9.0 [Beta]
Verfasst: 04.04.2010 23:46
Folgendes finde ich nicht in der rank_matchday.php:
Die Änderung wird aber abgespeichert.
EDIT: Habe die Mod nun neu heruntergeladen und bei mir neu hochgeladen. Allerdings, wenn man über "Tipps editieren" einen Tipp verändert und diesen abspeichert, erscheint folgende Fehlermeldung:football hat geschrieben:In /football/block/ranks_matchday.php ersetzedurch// if someone didn't bet the hole Season
if ($row['user_id'] > sizeof($win_user_most_hits))
{
$win_user_most_hits[$row['user_id']]["Win"] = 0;
}
if ($row['user_id'] > sizeof($win_user_most_hits_away))
{
$win_user_most_hits_away[$row['user_id']]["Win"] = 0;
}// if someone didn't bet the hole Season
if(!isset($win_user_most_hits[$row['user_id']]["Win"]))
{
$win_user_most_hits[$row['user_id']]["Win"] = 0;
}
if(!isset($win_user_most_hits_away[$row['user_id']]["Win"]))
{
$win_user_most_hits_away[$row['user_id']]["Win"] = 0;
}
if(!isset($season_wins[$row['user_id']]["Win"]))
{
$season_wins[$row['user_id']]["Win"] = 0;
}
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 66: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 70: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 66: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 70: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 66: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /football/includes/rank_total_html.php on line 70: Cannot use a scalar value as an array
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3521)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3521)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3521)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3521)