Seems like nodebb can't find the meta.config object on your instance on this line https://github.com/NodeBB/NodeBB/blob/master/src/middleware/helpers.js#L60
Can you check the database nodebb is connecting and look for the config object? In mongodb the command would be db.objects.findOne({_key: "config"});