Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: delta5 on July 05, 2018, 09:28:35 AM

Title: Errors
Post by: delta5 on July 05, 2018, 09:28:35 AM
delta5
July 03, 2018, 09:53:30 PM
Undefined
https://www.fedupwithliberals.com/index.php?action=register2
8: Undefined index: title
File: /home/dlspl7k7drgr/public_html/Themes/default/languages/Mentions.english.php (body_above sub template - eval?)
Line: 215

Can anyone please tell me whats happening here?  THX
Title: Re: Errors
Post by: Kindred on July 05, 2018, 09:32:24 AM
1- cleaned up your error report...   and removed the ip and session data.

2- you need to turn off eval and the tell us the new (actual) error details

3- please include the referenced code +5-10 lines before and 5-10 lines after the noted line
Title: Re: Errors
Post by: delta5 on July 05, 2018, 10:01:38 AM
How do i do no.2?
Title: Re: Errors
Post by: Kindred on July 05, 2018, 10:17:04 AM
https://wiki.simplemachines.org/smf/SMF2.0:Server_settings
Disable evaluation of templates - By default, templates are evaluated instead of just included. This helps with showing more useful debug information in case a template contains an error. On large forums however, this customized inclusion process may be significantly slower. Therefore, advanced users may wish to disable it.
Title: Re: Errors
Post by: Arantor on July 05, 2018, 10:18:12 AM
The error will be in index.template.php line 215.
Title: Re: Errors
Post by: delta5 on July 05, 2018, 10:20:16 AM
Ok i will disable it, and clear the log. then if any errors come back, i will post them here.
Title: Re: Errors
Post by: Kindred on July 05, 2018, 10:56:53 AM
Quote from: Arantor on July 05, 2018, 10:18:12 AM
The error will be in index.template.php line 215.

Looks like the the (not so old) guru has already parsed the error...

Please include lines 205-220 from your index.template.php in whatever theme you are using.
Title: Re: Errors
Post by: Arantor on July 05, 2018, 10:57:40 AM
Not difficult, there's only one place body_above is relevant ;)