Author Topic: Upgrade question  (Read 5726 times)

Offline leme

  • Jr. Member
  • **
  • Posts: 25
Upgrade question
« on: August 08, 2006, 04:29:57 AM »
hi there,

I did an upgrade from 0.1beta1 to 0.1 beta2

the upgrade manual says following:

form version 0.1-beta
----------------------------------------
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- add these line to /config/db.inc.php
 $rcmail_config['db_persistent'] = TRUE;
- add these lines to /config/main.inc.php
 $rcmail_config['drafts_mbox'] = 'Drafts';
 $rcmail_config['junk_mbox'] = 'Junk';
 $rcmail_config['product_name'] = 'RoundCube Webmail';
 $rcmail_config['read_when_deleted'] = TRUE;
 $rcmail_config['enable_spellcheck'] = TRUE;
 $rcmail_config['protect_default_folders'] = TRUE;
- replace the following line from /config/main.inc.php
  @include($_SERVER['HTTP_HOST'].'.inc.php');
 with
  $rcmail_config['include_host_config'] = TRUE;


but I don´t have the @include... line in my main.inc.php
is something wrong in my installation or in the upgrade manual?

Offline leme

  • Jr. Member
  • **
  • Posts: 25
Re: Upgrade question
« Reply #1 on: August 08, 2006, 05:00:12 AM »
o.k.
seems that upgrade did not work correctly.
I just had a look at the demo on mail.skaero.uni.cc

it looks completely different from my front-end
On my upgraded version I don´t have the search neither the spell checking!

Offline leme

  • Jr. Member
  • **
  • Posts: 25
Re: Upgrade question
« Reply #2 on: August 09, 2006, 05:07:11 AM »
o.k. seems that there are more files to swap.
I changed all files (except the config files)

and it looks much better now :)