[solved] movetopic_auto_message error!

Started by MonoTiz, November 05, 2008, 08:59:54 AM

Previous topic - Next topic

MonoTiz

I would like to understand how to resolve this error:

Apply Filter: Only show the error messages of this URL http://www.XYZ.com/smf/index.php?action=profile;save
Apply Filter: Only show the errors with the same message
8: Undefined index: movetopic_auto_message
Apply Filter: Only show the errors from this file
File: /home/rizietrw/public_html/smf/Themes/XYZ/index.template.php (eval?)
Line: 640


file index.template.php not get to 640 lines so I do not understand ...
I searched the term 'movetopic_auto_message' in all the SMF files, sources, language and template but there is nowhere ...
moreover, the error is only with the English language and not for example with the Italian language ...
thanks.

ccbtimewiz

I'm guessing this is a language string error. Try creating the language string $txt['movetopic_auto_message'] in your admin.english.php file and see if that resolves your errors.

MonoTiz

Quote from: ccbtimewiz on November 05, 2008, 09:19:07 AM
I'm guessing this is a language string error. Try creating the language string $txt['movetopic_auto_message'] in your admin.english.php file and see if that resolves your errors.
Thanks... I have create the string:
$txt['movetopic_auto_message'] = '';
in index.english.php under:
$txt['movetopic_auto_board'] = '[BOARD]';
$txt['movetopic_auto_topic'] = '[TOPIC LINK]';

Advertisement: