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 550
    • Issues 550
    • 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
  • #2403

Closed
Open
Created Feb 14, 2013 by Falko Timme@ftimmeOwner

Alias Domains: wrong document root and open_basedir

Alias domains have wrong document roots and open_basedirs in the database. They always belong to client0 (e.g. /var/www/clients/client0/web39), although the alias domain belongs to another client. The problem seems to be in lib/plugins/sites_web_domain_plugin.inc.php.

$page_form->dataRecord has no element "client_group_id", that's why the client Id is always 0:

Array ( [domain] => er.de [parent_domain_id] => 7 [redirect_type] => [redirect_path] => [subdomain] => www [seo_redirect] => [active] => y [id] => [next_tab] => [phpsessid] => 4iliu231a9jr6revq8sabckm47 [type] => alias [server_id] => 1 )

Assignee
Assign to
Time tracking