Author Topic: [SOLVED] 1.0.2 - Problem With Installer  (Read 6212 times)

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
[SOLVED] 1.0.2 - Problem With Installer
« 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:



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?
« Last Edit: August 09, 2014, 04:15:29 PM by brianhillphotography »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: 1.0.2 - Problem With Installer
« Reply #1 on: July 31, 2014, 09:59:45 PM »
Try removing the .htaccess files.

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
Re: 1.0.2 - Problem With Installer
« Reply #2 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.

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
Re: 1.0.2 - Problem With Installer
« Reply #3 on: August 04, 2014, 07:26:15 PM »
Bump!

Anyone have any idea? Please?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: 1.0.2 - Problem With Installer
« Reply #4 on: August 05, 2014, 03:08:41 AM »
are you sure your webserver supports PHP?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
Re: 1.0.2 - Problem With Installer
« Reply #5 on: August 07, 2014, 11:44:28 AM »
are you sure your webserver supports PHP?
Yes, I'm sure it supports php. I have ispconfig3 installed and running perfectly.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: 1.0.2 - Problem With Installer
« Reply #6 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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
Re: 1.0.2 - Problem With Installer
« Reply #7 on: August 09, 2014, 12:37:23 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?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: 1.0.2 - Problem With Installer
« Reply #8 on: August 09, 2014, 01:13:28 AM »
As others already said. PHP is not available at the location where Roundcube resides.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline brianhillphotography

  • Jr. Member
  • **
  • Posts: 12
Re: 1.0.2 - Problem With Installer
« Reply #9 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.