[horde] registry.php - object not found - known bug!
Adrian DeBoer
stud_muffin_540 at yahoo.com
Tue Aug 5 08:25:21 PDT 2003
Folks:
http://bugs.horde.org/show_bug.cgi?id=1236
That is also the error I am getting in the apache log files. I tried doing what the guy said - adding the line:
header('Location: ' . Horde::url($registry->getParam('webroot', 'horde') . '/login.php?url=' . urlencode(Horde::selfUr()), true));
browser didn't like that though.... :
Fatal error: Call to undefined function: selfur() in /var/www/html/horde/kronolith/lib/base.php on line 50
This is what that particulat section in my base.php looks like:
// Don't allow access unless there is a Horde login
if (!Auth::getAuth()) {
// $url = Horde::url($registry->getParam('webroot', 'horde') . '/login.php', true);
// header('Location: ' . Kronolith::addParameter($url, 'url=' . urlencode($_SERVER['PHP_SELF'])));
header('Location: ' . Horde::url($registry->getParam('webroot', 'horde') . '/login.php?url=' . urlencode(Horde::selfUr()), true));
"base.php" 78L, 2572C written
I commented out the original lines.....
This error is fairly recent - May 2003 - it is now august 2003. Can anyone help me out?!!
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
More information about the horde
mailing list