On Wed, 3 Jul 2002, Aldo Maruffi wrote:
> Hi all,
> I have an error in the module "edit user" of dialup_admin:
>
> Warning: stat failed for ../lib/sql/defaults.php3 (errno=2 - No such file or
> directory) in /usr/local/dialup_admin/lib/defaults.php3 on line 10
>
> Warning: Address is not in a.b.c.d form in
> /usr/local/dialup_admin/htdocs/user_admin.php3 on line 201
> My authentication use MySQL.
>
> Thanks
>
> ALdo
Those are just harmless warnings. is_file() function should not give out
warnings but unfortunately it does. Try changing line 10 of lib/defaults.php3 to
read
if (@is_file("../lib/$config[general_lib_type]/defaults.php3"))
and report what happens.
As for the a.b.c.d warning you probably have an entry in your accounting without
the FramedIPAddress field. The latest cvs should work better on that.
--
Kostas Kalevras Network Operations Center
[EMAIL PROTECTED] National Technical University of Athens, Greece
Work Phone: +30 10 7721861
'Go back to the shadow' Gandalf
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html