[isf-wifidog] Problem in a new installation (wifidog-auth)

Benoit Grégoire benoitg at coeus.ca
Ven 17 Juil 10:07:43 EDT 2009


On July 17, 2009, Enrique Díaz-Tendero wrote:
> The patch worked :-)
> Now I've got the error:
> *Fatal error*: Call to undefined function _() in
> */var/www/htdocs/config_available_locales.php* on line *58

The root caused is that you don't have gettext installed.  You should have 
seen it on the dependencies page.  I moved the gettext function redefinition 
earlier so the install script doesn't  display an error.

> *then i've changed in that php file
>     'en_US' => array('English',_("English")),
> to
>     'en_US' => array('English',("English")),
> for all the languages, and the error went out.

Obviously, that's not recommended...

> Now i get
> failed to retrieve your mac address
> when i try to login from a client machine.
>
> ¿Maybe the AP i'm using blocks the ARP? I'll keep trying.

More likely, make sure the AP is configured to act as an AP, not as a NAT or a 
router.
-- 
Benoit Grégoire


Plus d'informations sur la liste de diffusion WiFiDog