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

Failed to open stream

M

mkrgoede

Guest
Hellow everyone,

I hope you guys can help me, I have done evreything that I know to solve the error. But I/m desperate and tired after 8 straight hours..

I hope someone can solve the problem. I have updated to Plesk 8.0 Fedora Core 2.

Warning: main(includes/auth.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/directsalestips.com/httpdocs/newsletter/admin/includes/admin.config.inc.php on line 2

Warning: main(includes/auth.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/directsalestips.com/httpdocs/newsletter/admin/includes/admin.config.inc.php on line 2

Fatal error: main(): Failed opening required 'includes/auth.inc.php' (include_path='\') in /home/httpd/vhosts/directsalestips.com/httpdocs/newsletter/admin/includes/admin.config.inc.php on line 2

It gives the error in multiple domains and with multiple php scripts.

Thanks for your help!
 
I think I knw what the problem and possible solution are:

I am going to guess that you had Zend Optimizer installed....

Here is what seems to happen during the upgrade. The Zend install replaces your /etc/php.ini with a symbolic link to something like /zend/etc/php.ini

do a locate php.ini and see what copies of it you have on your server. Chances are that the 8.0 upgrader replced it with a php.ini file that only had about 5 lines in it.

You should remove that "small" php.ini file and either copy another copy from backup or restore the symbolic link to the one in the zend directory.

Also please look at some of the other threads here regarding your ioncube_loader.ini settings and other "ini" settings found in /etc/php.d


See if this help....
 
I had exactly the same problem. I copied back the php.ini-zend_optimizer.bak file to php.ini and now it works perfectly!
 
i cannot figure out why swsoft didnt include this as a proper possible install in the updater... since almost every script these days one way or another uses zend..

maybe an idea for you guys? since plesk is supposed to be simple for everyone to manage.
 
Same problem still occurring months later, your php.ini gets replaced with:

memory_limit = "32M"
include_path = "\".:\""
short_open_tag = "On"
file_uploads = "On"
safe_mode = "On"

and then all the sites that do anything other than the simplest of tasks, including Zend-based sites since Optimizer is gone now, break.
 
Back
Top