DialupAdmin gives Blank Pages
I've been fighting with this problem for a couple of days. Searched everywhere I can think of on the net. According to the docs it should just work. Anyway, I've installed the latest, MySQL, seams to be working. FreeRadius, No errors with the -X option. Made a link from the dialupadmin htdocs to my web server directory. When I click on: Accounting, I get a blank screen. Statistics, I get a green page, nothing on it. User Stats, Blank Find User, seams to work, but I don't have any users entered to actually test this. New User, Blank Show Groups, Seams to work but Again I have no data in the database. New Group, Blank Check Server gives me this: Monday, 19 December 2005, 10:13:04 EST Server: 127.0.0.1:1812 (test user test) Any help would be great. Thanks. Scott
Does anyone have any trobleshooting scrips for the dialupadmin package? Thanks Scott ----- Original Message ----- From: "Scott MacEachern A.Sc.T" <scottm@web-solutions.ca> To: <freeradius-users@lists.freeradius.org> Sent: Monday, December 19, 2005 10:14 AM Subject: DialupAdmin gives Blank Pages
I've been fighting with this problem for a couple of days. Searched everywhere I can think of on the net. According to the docs it should just work.
Anyway, I've installed the latest, MySQL, seams to be working. FreeRadius, No errors with the -X option. Made a link from the dialupadmin htdocs to my web server directory.
When I click on: Accounting, I get a blank screen. Statistics, I get a green page, nothing on it. User Stats, Blank Find User, seams to work, but I don't have any users entered to actually test this. New User, Blank Show Groups, Seams to work but Again I have no data in the database. New Group, Blank
Check Server gives me this: Monday, 19 December 2005, 10:13:04 EST Server: 127.0.0.1:1812
(test user test)
Any help would be great. Thanks. Scott
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Have you set up dialup-admin's admin.conf file? There's a section in there that specifies the database properties required for it to connect to your database. If this is not filled in correctly, dialupadmin will display blank pages. -- BigMick Scott MacEachern A.Sc.T wrote:
Does anyone have any trobleshooting scrips for the dialupadmin package? Thanks Scott
----- Original Message ----- From: "Scott MacEachern A.Sc.T" <scottm@web-solutions.ca> To: <freeradius-users@lists.freeradius.org> Sent: Monday, December 19, 2005 10:14 AM Subject: DialupAdmin gives Blank Pages
I've been fighting with this problem for a couple of days. Searched everywhere I can think of on the net. According to the docs it should just work.
Anyway, I've installed the latest, MySQL, seams to be working. FreeRadius, No errors with the -X option. Made a link from the dialupadmin htdocs to my web server directory.
When I click on: Accounting, I get a blank screen. Statistics, I get a green page, nothing on it. User Stats, Blank Find User, seams to work, but I don't have any users entered to actually test this. New User, Blank Show Groups, Seams to work but Again I have no data in the database. New Group, Blank
Check Server gives me this: Monday, 19 December 2005, 10:13:04 EST Server: 127.0.0.1:1812
(test user test)
Any help would be great. Thanks. Scott
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Scott MacEachern A.Sc.T wrote:
Does anyone have any trobleshooting scrips for the dialupadmin package? Thanks Scott There are some entries related to this in the archives. I got it working but stopped using it shortly thereafter. I had the same problem as you initially and ended up finding the answer in the archives.
I remember I abondanoed it as it had some shortfalls. I don't remember what they were so it may work well for you. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841
what did you replace it with? ----- Original Message ----- From: "Lewis Bergman" <lbergman@wtxs.net> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Tuesday, December 20, 2005 11:11 AM Subject: Re: DialupAdmin gives Blank Pages
Scott MacEachern A.Sc.T wrote:
Does anyone have any trobleshooting scrips for the dialupadmin package? Thanks Scott There are some entries related to this in the archives. I got it working but stopped using it shortly thereafter. I had the same problem as you initially and ended up finding the answer in the archives.
I remember I abondanoed it as it had some shortfalls. I don't remember what they were so it may work well for you.
-- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Scott MacEachern A.Sc.T wrote:
what did you replace it with?
I use an integrated billing package called Freeside that provisions the freeradius sql tables. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 Off. 325-691-1301 Cell 325-439-0533 fax 325-695-6841
I've been fighting with this problem for a couple of days. Searched everywhere I can think of on the net. According to the docs it should just work.
I had this EXACT prob and it drove me insane, but I eventually solved it: Here's your problem (if it is indeed the same cause) - Your PHP instance does not have the mysql module loaded/compiled in. Have a look at your php.ini in the extensions stanza, and make sure that the extension line that loads mysql.so is uncommented/present. This is an utterly baffling one and the interface does NOT spit any useful errors at all - If I get time, I will submit a patch that detects this and throws useful errors to prevent this happening for others. Cheers, Fenn.
I think you set something wrong in web server. Which web server are u using ??? If you use apache i may help u -- Sent from the FreeRadius - User forum at Nabble.com: http://www.nabble.com/DialupAdmin-gives-Blank-Pages-t771333.html#a2084325
apache2 ----- Original Message ----- From: jaylai (sent by Nabble.com) To: freeradius-users@lists.freeradius.org Sent: Saturday, December 24, 2005 6:19 AM Subject: RE: DialupAdmin gives Blank Pages I think you set something wrong in web server. Which web server are u using ??? If you use apache i may help u ------------------------------------------------------------------------------ Sent from the FreeRadius - User forum at Nabble.com: RE: DialupAdmin gives Blank Pages ------------------------------------------------------------------------------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
After many days of endless searching... I had to install php4-mysql. apt-get install php4-mysql this fixed the blank pages, but i get the error... "cannot connect to sql databse" is there a log somewhere that would give me a hint as to what I'm missing now? Thanks Scott
On Friday 30 December 2005 07:59, Scott MacEachern A.Sc.T wrote:
After many days of endless searching... I had to install php4-mysql. apt-get install php4-mysql
this fixed the blank pages, but i get the error...
"cannot connect to sql databse"
is there a log somewhere that would give me a hint as to what I'm missing now?
Thanks
Scott
Check and make sure your Login Name+Password is correct in the sql.conf LeRoy
yes, I've triple checked the config files. I can't see anything obvious. Is there a know way to step through the php files to see exactly were the system goes astray? maybe a test php file to check the sql connection? Thanks Scott ----- Original Message ----- From: "LeRoy DeVries" <dutch1918@gmail.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, December 30, 2005 10:34 AM Subject: Re: DialupAdmin gives Blank Pages/cannot connect to sql databse
On Friday 30 December 2005 07:59, Scott MacEachern A.Sc.T wrote:
After many days of endless searching... I had to install php4-mysql. apt-get install php4-mysql
this fixed the blank pages, but i get the error...
"cannot connect to sql databse"
is there a log somewhere that would give me a hint as to what I'm missing now?
Thanks
Scott
Check and make sure your Login Name+Password is correct in the sql.conf
LeRoy - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
ok, I fixed it. I got some time away from the server, got some well needed sleep. Checked the symbolic link from my web files. The link was pointing to a different location on the drive. Some how I had 2 copies of dialupadmin. Fixed the user info in the proper admin.conf file. And much to my surprise, It worked. Thanks Everyone for their time. Best wishes for the new year. Scott ----- Original Message ----- From: "Scott MacEachern A.Sc.T" <scottm@web-solutions.ca> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, December 30, 2005 7:45 PM Subject: Re: DialupAdmin gives Blank Pages/cannot connect to sql databse
yes, I've triple checked the config files. I can't see anything obvious. Is there a know way to step through the php files to see exactly were the system goes astray? maybe a test php file to check the sql connection? Thanks Scott ----- Original Message ----- From: "LeRoy DeVries" <dutch1918@gmail.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, December 30, 2005 10:34 AM Subject: Re: DialupAdmin gives Blank Pages/cannot connect to sql databse
On Friday 30 December 2005 07:59, Scott MacEachern A.Sc.T wrote:
After many days of endless searching... I had to install php4-mysql. apt-get install php4-mysql
this fixed the blank pages, but i get the error...
"cannot connect to sql databse"
is there a log somewhere that would give me a hint as to what I'm missing now?
Thanks
Scott
Check and make sure your Login Name+Password is correct in the sql.conf
LeRoy - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (6)
-
BigMick -
Fenn Bailey -
jaylai (sent by Nabble.com) -
LeRoy DeVries -
Lewis Bergman -
Scott MacEachern A.Sc.T