Jump to content

Question

Posted

realpath(): open_basedir restriction in effect. File(C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP56\ext) is not within the allowed path(s): (D:/PLESKVHOST/vhosts/mhosting.in\;C:\Windows\Temp\) on line 2 in D:\PLESKVHOST\vhosts\mhosting.in\httpdocs\billing\blesta\app\app_model.php

2 answers to this question

Recommended Posts

  • 0
Posted

Hi,

open_basedir is enabled on your server and you would need to specify "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP56\ext" within its path in your php.ini

Eg:

open_basedir = "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP56\ext;C:\Windows\Temp"

OR

if you want to disable open_basedir

open_basedir = "none"

 

Hope that helps.

Thanks.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...