• 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.

Plesk / PHP -- FAILED OPENING REQUIRED

T

TayR

Guest
I am trying to copy my website files from my local computer to my production server which is on CentOS 5 and Plesk 10. The files have been copied but when i navigate to the home page there is a error log entry:

PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/vhosts/crosis.com/httpdocs/frameworks/codeigniter//var/www/vhosts/crosis.com/httpdocs/config/constants.php' (include_path='.:') in /var/www/vhosts/crosis.com/httpdocs/frameworks/codeigniter/codeigniter/CodeIgniter.php on line 52

I tried to did deepr and discovered the php command "is_dir" isnt working correctly. When i use it to tell me if this is a directory: "/var/www/vhosts/crosis.com/httpdocs" it returns TRUE. However when i inspect deeper into that directory: "/var/www/vhosts/crosis.com/httpdocs/frameworks" it returns FALSE. Yes frameworks is a directory but php is indicating it is not!\

Permissions on frameworks: rwx r-x r-x . Group: psacln

Any ideas on how to fix this? I notice plesk 10 is using PHP version 5.1.6 where as my local pc was using PHP v 5.3.1. Does this make a difference?

thanks
 
Back
Top