SmackDown101
Technical User
HELP! PHP based Message Board
I have been trying to solve this problen for a couple of days. I setup a simple message board system and it works fine except when the system attempts to email the POSTER to let that person know a reply has been made. I get the usual 500 server error and the log file say this:
malformed header from script. Bad header=No recipient addresses found ......../mbstart.php
The Message board is MSGBOARD V2.0 from ENOMNET.COM it is PHP based with a MySQL Table for a backend
I am assuming the system trys to pull an email address from the MySQL table it uses and attempts a sendmail function through the web server. The database is setup and working fine. The table has all user email addresses in it. I would post the code but the system pulls info from several pages and not just the one listed in the error. I have gone over the code time and time again and there is no setup for any kind of email address for anyone. It must get it from the MySQL table.
It's like this forum. The email replies to this thread option is checked. If so the error occurs. If not, no error
I have been trying to solve this problen for a couple of days. I setup a simple message board system and it works fine except when the system attempts to email the POSTER to let that person know a reply has been made. I get the usual 500 server error and the log file say this:
malformed header from script. Bad header=No recipient addresses found ......../mbstart.php
The Message board is MSGBOARD V2.0 from ENOMNET.COM it is PHP based with a MySQL Table for a backend
I am assuming the system trys to pull an email address from the MySQL table it uses and attempts a sendmail function through the web server. The database is setup and working fine. The table has all user email addresses in it. I would post the code but the system pulls info from several pages and not just the one listed in the error. I have gone over the code time and time again and there is no setup for any kind of email address for anyone. It must get it from the MySQL table.
It's like this forum. The email replies to this thread option is checked. If so the error occurs. If not, no error