Roundcube Community Forum

 

[SOLVED] 1.0.2 - Problem With Installer

Started by brianhillphotography, July 31, 2014, 08:41:56 PM

Previous topic - Next topic

brianhillphotography

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:



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?

SKaero

Try removing the .htaccess files.

brianhillphotography

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.

brianhillphotography


JohnDoh

are you sure your webserver supports PHP?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

brianhillphotography

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.

rosali

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.
Regards,
Rosali

brianhillphotography

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?

rosali

As others already said. PHP is not available at the location where Roundcube resides.
Regards,
Rosali

brianhillphotography

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.