Search found 7 matches

by mphare
Mon Oct 30, 2006 8:54 am
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

[removed, duplicate post]
by mphare
Mon Oct 30, 2006 8:53 am
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

I run mod_ssl because it was a challange to compile Apache and OpenSSL for MSWindows and get it all to work. I don't really need it, but it's cool to have.

I don't know if others run ssl or not. I guess this is the first time this has come up, so maybe it's not a high priority.

Thanks!
by mphare
Fri Oct 27, 2006 12:11 pm
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

That was it... mod_ssl.

I installed another instance of Apache, listening to a different port and without mod_ssl. I pointed rtb to that port and it's working.

Thanks for the help!
by mphare
Fri Oct 27, 2006 11:14 am
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

Maybe it has something to do with my secure server (Apache running with mod_ssl). Will rtb work on a https:// connection?
by mphare
Fri Oct 27, 2006 11:09 am
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

BTW, the other thing is my rtb says "Error Conecting to Log Site" at the bottom of the window. I do not have "I have a log service account" checked in the options. I put a rtb_log("Start") message at the top of the catcher.php script and it never gets called. I'm beginn...
by mphare
Fri Oct 27, 2006 10:54 am
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

and I'm getting 0. This blocks all access to the code that writes the data to the includes.php file inside the nested 'if' statements. ( I only have one server ) I wondered if having only 1 would index to 0, but the code is written that there must be at least a 1 for the cout to allow the code to r...
by mphare
Thu Oct 26, 2006 4:48 pm
Forum: Radio Toolbox
Topic: includes.php file is empty, why?
Replies: 8
Views: 9447

includes.php file is empty, why?

I've used <url>/catcher.php?debug=<username> and gotten all the debug messages, including where it creates an includes.php file if it doesn't exist in the directory. But there is no data written to the includes.php file. Doing a little debugging on my own, I dumped the value of count($server) $cnt =...