Koozali.org: home of the SME Server

Problem with webmail after upgrading to sme server 7.2

edong

Problem with webmail after upgrading to sme server 7.2
« 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.

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Problem with webmail after upgrading to sme server 7.2
« Reply #1 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
If you think you know whats going on, you obviously have no idea whats going on!

edong

Problem with webmail after upgrading to sme server 7.2
« Reply #2 on: July 23, 2007, 07:42:53 AM »
I tried to reconfigure and reboot but I get the same error message

edong

Problem with webmail after upgrading to sme server 7.2
« Reply #3 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

edong

Problem with webmail after upgrading to sme server 7.2
« Reply #4 on: July 23, 2007, 10:49:03 AM »
Hi,

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


Thanks,


edong

Offline byte

  • *
  • 2,183
  • +2/-0
Problem with webmail after upgrading to sme server 7.2
« Reply #5 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.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Anders

  • ***
  • 58
  • +0/-0
  • .
    • http://www.google.se
Problem with webmail after upgrading to sme server 7.2
« Reply #6 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

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Problem with webmail after upgrading to sme server 7.2
« Reply #7 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.
If you think you know whats going on, you obviously have no idea whats going on!

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Problem with webmail after upgrading to sme server 7.2
« Reply #8 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
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

hestad

Sub-mailboxes/folders disappeared after upgrade to 7.2
« Reply #9 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.

Offline thomasch

  • *
  • 232
  • +0/-0
Re: Sub-mailboxes/folders disappeared after upgrade to 7.2
« Reply #10 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.