Author Topic: roundcube installation  (Read 8971 times)

Offline ozgur

  • Newbie
  • *
  • Posts: 1
roundcube installation
« on: May 18, 2008, 06:37:13 AM »
Hi there,

My problem is, i cant install roundcube. when i click the installer an error appears:
The installer is disabled!
'; echo '

To enable it again, set $rcmail_config[\'enable_installer\'] = true; in config/main.inc.php
'; echo '
'; exit; } ?>
RoundCube Webmail Installer

   1. $item) { $j = $i + 1; $link = ($RCI->step >= $j || $RCI->configured) ? '' . Q($item) . '' : Q($item); printf('%s
      ', $j+1, $RCI->step > $j ? ' passed' : ($RCI->step == $j ? ' current' : ''), $link); } ?>

step]) { include $include_steps[$RCI->step]; } else { header("HTTP/1.0 404 Not Found"); echo '
Invalid step
'; } ?>

But in the config file the installer is enabled-->
$rcmail_config['enable_installer'] = true;

I have 2003 server sp2 enterprise
and plesk is also installed.

Can someone help please

Offline evb

  • Jr. Member
  • **
  • Posts: 34
roundcube installation
« Reply #1 on: May 18, 2008, 02:12:47 PM »
Can you see in the config folder and look if you have following files main.inc.php and db.inc.php?
If they are there, delete them or move them to another folder for backup.

I had the same problem because of a manual installation, I lauched the installer afterwards and it wouldn't do anything.

If you find only the files main.inc.php.dist and db.inc.php.dist, then forget this reply, it is not a solution for your problem