• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue open_base_dir

Sylvain Ard

Basic Pleskian
Hi,
I have the error :
Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/insectes-entomologie.net /httpdocs/portail/lib_tela/pear/Mail/mime.php on line 66
I think I have to change the open_base_dir in my PHP Settings
The file PEAR.php is in
/httpdocs/portail/lib_tela/pear/
I write this in my open_base_dir but it doesn't works :
{WEBSPACEROOT}{/}{:}{TMP}{/}:/var/www/vhosts/insectes-entomologie.net/httpdocs/portail/lib_tela/pear/
 
If is under the same webhost the PEAR files, then you not need to use open_basedir, more probably you need to tell to php script where to find PEAR.php
 
No I want to PHP to find the Pear files into this directory at the root, what is not good in my syntax
I tried to write {/} in place of / but it doesn't works too
 
Back
Top