Hello. I love your Webmail software and installed it to 3
servers. I have a bit of a problem here
No input file specified
I get that when logging into cPanel’s Webmail. I
followed these instructions on 3 servers,
it works fine on one but not the other two. They are all
exactly 100% the same servers
and installed using the following directions below
wget http://voxel.dl.sourceforge.net/sourceforge/roundcubemail/roundcube_webmail_0.1-20051021.tar.gz
tar xzf roundcube_webmail*.tar.gz
rm -f round*.tar.gz
mv roundcube* roundcube
cd round*
cd config
nano main.inc.php
$rcmail_config['default_host'] = 'localhost'
nano db.inc.php
mysql://root:rootmysqlpassword@localhost/roundcube
phpMyAdmin: create database roundcube
Run mysql.initial.sql in phpmyadmin
nano
/usr/local/cpanel/base/frontend/x/webmaillogin.html
Add the following code after the first
</cpanelif>
<td align="center"
valign="bottom" width="200">
<a
href="/roundcube/index.php"><img
src="images/roundcube_logo.png"
border="0"></a><br /><a
href="/roundcube/index.php">RoundCube</a>
</td>
cd /root/roundcube/skins/default/images/
cp roundcube_logo.png /usr/local/cpanel/base/frontend/x/images
cp roundcube_logo.png
/usr/local/cpanel/base/webmail/x/images
Copy webmaillogin.cgi to /usr/local/cpanel/base
Taken from: http://forums.cpanel.net/showthread.php?t=45819&page=1&pp=15
Attached is the
webmaillogin.cgi file as well.
Any help is
appreciated. Thank you.