PDA

View Full Version : Database question


Sacker
3-19-02, 12:23 AM
I running php nuke and umm when my other guy i doing the site with tries to post a message
he gets a database error thingy something and then a 500 error

but when i post i dont.
the site is
http://www.air-powered.com/nuke/

thx for any help in advance..

HalfaBee
3-19-02, 01:54 AM
Check permissions on modules.php
I get 500 error as well.

HalfaBee
3-19-02, 02:07 AM
You will have to check what happens when modules.php
gets this url.

Or you could try shooting the script :(

http://www.air-powered.com/nuke/modules.php?op=modload&name=Forum&file=reply

Sacker
3-19-02, 07:40 PM
Umm
What would this mean
malformed header from script. Bad header=No recipient addresses found i: /nuke/modules.php
its in my error thingy

BlackIntrepid
3-19-02, 08:46 PM
sacker, for error 500 errors, you need to chmod executed files to 755 and ad somethin as the first line, it's in the forums somewhere, look around for it

Sacker
3-19-02, 08:56 PM
I added the #!/usr/bin/php line or whatever the correct thing is
and i changed the permissions to 755....

All the rest of phpnuke works and it works for my when I Under my Sacker login name
but not for my Sacker2 or anyone else
and i can't figure that out
sack out

HalfaBee
3-19-02, 08:58 PM
It looks like the module is trying to send an email to someone
and the mail headers are not being constructed properly.