Page 1 of 1

suPHP - Could not get group information for GID XXX

Posted: 2005-07-01 19:54
by as-n
Hallo,

mein suPHP wil partout gar kein php ausführen, ich bekomme immer die Fehlermeldung:

Could not get group information for GID 635

Wobei der User 635 in der Gruppe ftponly steckt.

Woran könnte das liegen?

Ciao
AS-N

Re: suPHP - Could not get group information for GID XXX

Posted: 2005-07-01 21:22
by superuser1
Hi...

GID 635 != Username ~ UID.

Hat also die Gruppe ftponly die GID 635?

:roll:

Re: suPHP - Could not get group information for GID XXX

Posted: 2005-07-01 22:22
by as-n
Nein, eben nicht.

Die 635 ist die UID des Users, hat mich auch schon gewundert.
Die Gruppe ftponly hat eine andere GID. Seltsam.

Ciao
AS-N

Re: suPHP - Could not get group information for GID XXX

Posted: 2005-07-01 22:29
by as-n
OK, hab die Lösung

Code: Select all

--disable-checkgid
hat geholfen.

Ciao
AS-N