Bug 53872 - AttributeError: 'module' object has no attribute 'NewPortalFontColor'
AttributeError: 'module' object has no attribute 'NewPortalFontColor'
Status: NEW
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-05 10:16 CEST by Christian Castens
Modified: 2021-10-05 10:17 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021100121000623
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2021-10-05 10:16:48 CEST
Version: 4.4-8 errata1044 (Blumenthal)

Error:
Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/protocol/modserver.py", line 114, in _load_module
    self.__module = __import__(file_, {}, {}, modname)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 73, in <module>
    from .udm_ldap import (
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 70, in <module>
    udm_modules.update()
  File "%PY2.7%/univention/admin/modules.py", line 125, in update
    os.path.walk(dir, _walk, p)
  File "/usr/lib/python2.7/posixpath.py", line 239, in walk
    walk(name, func, arg)
  File "/usr/lib/python2.7/posixpath.py", line 231, in walk
    func(arg, top, names)
  File "%PY2.7%/univention/admin/modules.py", line 110, in _walk
    m = __import__(mod, globals(), locals(), name)
  File "%PY2.7%/univention/admin/handlers/portals/portal.py", line 97, in <module>
    syntax=univention.admin.syntax.NewPortalFontColor,
AttributeError: 'module' object has no attribute 'NewPortalFontColor'

Role: domaincontroller_master