Available Licenses page not working
Posted: 29 July 2020, 15:10
When attempting to access the Available Licenses page, I've gotten the following error every time I've tried over the last hour:
Is the page being updated?Server syntax error: SELECT game_id, g.publisher_id, game_name, contact_name, g.contact_email, logo_link_tb, license_refused, DATE( licensing_date ) licensing_date, game_bgg_id, game_rating, license_premium, license_assets_available, published, p.publisher_name publisher_name, game_designer, weight FROM w_licensing_game g LEFT JOIN w_licensing_publisher p ON g.publisher_id=p.publisher_id ORDER BY game_bgg_nbr_ratings DESC, game_rating DESC