Koozali.org: home of the SME Server

Kronolith install problem Yes I'm new to this

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Kronolith install problem Yes I'm new to this
« Reply #15 on: October 06, 2008, 04:45:05 AM »
hmm installed the kronolith with yum localinstall *.rpm
still getting Horde_Block_kronolith_month not found. and no sign of kronolith
mnemo and nag installed fine
gollem not showing up either ?

Verify you have smeserver-kronolith installed.  Actually verify you have all 5 of the rpms in the kronolith installed.  You can also check /etc/e-smith/templates/home/httpd/html/horde/config/registry.php/ and verify you have 220AppRegistryKronolith.  You can check /home/httpd/html/horde/config/registry.php and verify you have the three kronolith stanzas. 

If you have all of that, your issue could be that you installed kronolith first, then did a post-upgrade ; reboot.  You need to do this again after installed smeserver-kronolith.  That is the rpm that has the info in it that creates the kronolilth mysql tables, etc. 

I just installed these today from my contribs area to verify the zip files were good and they worked fine for me.

Please update this again if you need more assistance, but you won't hear anything from me until sometime tomorrow.

John
......

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #16 on: October 06, 2008, 05:10:14 AM »
Hi John can confirm 220AppRegistryKronolith is there , all 5 rpms are installed
unsure what I am looking for on the three kronolith stanzas though looked through /home/httpd/html/horde/config/registry.php file and no mention of kronolith


Regards
Jim C

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Kronolith install problem Yes I'm new to this
« Reply #17 on: October 06, 2008, 06:42:00 AM »
Hi John can confirm 220AppRegistryKronolith is there , all 5 rpms are installed
unsure what I am looking for on the three kronolith stanzas though looked through /home/httpd/html/horde/config/registry.php file and no mention of kronolith




open two server sessions.  In one type
Code: [Select]
tail -f /var/log/messages
In the other type
Code: [Select]
signal-event email-update
Note any errors from the tail session.

/home/httpd/html/horde/config/registry.php should have these lines:

// 220AppRegistryKronolith
$this->applications['kronolith'] = array(
    'fileroot' => dirname(__FILE__) . '/../kronolith',
    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
    'name' => _("Calendar"),
    'status' => 'active',
    'provides' => 'calendar',
    'menu_parent' => 'organizing'
);
   
$this->applications['kronolith-alarms'] = array(
    'status' => 'block',
    'app' => 'kronolith',
    'blockname' => 'tree_alarms',
    'menu_parent' => 'kronolith',
);
   
$this->applications['kronolith-menu'] = array(
    'status' => 'block',
    'app' => 'kronolith',
    'blockname' => 'tree_menu',
    'menu_parent' => 'kronolith',
);

If you don't have any of these, then kronolilth will not be active and won't work.  But, you are getting an error, which makes me believe something may be wrong with the template expansion that may be seen from the steps above.

John
......

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #18 on: October 06, 2008, 09:26:39 AM »
Hi John

Kronolith all working ok now  did one last signal-event post-upgrade; signal-event reboot before going to bed and on rechecking this morning Kronolith all ok
however gollem just showing a login screen and on clicking on it ,it promptly redisplays the login screen.
thanks again

« Last Edit: October 06, 2008, 09:30:02 AM by jjcuk »
Regards
Jim C

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #19 on: October 06, 2008, 10:23:07 AM »
forget my last John, just me chasing my own tail.
I had FTP turned off in server-manager remote access. :oops:

thanks again Jim
Regards
Jim C

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #20 on: November 23, 2008, 03:27:00 AM »
Hi again John as 7.4 is out I am bumping this thread looking for trean

best regards
Jim C
Regards
Jim C

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Kronolith install problem Yes I'm new to this
« Reply #21 on: November 23, 2008, 03:48:34 AM »
Trean is still not an officially released product from horde, but I do have it running with the current version of the horde framework.  You have to load two additional php-pear modules. 

I haven't updated CVS and really hadn't planned on it until trean was a released product.  If you send me a personal email, I'll upload the necessary files to my contrib area for you to pull down.

John
......

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #22 on: November 25, 2008, 10:25:32 AM »
Thanks John
files received , installed and working ok, with old bookmarks still available.

best regards
Jim
Regards
Jim C

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Kronolith install problem Yes I'm new to this
« Reply #23 on: November 26, 2008, 03:51:07 AM »
hmm installed the kronolith with yum localinstall *.rpm
still getting Horde_Block_kronolith_month not found. and no sign of kronolith
mnemo and nag installed fine
gollem not showing up either ?

I have all of these working on 7.4.  There should be at least two rpm's installed per package.  After you installed, did you signal-event post-upgrade ; signal-event reboot?  By default most off the add-on apps are set to inactive in horde/config/registry.php.  The various smeserver-xxx rpms set them to active, but it won't take effect until after the reboot and the appropriate horde tables are created.

John
......

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Kronolith install problem Yes I'm new to this
« Reply #24 on: November 26, 2008, 04:31:29 AM »
Think you missed page 2 of this topic John
all was sorted
best regards
Jim C
Regards
Jim C

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Kronolith install problem Yes I'm new to this
« Reply #25 on: November 26, 2008, 04:40:47 AM »
Yes, I did.  Thanks.
......