Thread: Help me Error
View Single Post
  #1  
Old 21st December 2008, 14:50
pablozl pablozl is offline
Member
 
Join Date: Aug 2008
Posts: 4
Default Help me Error
line 1523

Code:
if ($arr[0] < 2)
      stderr("Error", "Can't delete post; it is the only post of the topic. You should\n" .
      "<a href=?action=deletetopic&topicid=$topicid&sure=1".($attachmentid ? "&attachmentid=$attachmentid" : "").">delete the topic</a> instead.\n",false);

Fatal error: Call to undefined function: stderr() in /home/f/fwhost005/public_html/hdd/forums.php on line 1523

Last edited by pablozl; 21st December 2008 at 14:56.
Reply With Quote