argghh, need some help over here!!

Ask questions, request features, or just complement us about our software and services.
Post Reply
dreggze
Posts: 2
Joined: Mon Dec 16, 2002 5:00 am
Contact:

argghh, need some help over here!!

Post by dreggze »

when i open the catcher.php I get this:

Copyright RadioToolBox.com another great application from Jay Krivanek

Notice: Undefined variable: server in c:\inetpub\wwwroot\rtb\rtb_catcher_php\catcher.php on line 20

Notice: Undefined variable: pass in c:\inetpub\wwwroot\rtb\rtb_catcher_php\catcher.php on line 54
BADPASSWORD

and when I open example.php I get this:

I am playing
Notice: Undefined variable: current_song in c:\inetpub\wwwroot\rtb\rtb_catcher_php\example.php on line 7
right now, it's totally cool!
There are
Notice: Undefined variable: listeners in c:\inetpub\wwwroot\rtb\rtb_catcher_php\example.php on line 8
out of
Notice: Undefined variable: max_listeners in c:\inetpub\wwwroot\rtb\rtb_catcher_php\example.php on line 8
listening.

The last
Notice: Undefined variable: lastsong in c:\inetpub\wwwroot\rtb\rtb_catcher_php\example.php on line 10
0 songs I have played are:

Notice: Undefined variable: lastsong in c:\inetpub\wwwroot\rtb\rtb_catcher_php\example.php on line 13

And this is the funny part, in the "current stats" window i says
Log service: Long stored(invalid login) waiting 1200 secs
And i have done all the user, passw changes in rtb.ini, config.php

What have i done wrong??
dreggze
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

your installation of php has it's screen error feature set to high. And is probably what is causing your trouble either go into the php configuration and set error_reporting:

E_ALL & ~E_NOTICE

or go into the catcher.php file and add

error_reporting (E_ALL ^ E_NOTICE);

just after <?PHP

you will probably have to do that to each of your example files as well.
- Jay
dreggze
Posts: 2
Joined: Mon Dec 16, 2002 5:00 am
Contact:

You are my hero but

Post by dreggze »

now when i open the catcher.php file I only get:

Copyright RadioToolBox.com another great application from Jay Krivanek
BADPASSWORD

And that’s the only thing I see..
But one thing I've noticed is that nothing is written in the include.php file.
Little bit worried.
And in the radio tool box window it still says Message: (Log Stored (Invalid Login!) Waiting 1200secs)..

Don’t know if this is useful but I’m running on iis.
And php is installed.
All of the php files are located in C:\Inetpub\wwwroot\rtb\*.php
and the program files are in C:\Program\RadioToolBox\

Would be happy if you could help me, if so tired right now, you must be -8 hours away..
dreggze
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

the status message is only concerning the online log service here at radio toolbox, if you do not have an account then you will naturally get that error, catcher is displaying as it should, as for why it's not writing anything to the file, did you go to the current stats (ALT+C) window and RTB and see any error for "Script Service"?
- Jay
Post Reply