I got blank pages using ExternalData and OdbcDatabase with Mediawiki 1.22.
I found that the problem was the getSoftwareLink() method defined in OdbcDatabase.body.php; so I removed the static keyword and the extension began to work.
I think the problem come from this: https://gerrit.wikimedia.org/r/#/c/63824/
Hope this helps.