I downloaded version 1.0.2 of Roundcube and set about installing it following this guide:
http://www.howtoforge.com/install-roundcube-webmail-on-ispconfig-3-server-with-centos-6
I'm installing it on a Debian Wheezy server instead of a CentOS server. The install process should be basically the same though.
After following that guide I try going to the install screen, and this is what I see:
(http://i1078.photobucket.com/albums/w488/brianhill1980/Website%20Shares/broken-install.png)
It's like it's not processing the PHP and just outputting it as an html file to screen. However other PHP scripts work fine in the main /var/www... folder.
Any suggestions?
Try removing the .htaccess files.
There is no .htaccess file in either the roundcube or installer folder.
I logged in with PuTTY and did an ls -al to look for it.
Bump!
Anyone have any idea? Please?
are you sure your webserver supports PHP?
Quote from: JohnDoh on August 05, 2014, 03:08:41 AM
are you sure your webserver supports PHP?
Yes, I'm sure it supports php. I have ispconfig3 installed and running perfectly.
At least at the location (folder) where Roundcube installer resides PHP is not supported. If it was supported then PHP code would be executed and not passed to stdout.
Quote from: rosali on August 09, 2014, 12:36:25 AM
At least at the location (folder) where Roundcube installer resides PHP is not supported. If it was supported then PHP code would be executed and not passed to stdout.
What do you mean?
As others already said. PHP is not available at the location where Roundcube resides.
Problem fixed!
I now have Roundcube 1.0.2 installed and integrated with ispConfig3, including all the ispConfig3 plugins.
Thanks to everyone for their help.