Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: edong on July 23, 2007, 05:33:10 AM

Title: Problem with webmail after upgrading to sme server 7.2
Post by: edong on July 23, 2007, 05:33:10 AM
Hi,

After upgrading to the latest version (7.2), I can no longer log in to the webmail, it says: Not Found

The requested URL /imp/redirect.php was not found on this server.
Title: Problem with webmail after upgrading to sme server 7.2
Post by: crazybob on July 23, 2007, 07:17:43 AM
I had this problem at first, then it seemed to correct it's self.

Try a reconfigure and reboot.

Bob
Title: Problem with webmail after upgrading to sme server 7.2
Post by: edong on July 23, 2007, 07:42:53 AM
I tried to reconfigure and reboot but I get the same error message
Title: Problem with webmail after upgrading to sme server 7.2
Post by: edong on July 23, 2007, 08:01:02 AM
Hi,

I think this is the root cause of the problem "httpd: PHP Notice:  Undefined variable:  webroot in /home/httpd/html/horde/config/registry.php on line 63"

Has anyone encountered this problem before?


Thanks,

edong
Title: Problem with webmail after upgrading to sme server 7.2
Post by: edong on July 23, 2007, 10:49:03 AM
Hi,

Has anyone encountered the problem and have the solution as well?


Thanks,


edong
Title: Problem with webmail after upgrading to sme server 7.2
Post by: byte on July 23, 2007, 11:08:48 AM
As always any potential bugs to the bug tracker, in this case there is a bug already open...

http://bugs.contribs.org/show_bug.cgi?id=3181

Please make sure you tell us the server history & any additional contribs/custom-templates.
Title: Problem with webmail after upgrading to sme server 7.2
Post by: Anders on July 23, 2007, 02:23:07 PM
Hi!

Try to change 110AppRegistryHorde

---snip---
// 110AppRegistryHorde
$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
//    'webroot' => $webroot,
    'webroot' => _detect_webroot(),
    'initial_page' => 'login.php',
---snip---

I have disabled 'webroot' => $webroot,
to
'webroot' => _detect_webroot(),
and efter that my webmail works fine again.

After update to 7.2, the old file named "registry.php" was changed and saved  to "registry.php.dist" and if we take a look in that file, on line 52, in my case, we can se the differents.

Well .. there is more thing to do, when I try to log in this way, https://www.mydomain/webmail I got this messages,
--
The requested URL /webmail//imp/redirect.php was not found on this server.
--
if I login with adress,
https://www.mydomain/horde/imp/login.php, it works very well.


/C
Title: Problem with webmail after upgrading to sme server 7.2
Post by: crazybob on July 24, 2007, 03:49:58 AM
From Bugzilla
Quote
Anyone that has a custom-template of 110AppRegistryHorde is going to be
affected, because of the webroot detection changes in horde 3.1.4.  It doesn't
work as advertised.  Copying the new 110AppRegistryHorde to templates-custom
and then making your changes will allow you to customize your setup once again.
Title: Problem with webmail after upgrading to sme server 7.2
Post by: chris burnat on July 24, 2007, 06:38:09 AM
WARNING:  Webmail issues when upgrading to 7.2 with existing custom templates

Those issues are most likely associated with the intruduction of custom templates at time of upgrade. For example, anyone that has a custom-template of 110AppRegistryHorde is going to be affected, because of the webroot detection changes in horde 3.1.4.  It doesn't work as advertised.  Copying the new 110AppRegistryHorde to templates-custom and then making your changes will allow you to customize your setup once again.

for more information, refer to:
http://bugs.contribs.org/show_bug.cgi?id=3181
Title: Sub-mailboxes/folders disappeared after upgrade to 7.2
Post by: hestad on July 24, 2007, 08:26:18 AM
I have reported (potential) bug 3190, since all my subfolders for all users disappeared in Webmail after upgrading to 7.2.
Title: Re: Sub-mailboxes/folders disappeared after upgrade to 7.2
Post by: thomasch on July 24, 2007, 10:15:13 AM
hestad,

Quote from: "hestad"
I have reported (potential) bug 3190, since all my subfolders for all users disappeared in Webmail after upgrading to 7.2.


Maybe you (and your users) need to re-subscribe the IMAP folders after upgrade.