Can't get into admincp or modcp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gumble
    Senior Member
    • Sep 2008
    • 352
    • 4.0.0

    Can't get into admincp or modcp

    Installed the beta 11 everything seem to show up and can login without a problem, just can't get into admincp or modcp

    Turned debug on:

    Code:
    Debug: Error chdir() [<a href='function.chdir'>function.chdir</a>]: open_basedir restriction in effect. File(./../) is not within the allowed path(s): (/var/www/vhosts/mysite.com/httpdocs:/tmp) 
    occurred in file /var/www/vhosts/mysite.com/httpdocs/core/admincp/global.php on line 33
    Trace
    Function handleError in file line
    Function chdir in file /var/www/vhosts/mysite.com/httpdocs/core/admincp/global.php line 33
    Function require_once in file /var/www/vhosts/mysite.com/httpdocs/core/admincp/index.php line 25
    Function require_once in file /var/www/vhosts/mysite.com/httpdocs/includes/api/interface/collapsed.php line 104
    Function relay in file /var/www/vhosts/mysite.com/httpdocs/includes/vb5/frontend/controller/relay.php line 29
    Function admincp in file line
    Function call_user_func_array in file /var/www/vhosts/mysite.com/httpdocs/index.php line 119
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74167

    #2
    is this a shared hosting provider? If not, turn off open_basedir.

    You should log this in JIRA as well. Even though that path should work (it is just telling it to go up one level), it isn't so...

    Include the entire stack trace you have there.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Gumble
      Senior Member
      • Sep 2008
      • 352
      • 4.0.0

      #3
      Disabled the open_basedir and it's working, thanks Luke

      Comment

      Related Topics

      Collapse

      Working...