[horde] Fatal error after pear update horde today

Arjen de Korte arjen+horde at de-korte.org
Wed Jul 9 08:38:21 UTC 2014


Citeren Sandra Weddig <sandra.weddig at googlemail.com>:

> ls -la /usr/share/php5/PEAR/Horde/Pack/Driver shows
>
> insgesamt 28
> drwxrwxrwx 2 root root 4096  2. Jul 14:23 .
> drwxrwxr-- 3 root root 4096  2. Jul 14:23 ..
> -rwxr-xr-x 1 root root 1336  2. Jul 14:23 Igbinary.php
> -rwxr-xr-x 1 root root 1612  2. Jul 14:23 Json.php
> -rwxr-xr-x 1 root root 1248  2. Jul 14:23 Msgpack.php
> -rwxr-xr-x 1 root root 1403  2. Jul 14:23 Msgpackserialize.php
> -rwxr-xr-x 1 root root 1125  2. Jul 14:23 Serialize.php
>
> So, where is the problem?

These permissions look weird. There is no reason why these .php files  
should have execute permission, while I suspect you may need to grant  
execute permission to the directory above this one  
(/usr/share/php5/PEAR/Horde/Pack). The following is what I use:

     find /usr/share/php5/PEAR/Horde -type d|xargs chmod 755
     find /usr/share/php5/PEAR/Horde -type f|xargs chmod 644

> Am Dienstag, den 08.07.2014, 21:47 +0000 schrieb Erling Preben Hansen:
>
>>   Citat af Sandra Weddig <sandra.weddig at googlemail.com>:
>>
>> > Hi!
>> >
>> > Today I did update horde via pear and now all users see:
>> > A fatal error has
>> >
>> occurredFilesystemIterator::__construct(/usr/share/php5/PEAR/Horde/Pack/Driver):
>> > failed to open dir: Permission deniedDetails have been logged for the
>> > administrator.
>> >
>> > What's wrong?
>> > --
>> > Horde mailing list
>> > Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail:
>> > horde-unsubscribe at lists.horde.org
>>
>> Hey
>>
>> Check your file permissions.
>>
>> /erling
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


-- 
This message was sent from a mailinglist subscription address.
For off-list replies, you must remove the address extension.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5849 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/horde/attachments/20140709/2f49c649/attachment.bin>


More information about the horde mailing list