Hello, I am having problems getting dialupadmin to work on FreeBSD 6.1. If I go to any of the pages (eg add user) I just get a blank screen.. Also, if anyone could point me in the direction of where I can find some information on what needs to go into the tables in a postgres database for RADIUS users, I would be greatful. Thanks
All the detailed info about setting up dialup admin is found in the howto file..it even explains how to import the sql files for your chosen database. On 10/10/06, Andy Dixon <ajd@malcol.org> wrote:
Hello,
I am having problems getting dialupadmin to work on FreeBSD 6.1.
If I go to any of the pages (eg add user) I just get a blank screen..
Also, if anyone could point me in the direction of where I can find some information on what needs to go into the tables in a postgres database for RADIUS users, I would be greatful.
Thanks
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- With Regards Ali Jawad
On 10 Oct 2006, at 10:17, Ali Jawad wrote:
All the detailed info about setting up dialup admin is found in the howto file..it even explains how to import the sql files for your chosen database.
Thats what I did. Just in case I missed something out, someone else went through the howto and got the same results. Any ideas? Andy
Could be a permissions issue..you might wana investigate that On 10/11/06, Andy Dixon <ajd@malcol.org> wrote:
On 10 Oct 2006, at 10:17, Ali Jawad wrote:
All the detailed info about setting up dialup admin is found in the howto file..it even explains how to import the sql files for your chosen database.
Thats what I did. Just in case I missed something out, someone else went through the howto and got the same results.
Any ideas?
Andy
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- With Regards Ali Jawad
On 11 Oct 2006, at 19:11, Ali Jawad wrote:
Could be a permissions issue..you might wana investigate that
I thought it may have been an issue with PHP and / or apache. I tailed the logs from Apache and got nothing, but PHP threw up lots of notices about un-initialized constants / variables / etc, a warning about a for loop being given something dodgy, and another error about a security risk.
This happened to me once with another application..because I had global_registers off...in the php.ini file..you might wana check that On 10/12/06, Andy Dixon <ajd@malcol.org> wrote:
On 11 Oct 2006, at 19:11, Ali Jawad wrote:
Could be a permissions issue..you might wana investigate that
I thought it may have been an issue with PHP and / or apache. I tailed the logs from Apache and got nothing, but PHP threw up lots of notices about un-initialized constants / variables / etc, a warning about a for loop being given something dodgy, and another error about a security risk.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- With Regards Ali Jawad
Andy Dixon wrote:
On 11 Oct 2006, at 19:11, Ali Jawad wrote:
Could be a permissions issue..you might wana investigate that
I thought it may have been an issue with PHP and / or apache. I tailed the logs from Apache and got nothing, but PHP threw up lots of notices about un-initialized constants / variables / etc, a warning about a for loop being given something dodgy, and another error about a security risk.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Usually when you get a blank page in dialupadmin the reason is that php is lacking mysql support. I would suggest to check that one
You might want to set sql_debug "or something like it" to on in the dialupadmin config file..this will run sql queries in debugging mode..and will might help you to reveal the problem On 10/12/06, Kostas Kalevras <kkalev@noc.ntua.gr> wrote:
Andy Dixon wrote:
On 11 Oct 2006, at 19:11, Ali Jawad wrote:
Could be a permissions issue..you might wana investigate that
I thought it may have been an issue with PHP and / or apache. I tailed the logs from Apache and got nothing, but PHP threw up lots of notices about un-initialized constants / variables / etc, a warning about a for loop being given something dodgy, and another error about a security risk.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Usually when you get a blank page in dialupadmin the reason is that php is lacking mysql support. I would suggest to check that one - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- With Regards Ali Jawad
participants (3)
-
Ali Jawad -
Andy Dixon -
Kostas Kalevras