Hello
I run 2 forums and one of them just stopped working?
In my template there is a variable: board_forum
But I get an error?
8: Undefined index: board_forum
See: http://www.neoweb.nl/forum2/index.php
In my code it stops at this line:
<td width="100%" class="titlebg" align="left">', $txt['board_forum'], '</td>
Where is it defined?
then board_forum has not been declared in any of your language files and needs to be added.
Thanx already a bit..
Maybe another stupid question, but where is the languagefile located?
/forum/Themes/default/languages
Got it
and did you add the string and make the error go away?
uhm.. this is a bit weird.
I did a search on the working site in all files on the ftp and there is only one file where board_forum is in.
Further I did a search on the database, and also there is NO board_forum ?? So where are those variables defined??
in the language files as stated above.
I did the drastic thing: upgraded my forum to 2.0.1 ;-)
now it all works.