PDA

View Full Version : Tagboard Script Question


heathabear
08-20-2003, 07:39 PM
Hi :)
I put a Tagboard script on my site, http://www.chapsticky.net/indexx.html , and it's not working. This is the first time I've ever used PHP, so I'm not sure where to even begin troubleshooting. I'd love any suggestions you have, and I know I'm being vauge, I"m just not sure what information to give you, so just let me know and I'll ellaborate. Thanks SO much.

Jason
08-20-2003, 07:44 PM
Is there an error somewhere? Whats the probelm? PHP scripts need to be on a page that has the extension .php as far as I know. And then you can add the rest to the page. And you also might have a problem with running PHP on your site if it doesn't have php capabilities...


Jason

Nightfire
08-20-2003, 08:05 PM
Have you chmodded shoutbox.db.php? You're getting a permissions error.



Warning: fopen("shoutbox.db.php", "w") - Permission denied in /home0/hhorn/chapsticky.net/shoutact.php on line 95

Warning: fwrite(): supplied argument is not a valid File-Handle resource in /home0/hhorn/chapsticky.net/shoutact.php on line 96

Warning: fclose(): supplied argument is not a valid File-Handle resource in /home0/hhorn/chapsticky.net/shoutact.php on line 100

heathabear
08-20-2003, 10:58 PM
Ooh, no, I haven't chmoded it. What numbers do I use for that? Thanks so much!

Nightfire
08-20-2003, 11:01 PM
Try 0777