BUG 6.9.6-stable. MySQL error: ctry_code ASC LIMIT 0, 20' at line 1(Errno=1064)
Regional Countries tab = MySQL error! – http://b2evolution.net/man/regional-countries-tab
SELECT ctry_ID, ctry_code, ctry_name, curr_shortcut, curr_code, ctry_enabled, ctry_preferred, ctry_status, ctry_block_count
FROM evo_regional__country
LEFT JOIN evo_regional__currency ON ctry_curr_ID=curr_ID
ORDER BY , ctry_code ASC
LIMIT 0, 20
Resolved after cron clean SQL Base