I had the same problems.
This is my solutions:
[EMAIL PROTECTED] dialup]# pwd
/var/www/html/dialup
[EMAIL PROTECTED] dialup]# ln -s /usr/local/dialup_admin/htdocs htdocs
[EMAIL PROTECTED] dialup]# ls -l
total 0
lrwxrwxrwx 1 root root 30 Jan 13 21:15 htdocs -> /usr/local/dialup_admin/htdocs
[EMAIL PROTECTED] dialup]#
And everything workt !! Yes!!
Michel
----- Original Message ----- From: "Lewis Bergman" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 10, 2005 10:01 PM
Subject: dialup_admin - blank right frames
Freeradius 1.0.1 Mysql-max-4.1.8 Apache 2.0.46 PHP 4.2.3 (from rpm) register globals On Magic Qoutes Off
Most of the right frames come back empty. Technically, they come back with some html but no information. No php errors are reported.
To try and find out what is going on I inserted some print statements into the user_stats.php3 file. All the statements print until I get to the line that has "$start = da_sql_escape_string($start);". After that nothing prints. Normally I would expect some kind of php error if execution stopped but I don't get anything.
I compiled freeradius against 4.1.8-max libs, and headers with the standard ./configure && make && make install stuff.
I saw a post from March 2003 about blank right frames likely being a directory problem. I have followed the directions and linked the dialup_admin/htdocs dir to another dir in my web server's space so I don't think that is it.
Any ideas on where to look from here? -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 325-691-3301 800-299-6962
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

