Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #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
  #2  
Old 21st December 2008, 18:24
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
What Version?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #3  
Old 21st December 2008, 20:51
pablozl pablozl is offline
Member
 
Join Date: Aug 2008
Posts: 4
Default
Quote:
Originally Posted by joeroberts View Post
What Version?
Yuna Scatari v2.0 PRE7 RC0 & RC1 forum by mod rus???
Reply With Quote
  #4  
Old 21st December 2008, 21:53
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Here is you first funtion
PHP Code:
function stderr($heading$text$htmlstrip FALSE)
{
  
stdhead();
  
stdmsg($heading$text$htmlstrip);
  
stdfoot();
  die;

and if you get a second error after you install this then add this funtion
PHP Code:
function stdmsg($heading$text$htmlstrip FALSE)
{
    if (
$htmlstrip) {
        
$heading htmlspecialchars($heading);
        
$text htmlspecialchars($text);
    }
    print(
"<table class=main width=750 border=0 cellpadding=0 cellspacing=0><tr><td class=embedded>\n");
        if (
$heading)
            print(
"<h2>$heading</h2>\n");
    print(
"<table width=100% border=1 cellspacing=0 cellpadding=10><tr><td class=text>\n");
    print(
$text "</td></tr></table></td></tr></table>\n");

__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
Reply

Tags
error

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help error, http error and invalid passkey thereal Torrent Strike 0 9th April 2009 02:07
URGENT !! Parse error: syntax error sharpe Torrent Strike 8 24th September 2008 15:10



All times are GMT +2. The time now is 16:12. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.