Script Updated, but still getting an error

Ask questions, request features, or just complement us about our software and services.
Post Reply
Rizzano
Posts: 4
Joined: Mon Mar 28, 2005 3:28 pm
Location: Tennessee
Contact:

Script Updated, but still getting an error

Post by Rizzano »

Hello, I have downloaded RTB. I have installed it and placed all the files on my website in the folder:

http://www.prayer-circle.org/TSCRadio

I have CHMOD'ed every file, including the TSCRadio folder to 777. When I look at server stats (using ALT+C) it shows "Script Updated" and I have verified that all my username / passwords match properly. I am using the script service, so all the fields in FTP are blank.

This is the errors I am getting.
Welcome to the RTB Catcher Debug Session
We will now check your server environment for proper installation and compatibility with catcher.
Now letting you read this message cause we can.
Starting Check...
Checking Environment...
Checking for proper file permissions
Warning: Log file error_log.txt is not writable or does not exist.
Warning: includes.php does not exist in the proper location, this makes me sad, attempting to create...
FATAL ERROR: We suck, the file http://www.prayer-circle.org/TSCRadio/includes.php could not be created, make sure I have permission to do so or create this file yourself that gives me read write access.
Any ideas what might be wrong?

Also, how would I go about making a PNG Dynamic sig/image out of such stats once I can see them, and how would I "include" such stats also with small php script. Thanks in advance, and sorry if these are "newb" questions, I am very new to this sort of thing.
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 »

does the file includes.php exist in that folder?
- Jay
Rizzano
Posts: 4
Joined: Mon Mar 28, 2005 3:28 pm
Location: Tennessee
Contact:

Post by Rizzano »

Yes it does.
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 »

it looks like you have the $includes_path set improperly in your config.php file.

If you are not familiar with the system you are on just leave that parameter empty

$includes_path = "";

it only accepts a file system path not a url path.
- Jay
Rizzano
Posts: 4
Joined: Mon Mar 28, 2005 3:28 pm
Location: Tennessee
Contact:

Post by Rizzano »

That was it Jay, thanks so much. Any help on the dynamic png sig or where to go to do such a thing? Thanks.
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 »

- Jay
Rizzano
Posts: 4
Joined: Mon Mar 28, 2005 3:28 pm
Location: Tennessee
Contact:

Post by Rizzano »

Thanks. Last question. How do I save the png image? I right click on it to save as and it shows a little Quicktime menu.

Scratch that. Made my own, but now I am getting this error: <br />
<b>Fatal error</b>: Call to undefined function: imagecreatefrompng() in <b>/home/prayerci/public_html/TSCRadio/playing.php</b> on line <b>4</b><br />

Line 4 is $im = imagecreatefrompng("tscradiosig.png");

and yes my image is that name.
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 »

if you get that error you don't have GD compiled in to PHP.
- Jay
Post Reply