News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

8: Undefined index: message

Started by rendi, December 28, 2005, 09:34:45 PM

Previous topic - Next topic

rendi

hi i'm use SMF 1.1 RC1 and today i see on error log give me err like this

8: Undefined index: message
File: /var/www/Sources/Post.php
Line: 1233

can help me

JayBachatero

It's an error in 1.1 RC1 and has been fixed for RC2.

-JayBachatero
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

rendi

give me err like this again
8: Use of undefined constant Chat - assumed 'Chat'
File: /var/www/Themes/GreenSense/GreenSense/index.template.php
Line: 590

This is my line 590

// Otherwise, they might want to [logout]...
   else
      echo '
   
            
            <a href="', $GLOBALS['boardurl'], '/chat/flashchat.php">', Chat, '</a> |             

            <a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', $txt[108], '</a>';
         
}

JayBachatero

Ok this line is your error
// Otherwise, they might want to [logout]...
   
else
      echo 
'
   
            
            <a href="'
$GLOBALS['boardurl'], '/chat/flashchat.php">'Chat'</a> |             

            <a href="'
$scripturl'?action=logout;sesc='$context['session_id'], '">'$txt[108], '</a>';
         
}


Change it to
// Otherwise, they might want to [logout]...
   
else
      echo 
'
   
            
            <a href="'
$GLOBALS['boardurl'], '/chat/flashchat.php">Chat</a> |             

            <a href="'
$scripturl'?action=logout;sesc='$context['session_id'], '">'$txt[108], '</a>';
         
}



', ,' is used if its to include a variable inside an echo.  See the color difference?

-JayBachatero
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

rendi


JayBachatero

Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Advertisement: