Koozali.org: home of the SME Server

Installing Kronolith help !!! for improvements needed

Leafer

Installing Kronolith help !!! for improvements needed
« on: September 30, 2002, 02:34:12 AM »
OKee Guys,
Here's how i upgraded to Horde2.1 and imp, kronolith en the rest on my SME 5.5 with users and all. I've done this serveral times now and server is still running. First make "BACKUP " of your server !!!!!!. IT WASN'T MY. If you have any problems !!!
 
Download from "ftp://ftp.e-smith.org/pub/e-smith/contrib/DanBrown/RPMS/noarch/"
The following RPM's : "horde-2.1-1es.noarch.rpm" and "imp-3.1-2es.noarch.rpm".
Download from "http://staff.interworx.com.au/sme/"
The following RPM's :  "e-smith-kronolith-1.0-01.noarch.rpm"
Download the extra modules from "ftp://ftp.horde.org/pub/"
For the extra modules it's all the same. so only nag is described !!
Download from "ftp://ftp.horde.org/pub/nag/tarballs/"
The following Tar: "nag-latest.tar.gz"
or one of the other modules "ftp://ftp.horde.org/pub/"

Next Put all the files in a dir on your server. Then run

rpm -Uvh horde-2.1-1es.noarch.rpm
rpm -Uvh imp-3.1-2es.noarch.rpm
rpm -Uvh e-smith-kronolith-1.0-01.noarch.rpm
and untar the *.tar.gz to a dir under /home/httpd/horde/html/

okee, Go to "http://yourserver/webmail" and try to login. If you can't. Go to "http://yourserver:980/servermanager" =>"other e-mail settings" and at "Enable/Disable Webmail" select "Disabled" then "Save". And then Enabled and "Save" it again.
Go to "http://yourserver/webmail" and try to login again. :-)
Now Extra Horde Modules (change made to some of the conf files are overwritting by sme-service-manager because You have to make the custom-templates under /etc/e-smith/templates/... yet.)
Go to "/home/httpd/html/horde/config". Open the registry.php file goto the "Application registry". See the last entry could look like this:

$this->applications['kronolith'] = array(
    'fileroot' => dirname(__FILE__) . '/../kronolith',
    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
    'icon' => '/horde/kronolith/graphics/kronolith.gif',
    'name' => _("Calendar"),
    'allow_guests' => false,
    'show' => true

Copy it below. Change the values to nag. Something like this:

$this->applications['nag'] = array(
    'fileroot' => dirname(__FILE__) . '/../nag',
    'webroot' => $this->applications['horde']['webroot'] . '/nag',
    'icon' => '/horde/nag/graphics/nag.gif',
    'name' => _("Todo"),
    'allow_guests' => false,
    'show' => true
"Save".
(Do the same for every other module you want to register.)

Go to "/home/httpd/html/horde/imp/config". Open the conf.php file goto the "Menu Settings". See the last entry could look like this:
$conf['menu']['apps'] = array('turba','kronolith');
Fill in the name of the extra modules. Something like this:
$conf['menu']['apps'] = array('turba','kronolith','nag');
"Save"
Go to "http://yourserver/webmail" and try to login as a user. :-) and See of it works
Seems to work this way with every module. It worked for my !!!

Quick and Dirty changes
Changing IMP login message !!!!
horde/imp/templates/login/login.inc
Line 63:
and just change it to whatever you want. :)
example:
Q'S
Kronolith give blank page?????
Try http://yourserver/horde/kronolith/month.php does it work !!!!

Then change the Horde/config/registry.php.
$this->applications['kronolith'] = array(
    'fileroot' => dirname(__FILE__) . '/../kronolith',
    'webroot' => $this->applications['horde']['webroot'] . '/kronolith/month.php',
    'icon' => '/horde/kronolith/graphics/kronolith.gif',
    'name' => _("Calendar"),
    'allow_guests' => false,
    'show' => true
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',

Have Fun !!!!
If I made any mistakes. SORRRYYYY
Wanna try it again, because it messed up your machine: Do a upgrade with you SME 5.5 CD.
Ps. If you have any improvements please, send them to my !!!

Thanx to
Ben Morrisson
JIm Hale
Dan Brown

Arkman

Re: Installing Kronolith help !!! for improvements needed
« Reply #1 on: October 03, 2002, 03:47:38 AM »
Excellent!
Seems to work great.
Thank you.

Lars Kjeldsen

Re: Installing Kronolith help !!! for improvements needed
« Reply #2 on: October 30, 2002, 12:58:34 AM »
Hi,

I try to download "e-smith-kronolith-1.0-01.noarch.rpm"

But there is no file with that name on this domain.?

http://staff.interworx.com.au/sme/e-smith-kronolith-1.0-01.noarch.rpm


Can any one send me this file.

Thanks in advance.

Lars Kjeldsen

Jeff Martin


Lars Kjeldsen

Re: Installing Kronolith help !!! for improvements needed
« Reply #4 on: November 01, 2002, 11:36:16 PM »
Thanks Leafer.

Now it works for me too. :-D

Best regards
Lars Kjeldsen
E-mail: lk@lk-data.com

Lars Kjeldsen

Re: Installing Kronolith help !!! for improvements needed
« Reply #5 on: November 02, 2002, 01:59:27 AM »
Sorry i still got a problem with NAG (Todo)..

Every time i try to open NAG (Todo) i get this message:

---------------Message dump begin ---------------------
A fatal error has occurred:

Required 'phptype' not specified in tasks configuration.

[line 66 of /home/httpd/html/horde/nag/lib/Driver/sql.php]

Details have been logged for the administrator.
---------------Message dump end ---------------------

Can any one help me with that.

Best regards
Lars Kjeldsen

Lars Kjeldsen

Re: Installing Kronolith help !!! for improvements needed
« Reply #6 on: November 02, 2002, 03:51:45 AM »
I dit what another told me, but now i got a new error.
---------------Message dump begin ---------------------
A fatal error has occurred:

DB Error: connect failed

[line 88 of /home/httpd/html/horde/nag/lib/Driver/sql.php]

Details have been logged for the administrator.
---------------Message dump end ---------------------
I'm new with Sql, the password i choose is the same as ROOT,

Any new advice.?

/Quote
Here is wat he told me:
You set your storage type to sql, but didn't provide your sql setup.
In horde/nag/config/conf.php you need to add a section like:

$conf['storage']['driver'] = 'sql';
$conf['storage']['params'] = array();
$conf['storage']['params']['phptype'] = 'pgsql';       /// your database
type
$conf['storage']['params']['protocol'] = 'tcp';
$conf['storage']['params']['hostspec'] = 'localhost';
$conf['storage']['params']['username'] = 'horde';
$conf['storage']['params']['password'] = '******';
$conf['storage']['params']['database'] = 'horde';
$conf['storage']['params']['table'] = 'nag_tasks';

You may need to change some values (maybe mysql instead of pgsql, unix
instead
of tcp, set a real password, etc).
/Quote

Jeff Martin

Re: Installing Kronolith help !!! for improvements needed
« Reply #7 on: November 05, 2002, 06:39:26 PM »
did you change your database type to mysql instead of pgsql in the phptype section?

Jeff Martin

Re: Installing Kronolith help !!! for improvements needed
« Reply #8 on: November 05, 2002, 07:05:12 PM »
Anyone know where the setting is to change the default login path to make the main horde screen the default instead of straight to imp?  

Thanks,
Jeff

Karl McElwain

Re: Installing Kronolith help !!! for improvements needed
« Reply #9 on: December 27, 2002, 05:53:31 PM »
Just type the URL like this...

www.mydomain.com/horde/

That should work.

Jeff Martin

Re: Installing Kronolith help !!! for improvements needed
« Reply #10 on: January 07, 2003, 09:15:55 PM »
Thanks Karl but I was refering to the link from www.mydomain.com/webmail

Gaspar Raposo

Re: Installing Kronolith help
« Reply #11 on: January 21, 2003, 09:13:20 AM »
Hey guys please help me.

I need help in installing the kronolith and other addons for Horde.

Everytime i do everything exactly what you guys say but all it comes up is with the white pages when i click on the calendar link. and when i restart the webmail server, it all disappears. and i dont know why.

Can someone please help, i would like to get this up and running.

Thanks and awaiting for your quick response.

Gaspar.