Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: fractal_moonshine on July 16, 2011, 01:09:32 AM

Title: Error msg - 8: Undefined index: max_signatureLength
Post by: fractal_moonshine on July 16, 2011, 01:09:32 AM
Clueless n00b here. I've just taken over http://mdallas.net/forum/ from the person who installed the forum. I upgraded from 1.14 to 2.0 Wednesday. I looked at the error log for the first time today. I saw a couple hundred of these that have occurred since the upgrade:

Quote8: Undefined index: max_signatureLength
File: (cut path)/Themes/default/languages/Profile.english.php (eval?)
Line: 44

I looked at that file. Line #44 reads: $txt['hidden'] = 'hidden'; Line #42 reads $txt['max_sig_characters'] = 'Max characters: %1$d; characters remaining: ';

I don't see any problem with performance on the forum. If I hadn't looked at the error log, I wouldn't have noticed it. Is it something I need to fix?
Title: Re: Error msg - 8: Undefined index: max_signatureLength
Post by: Kermit on July 16, 2011, 01:37:54 AM
AdminCP -> Server Settings -> Disable evaluation of templates

Enable this option and check the error log again
Title: Re: Error msg - 8: Undefined index: max_signatureLength
Post by: fractal_moonshine on July 16, 2011, 02:53:22 AM
Thanks. I did that. I still get the error, but the
Quote(eval?)
at the end of the file name is gone. Now it says

Quote8: Undefined index: max_signatureLength

File: /home/(username)/public_html/forum/Themes/default/languages/Profile.english-utf8.php
Line: 44

with the file path hotlinked to a graphic highlighting line 44, which has different text now (below). I've attached a screen shot.

==>44: $txt[664] = 'Max ' . $modSettings['max_signatureLength'] . '; characters remaining: ';
Title: Re: Error msg - 8: Undefined index: max_signatureLength
Post by: Kermit on July 16, 2011, 03:24:25 AM
I guess your site was before 1.x (you already stated that it was 1.1.14 before :P) and this mod was has been installed before

http://custom.simplemachines.org/mods/index.php?mod=528

you can delete all related things about this mod manually,check here

http://custom.simplemachines.org/mods/index.php?action=parse;mod=528;attach=169889;smf_version=1.1.14