I see <Products.Five.metaclass.Plone object at ...> when trying to access my Plone instance
I've installed Plone using the Unified Installer or Debian packages. When I access http://localhost:8080/plone I see a white page with the text "<Products.Five.metaclass.Plone object at ...>" in it. Where's my Plone site?
Zope is case-sensitive, so it's returning a different object instead of the Plone site.
Try http://localhost:8080/Plone instead (notice the capital P).
