Error after plone.app.multilingual 5.0.7

Hello everybody!

I've started using Plone since last 13/11/17, I'm very interested and quite confuse about it.

Earlier today I installed plone.app.multilingual 5.0.7 in one created page, then now am receiving the bellow error;

I'm very thankful for any guidance.

AttributeError('portal_factory',) (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: portal_factory)

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module Products.Five.browser.metaconfigure, line 485, in call
Module Products.Five.browser.pagetemplatefile, line 125, in call
Module Products.Five.browser.pagetemplatefile, line 59, in call
Module zope.pagetemplate.pagetemplate, line 132, in pt_render
Module five.pt.engine, line 98, in call
Module z3c.pt.pagetemplate, line 163, in render
Module chameleon.zpt.template, line 261, in render
Module chameleon.template, line 191, in render
Module chameleon.template, line 171, in render
Module db39fe3803b906f4ba7c40e311db9849.py, line 1650, in render
Module e7c884532ea6794612f7d8a6bae3541c.py, line 1192, in render_master
Module z3c.pt.expressions, line 71, in render_content_provider
Module zope.viewlet.manager, line 112, in update
Module zope.viewlet.manager, line 118, in _updateViewlets
Module archetypes.multilingual.browser.viewlets, line 27, in update
AttributeError: portal_factory

  • Expression: "provider:plone.abovecontent"
  • Filename: ... egg/Products/CMFPlone/browser/templates/main_template.pt
  • Location: (line 67: col 63)
  • Source: ...
    ^
  • Arguments: repeat: {...} (0)
    template: <ViewPageTemplateFile - at 0x7f7d3c8f3190>
    views: <ViewMapper - at 0x7f7d3a6af0d0>
    modules: <instance - at 0x7f7d444750e0>
    args: <tuple - at 0x7f7d4c839050>
    here: <ImplicitAcquisitionWrapper Intranet at 0x7f7d3a96d460>
    user: <ImplicitAcquisitionWrapper - at 0x7f7d3d387550>
    nothing: <NoneType - at 0x563289168b90>
    container: <ImplicitAcquisitionWrapper Intranet at 0x7f7d3a96d460>
    request: <instance - at 0x7f7d38ce1320>
    wrapped_repeat: <SafeMapping - at 0x7f7d38f1f368>
    traverse_subpath: <list - at 0x7f7d38cdf710>
    default: <object - at 0x7f7d4c755590>
    loop: {...} (0)
    context: <ImplicitAcquisitionWrapper Intranet at 0x7f7d3a96d460>
    view: <SimpleViewClass from /opt/plone/buildout-cache/eggs/plone.app.contenttypes-1.2.23-py2.7.egg/plone/app/contenttypes/browser/templates/listing.pt listing_view at 0x7f7d3a6af590>
    translate: <function translate at 0x7f7d38f39938>
    root: <ImplicitAcquisitionWrapper Zope at 0x7f7d3cb37370>
    options: {...} (0)
    target_language: <NoneType - at 0x563289168b90>

It could be that you have installed the archetype version of multilingual

For Plone 5, you probably should use the Dexterity profile

I'm also facing the same problem,I also think the reason for same is mentioned above,
So now, How should I uninstall that as i'm not getting anything on the webpage except
AttributeError('portal_factory',) (Also, the following error occurred while attempting to render the standard error message, please see the event log for full details: portal_factory)

see