PDA

Zobacz pełną wersję : Problem z PuArcade



happyland
29-11-2007, 14:22
Witam
Mam Joomla 1.0.12
Zainstalowany komponent PuArcade 2.1.2

Po zakończeniu gry użytkownik widzi taki komunikat:

Warning: Invalid argument supplied for foreach() in /home/happyland/ftp/happyland/components/com_puarcade/cls.puarcade.php on line 499

ta linia ma postać:
foreach($scores as $score)


W panelu administracyjnym mam komunikat:
Latest Scores (http://www.happyland.pl/administrator/index2.php?option=com_puarcade#)


var tabPane1 = new WebFXTabPane( document.getElementById( "recent" ), 0 ) tabPane1.addTabPage( document.getElementById( "latestScores" ) ); DB function failed with error number 1054
Unknown column 'pu.userid' in 'field list' SQL=select pu.score,u.username,pugames.title,pu.userid FROM jos_puarcade as pu LEFT JOIN jos_users as u on u.id = pu.userid LEFT JOIN jos_puarcade_games as pugames on pu.gameid = pugames.id order by pu.date DESC LIMIT 5

Czy na podstawie tych informacji może mi ktoś pomóc.
Bedę bardzo wdzięczny.