I have the same problem – firefox, safari, chrome – then I realized, like cbh, I do have the sell media with GPP. So when I deactivated that – the photos showed up. Thanks cbh!
Quote:
here is a quick fix (tested against php5.0.1)
change line 705 in wp-admin/upgrade-functions.php from
if ($res[0][‘Type’] != ‘varchar(32)’) {
to
if ($res[0]->Type != ‘varchar(32)’) {
hope it helps.
Unquote
Anonymous, whoever you are … you’re amazing. Your help will come back to you a thousand fold. Thanks!