Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: KaiNeR on June 18, 2005, 06:48:27 PM

Title: Need Help with Horde 3 on SME 6.5
Post by: KaiNeR on June 18, 2005, 06:48:27 PM
I recently upgraded Horde on my sme 6.5 server to version 3, but since the upgrade Horde is now NOT marking read mails as seen, and i keep getting permission denied when trying to create new folders and subscribe to them

does anyone have any idea's as its driving me insane
 :-?  :hammer:
Title: Need Help with Horde 3 on SME 6.5
Post by: gregswallow on June 19, 2005, 01:35:58 AM
You should ask this question on the thread where you found the instructions to install Horde 3 on SME 6.5.
Title: Re: Need Help with Horde 3 on SME 6.5
Post by: mrjhb3 on June 19, 2005, 08:39:39 AM
Quote from: "KaiNeR"
I recently upgraded Horde on my sme 6.5 server to version 3, but since the upgrade Horde is now NOT marking read mails as seen, and i keep getting permission denied when trying to create new folders and subscribe to them

does anyone have any idea's as its driving me insane
 :-?  :hammer:


Did you use the script I setup, or did you upgrade another way.  If, it's the one I posted, did you notice if you had any errors during the install.  I haven't seen the issue with the read mails not being marked, or with creating folders.  I haven't tried subscribing to any folders.

JB
Title: Need Help with Horde 3 on SME 6.5
Post by: KaiNeR on June 19, 2005, 08:49:41 AM
I did follow a scipt that i found in a post, but i done it a few days ago and i'd have to have a good look around and double check that its your script that i used, i never fully checked it after install as i never got any errors and i could log in straight away so i presumed it was all working fine unitll i tried creating some folders yesterday, is there another script available that will go through the install process again and possbily correct the problems ?

thanks
Title: Need Help with Horde 3 on SME 6.5
Post by: mrjhb3 on June 19, 2005, 02:33:20 PM
Quote from: "KaiNeR"
I did follow a scipt that i found in a post, but i done it a few days ago and i'd have to have a good look around and double check that its your script that i used, i never fully checked it after install as i never got any errors and i could log in straight away so i presumed it was all working fine unitll i tried creating some folders yesterday, is there another script available that will go through the install process again and possbily correct the problems ?

thanks


The script I wrote is located here: http://mirror.contribs.org/smeserver/contribs/jbennett/install_horde30.sh.  Their may be older versions of the script floating around.  I'd recommend you download this version and re-run it.  I just created a folder and was able to subscribe to it via webmail.

JB
Title: Need Help with Horde 3 on SME 6.5
Post by: KaiNeR on June 19, 2005, 04:25:04 PM
Quote from: "mrjhb3"
Quote from: "KaiNeR"
I did follow a scipt that i found in a post, but i done it a few days ago and i'd have to have a good look around and double check that its your script that i used, i never fully checked it after install as i never got any errors and i could log in straight away so i presumed it was all working fine unitll i tried creating some folders yesterday, is there another script available that will go through the install process again and possbily correct the problems ?

thanks


The script I wrote is located here: http://mirror.contribs.org/smeserver/contribs/jbennett/install_horde30.sh.  Their may be older versions of the script floating around.  I'd recommend you download this version and re-run it.  I just created a folder and was able to subscribe to it via webmail.

JB


Thanks Man
I tried another script but after it finished i get an error about
"Could not open input file: /home/httpd/html/horde/kronolith/scripts/reminders.php."

will give this one a try now, cheers
Title: Need Help with Horde 3 on SME 6.5
Post by: KaiNeR on June 19, 2005, 05:44:51 PM
now i've lost my horde login screen :'(  :cry:  :cry:  :cry:  :hammer:
 its all white , what can i do, all my emails  :cry:  :cry:
Title: Need Help with Horde 3 on SME 6.5
Post by: mrjhb3 on June 19, 2005, 08:53:01 PM
Quote from: "KaiNeR"
now i've lost my horde login screen :'(  :cry:  :cry:  :cry:  :hammer:
 its all white , what can i do, all my emails  :cry:  :cry:


I am not sure what is going on with your install.  I have run this script multiple times concurrently on the same server and haven't seen this type of behavior.  What version of PHP are you running?  If it's not the version per the script, then I suspect you probably need to update some pear modules.  What do your logs say when you try to get to webmail?  Without seeing your logs, you could try this:
pear install Log
pear install Date
pear install File
pear install Mail
pear ua

And see if that corrects the issue.

Per your previous post, there is a cron job that calls the reminders.php script for any calendar reminders.  Your cron job could have been trying to run during the install.

Next, you could get radical if needed.  In the root directory there should be a horde20-restore directory with a script you could run that should revert you back to horde20.  This is provided you have an horde.old directory.  To tell if this is the horde20 stuff, you can change to that directory and see if you have an ingo or mimp directory.  You shouldn't have these directories because they are not part of horde20.  If that works, then you could run the script again to upgrade.

Finally, if necessary, you could delete the horde directory entirely, then run the script again.  This will cause the horde table to be dropped and you will lose any preference settings, calendar events. etc.

That's all I got,

JB