trouble with PHP Nuke

wxdqz

New Member
Is there anyone using PHP Nuke who can help me?

Everything is working fine except the function that allows you to send a specific article to someone.

I get error messages when I try and send an article to someone from the following URL:

<!-- m --><a class="postlink" href="http://www.thinkdeeply.com/main/friend.php?op=FriendSend&sid=8">http://www.thinkdeeply.com/main/friend. ... Send&sid=8</a><!-- m -->

These are the errors. Any idea?

Warning: Supplied argument is not a valid MySQL result resource in /home/layden81/web/main/friend.php on line 49

Warning: Supplied argument is not a valid MySQL result resource in /home/layden81/web/main/friend.php on line 51

Warning: Cannot add header information - headers already sent by (output started at /home/layden81/web/main/friend.php:49) in /home/layden81/web/main/friend.php on line 57

I looked at the code but it all seems to be in order. I'm at a loss.
 
Back
Top