Warning

This document hasn't been checked for compatibility with current versions of Plone. Use at your own risk.

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?

« Back to Table of Contents

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).