[horde] Help with all of this

Michael M Slusarz slusarz at horde.org
Fri Jul 11 17:02:36 UTC 2014


Quoting Steve Campbell <campbell at cnpapers.com>:

> On 7/11/2014 10:43 AM, Michael M Slusarz wrote:
>> Quoting Steve Campbell <campbell at cnpapers.com>:
>>
>>> The only problem I see now is that I can't use the Admin pages at  
>>> all. My apache logs (using the default apache that comes with a  
>>> Centos install httpd-2.2.15-30) is showing that any admin page  
>>> can't find "lib/base.php". There may be more it can't find, but  
>>> that seems to be the first hurdle. It's looking in the proper  
>>> place, but that file doesn't exist, so I'm sure it's due to the  
>>> way I installed.
>>
>> No, it's because that file doesn't exist in any modern version of  
>> Horde.  Hasn't since (I'm guessing) Horde 3.  So if something is  
>> trying to access that file, it's a local issue.
>>
>> michael
>>
>> ___________________________________
>> Michael Slusarz [slusarz at horde.org]
>>
> Well, here's my httpd/error_log entry:
>
> [Thu Jul 10 10:39:15 2014] [error] [client 216.12.119.190] PHP  
> Warning:  require_once(/var/www/html/horde/admin/../lib/base.php):  
> failed to open stream: No such file or directory in  
> /var/www/html/horde/admin/signup_confirm.php on line 14
>
> And here's the top of /var/www/html/horde/admin/signup_confirm.php:
>
> <?php
> /**
>  * Copyright 2009-2014 Horde LLC (http://www.horde.org/)
>  *
>  * See the enclosed file COPYING for license information (LGPL-2). If you
>  * did not receive this file, see http://www.horde.org/licenses/lgpl.
>  *
>  * @author   Jan Schneider <jan at horde.org>
>  * @category Horde
>  * @license  http://www.horde.org/licenses/lgpl LGPL-2
>  * @package  Horde
>  */
>
> require_once __DIR__ . '/../lib/base.php';
> Horde_Registry::appInit('horde', array('authentication' => 'none'));
>
> Notice the Copyright indicating 2014.

Apparently nobody uses that file, because that is incorrect.  It should be:

require_once __DIR__ . '/../lib/Application.php';

Will be fixed in Horde 5.2.1.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list