Forums | Mahara Community
Support
/
Unknown column 'logo' in 'field list']
16 October 2015, 22:00
Hi, i m trying to upgrade my mahara but i get this error in log:
im upgrading to latest 15.4 master git version
[WAR] 1c (lib/errors.php:747) Failed to get a recordset: mysqli error: [1054: Unknown column 'logo' in 'field list'] in EXECUTE("SELECT "logo" FROM "institution" WHERE "name" = 'mahara' "), referer:
i found this fix but it seems tht i already have this:
Ignore SQLException when trying to fetch site logo
commit/a00b9fd489dc871abc056627a5840f1aa7327aae
i checked the table and i dont have the logo filed in there, i could manyally add it but im not shure what it should contain.
/br
Morten
20 October 2015, 9:16
Hi Morten,
I'm not sure why your 'logo' column is missing - but to add it in it needs to be
In mysql:
`logo` bigint(10) DEFAULT NULL
Cheers
Robert