Catcher not catching, includes blank

Ask questions, request features, or just complement us about our software and services.
Post Reply
adham
Posts: 1
Joined: Wed May 10, 2006 5:05 pm

Catcher not catching, includes blank

Post by adham »

i am new to php so i am probably missing something obvious..

i have ftp'd the files to www.sunplayer.com/rtb/ and changed them all to be writeable.

when i look at http://localhost/rtb/example.php i get:

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

The last
Notice: Undefined variable: lastsong in c:\program files\easyphp1-8\www\rtb\example.php on line 10
0 songs I have played are:

Notice: Undefined variable: lastsong in c:\program files\easyphp1-8\www\rtb\example.php on line 13

and when i look at www.sunplayer.com/rtb/example.php i get the text but without any values.

where am i going wrong?

i will offer a cup of tea to the first person who can help me.

ta, ad.


ok reading that back i realise i have a problem with the root directory.... how do i solve this?
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 »

Is there anything in your includes.php file? This file should be set as world writable the rest can be set read/execute.
- Jay
Post Reply