Getting error

Ask questions, request features, or just complement us about our software and services.
Post Reply
djbox
Posts: 5
Joined: Sat Mar 27, 2004 2:57 am

Getting error

Post by djbox »

I am getting a error i haved done everything correctly but i get this error



Warning: main(includes.php): failed to open stream: No such file or directory in /home/www/latinspot/radio128k/watson.php on line 2

Warning: main(): Failed opening 'includes.php' for inclusion (include_path='') in /home/www/latinspot/radio128k/watson.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/www/latinspot/radio128k/watson.php:2) in /home/www/latinspot/radio128k/watson.php on line 3
‰PNG IHDR,ŸNÆžÙIDATxœíÝËK2Qðg&1 ¢…‚L‘¢à¢EA Ñÿ¸pU«¶
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 »

make sure that the catcher script has generated an includes.php file in the location you specified.
- Jay
djbox
Posts: 5
Joined: Sat Mar 27, 2004 2:57 am

Post by djbox »

I beileve that the catcher script didn't create a inlucdes.php file no idea y it din't not this is the catcher script i got set up

<?php
include("includes.php");
header("Content-Type: image/png");
$im = imagecreatefrompng("songband1.png");

if ($im)
{
ImageString($im, 1, 17, 4, "Playing: ".$current_song, 2);
ImageString($im, 1, 17, 17, "There are ".$listeners, 2);

ImagePNG($im);
}
?>
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 »

that's the image script, the catcher script was included with Radio Toolbox.
- Jay
Post Reply