• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. W

    Resolved require_once() : open_basedir restriction : sfCore.class.php

    Symfony files are indeed under /home/web/lib/... I can see them. There are two bases now. But I agree that's not a Plesk problem, but rather Symfony related. well, I'd do that but I'm sure he or she'd demand some kind of compensation.. like a salary :) Jokes apart, I already opened a thread...
  2. W

    Resolved require_once() : open_basedir restriction : sfCore.class.php

    It points to this file (I printed SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php' to a file) : Content of that file is : I tried to disable open_basedir in php.ini , the error changed to I enabled it again. Symfony is installed under /home/web and my project is...
  3. W

    Resolved require_once() : open_basedir restriction : sfCore.class.php

    Thanks for your support ! the content of /var/www/vhosts/<domain>.net/httpdocs/projects/projects/<domain>/project/main/apps/frontend/config/config.php is : <?php // include project configuration include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); // symfony...
  4. W

    Resolved require_once() : open_basedir restriction : sfCore.class.php

    Hello, Our site stopped working (since developer left the project) and we got lots of errors (sqlite and xcache related). Finally we decided to replace our website's folder (under /var/www/) with one of the backup from last year. now the error messages changed to this : How should we proceed...
Back
Top