[PHP]undefined function posix_getpwuid()

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • bibawa
  • Registratie: Augustus 2005
  • Laatst online: 13-04-2008
Ik ben momenteel bezig met de installatie van wifidog op een gentoo systeem, wanneer ik de install.php uitvoer dan zegt hij op een bepaald moment:

Fatal error: Call to undefined function posix_getpwuid() in /var/www/localhost/htdocs/wifidog/wifidog/install.php on line 488

Nu ken ik zelf niet veel van gentoo af, maar ik heb wel een vermoeden dat die funtie niet meet gecompileerd is ofzo.

Zou iemand me dit kunnen bevestigen? en me ook willen zeggen heo ik dat kan oplossen?

Acties:
  • 0 Henk 'm!

  • XWB
  • Registratie: Januari 2002
  • Niet online

XWB

Devver
Lijkt me dat die module niet geïnstalleerd (of uit) staat.
http://be.php.net/manual/nl/ref.posix.php
Sensitive data can be retrieved with the POSIX functions, e.g. posix_getpwnam() and friends. None of the POSIX function perform any kind of access checking when safe mode is enabled. It's therefore strongly advised to disable the POSIX extension at all (use --disable-posix in your configure line) if you're operating in such an environment.

March of the Eagles