Roundcube Community Forum

Release Support => Pending Issues => Topic started by: brianhillphotography on July 31, 2014, 08:41:56 PM

Title: [SOLVED] 1.0.2 - Problem With Installer
Post by: brianhillphotography on July 31, 2014, 08:41:56 PM
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?
Title: Re: 1.0.2 - Problem With Installer
Post by: SKaero on July 31, 2014, 09:59:45 PM
Try removing the .htaccess files.
Title: Re: 1.0.2 - Problem With Installer
Post by: brianhillphotography on July 31, 2014, 10:26:55 PM
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.
Title: Re: 1.0.2 - Problem With Installer
Post by: brianhillphotography on August 04, 2014, 07:26:15 PM
Bump!

Anyone have any idea? Please?
Title: Re: 1.0.2 - Problem With Installer
Post by: JohnDoh on August 05, 2014, 03:08:41 AM
are you sure your webserver supports PHP?
Title: Re: 1.0.2 - Problem With Installer
Post by: brianhillphotography on August 07, 2014, 11:44:28 AM
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.
Title: Re: 1.0.2 - Problem With Installer
Post by: 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.
Title: Re: 1.0.2 - Problem With Installer
Post by: brianhillphotography on August 09, 2014, 12:37:23 AM
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?
Title: Re: 1.0.2 - Problem With Installer
Post by: rosali on August 09, 2014, 01:13:28 AM
As others already said. PHP is not available at the location where Roundcube resides.
Title: Re: 1.0.2 - Problem With Installer
Post by: brianhillphotography on August 09, 2014, 04:15:10 PM
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.