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
-
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.
-
I had this problem at first, then it seemed to correct it's self.
Try a reconfigure and reboot.
Bob
-
I tried to reconfigure and reboot but I get the same error message
-
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
-
Hi,
Has anyone encountered the problem and have the solution as well?
Thanks,
edong
-
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.
-
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
-
From Bugzilla
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.
-
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
-
I have reported (potential) bug 3190, since all my subfolders for all users disappeared in Webmail after upgrading to 7.2.
-
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.