Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 495
    • Issues 495
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #4767

Closed
Open
Opened Aug 17, 2017 by teuto.net@teuto.net

web sites stats NAN with special characters

Hello,

it seems as if ISPConfig has some problems with special characters like ä,ö,ü because they are encoded in HTML-Entities (ä ö ...). Domains with special chars should encoded into IDNs to select the correct hostnames from database, which are already IDNs. If the original hostname is taken, there is no record found, which results in NAN at the frontend.

First we should convert every domain via html_entity_decode and after idn_encode. So I created a patch for this, maybe a merge is possible?

Assignee
Assign to
3.1.7
Milestone
3.1.7
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#4767