Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #607

Closed
Open
Created May 23, 2009 by Mike@rukus

myDNS xfer not allowed with default values of Y,N in ISPConfig Database

Database values that allow successful xfer in the "active" field in the "dns_soa" table are INT 1,2 and not Enum Y,N

Lines 178 and 179 in "/usr/local/ispconfig/interface/web/dns/form/dns_soa.tform.php" should be;

                    'default'       => '1',
                    'value'         => array(0, 1)

After upgrading ISPConfig, I lose custom values of 1,2 in both DB and "/usr/local/ispconfig/interface/web/dns/form/dns_soa.tform.php".

Assignee
Assign to
Time tracking