After installing, creating a league, season, division and team, when I link to see the detail of the team, it appears the following error:

user warning: Table 'mydatabase.content_type_ult_game' doesn't exist query: Select a.nid, a.field_ult_gamehometeam_nid as home, a.field_ult_gameawayteam_nid as away, a.field_ult_gamefieldsite_nid as fieldsite, a.field_ult_gamefield_value as field, a.field_ult_gamedate_value as date, b.field_ult_homescore_value as homescore, b.field_ult_homeresult_value as homeresult, b.field_ult_awayresult_value as awayresult, b.field_ult_awayscore_value as awayscore, b.field_ult_resulttype_value as resulttype, b.field_ult_rescheduledate_value as rescheduledate, b.field_ult_reschedulegameid_nid as reschedulenid from content_type_ult_game a LEFT OUTER JOIN content_type_ult_gameresult b on a.nid=b.field_ult_gameid_nid where a.field_ult_gamehometeam_nid = 5 or a.field_ult_gameawayteam_nid = 5 Order by date ASC in C:\wamp\www\squash\sites\all\modules\ULT\modules\ult_matches\ult_matches.module on line 815.

I have installed (without errors) all ULT modules except ULT_Waivers, ULT_Logos and ULT_Spirit

...any clues?

Thanx in advance

Comments

Ukidtat0’s picture

Status: Active » Closed (cannot reproduce)

I made a clean installation again and the error has disappeared