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

Resolved roundcube show No input file specified.

Maxwell Banks

New Pleskian
Hi All!

From this morning when I try access to webmail.domain.com I reieve the error No input file specified.

This error appear only when I haved selected roundcube. If I change to horde the webmail work ok.

My plesk is Plesk Onyx v17.0.17_build1700161028.14 os_CentOS 7 and roundcube 1.2.4

Do you have any idea, about this problem?

Thanks!!!
 
Hi! thanks for you info!

I read these article, but I can't find the error


open_basedir = /var/www/vhosts/phptemp/

is ok

I remove ; from cgi.fix and restart apache

grep cgi.fix_pathinfo /etc/php.ini
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
cgi.fix_pathinfo=1

but the problem continue...
 
Hi Maxwell Banks,

pls. check the "php.ini" for each webmail - package at:

=> /etc/psa-webmail/horde/horde ( for HORDE )
=> /etc/psa-webmail/roundcube ( for ROUNDCUBE )

The Plesk - KB - article states clear, that it is recommended to REMOVE "open_basedir" settings. ;)

In addition, try to fix webserver - configuration files with the command:
Code:
plesk repair web -y -v
 
>> The Plesk - KB - article states clear, that it is recommended to REMOVE "open_basedir" settings. ;)

Sorry, I need learn to read!!!! :eek:
I comment these line at php.ini and roundcube work again!!

Thanks a lot!
 
Back
Top