can anyone explain this error I'm getting in my log

Started by EZ1, May 15, 2009, 12:20:41 PM

Previous topic - Next topic

EZ1

8: Undefined index: hhyaltbolum
BoardIndex.template.php (eval?)
Line: 208 

8: Undefined index: hhyaltbolum 
BoardIndex.template.php (eval?)
Line: 163 

8: Undefined offset: 333
BoardIndex.template.php (eval?)
Line: 175 

8: Undefined offset: 21
BoardIndex.template.php (eval?)
Line: 174 

all i have to do is visit the forums and i get 10 pages of these in the log (any ideas) >??
Powered by SMF 2.0 RC1



SA™

http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

EZ1

Mod Name Version 

1. Aeva ~ Auto-Embed Video & Audio 6.9.99   [ Uninstall ]   

2. Best 3 0.1  [ Apply Mod ]   

3. Latest Members RC1 1.1   [ Uninstall ]   

4. Welcome Topic Mod 2.0.2  [ Apply Mod ]   

5. SMF Articles 1.0.2   [ Uninstall ]   

6. Contributions in Boards 1.3   [ Uninstall ]   

7. RSS Feeder 1.1.1   [ Uninstall ]   

8. SMF Media Gallery 1.5.6   [ Uninstall ]   

9. Hack's Park Shoutbox 2.0   [ Uninstall ]   

10. Pm Number in All Pages 1.0   [ Uninstall ]   

11. Skype Profile Field 1.1   [ Uninstall ]

12. Do not enter 1.1   [ Uninstall ]

13. Aligned and Bilateral Child Boards 1.4   [ Uninstall ]   

14. SA Affiliates 3.1  [ Apply Mod ]

SA™

http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

[SiNaN]

It is related to Aligned and Bilateral Child Boards mod.

BoardIndex.template.php
MessageIndex.template.php

Code (Find) Select
$modSettings['hhyaltbolum'] == 0

Code (Replace) Select
empty($modSettings['hhyaltbolum'])

Code (Find) Select
$child['new'] ? $txt[333] : $txt[334]

Code (Replace) Select
$child['new'] ? $txt['new_posts'] : $txt['old_posts']

Code (Find) Select
$txt[330] . ': ' . $child['topics'] . ', ' . $txt[21]

Code (Replace) Select
$txt['topics'] . ': ' . $child['topics'] . ', ' . $txt['posts']
Former SMF Core Developer | My Mods | SimplePortal

SA™

oh thanks Blue Dream i wasnt shore tis why i asked for the template
http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

kenet

Quote from: Blue Dream on May 16, 2009, 09:13:27 AM
It is related to Aligned and Bilateral Child Boards mod.

BoardIndex.template.php
MessageIndex.template.php

Code (Find) Select
$modSettings['hhyaltbolum'] == 0

Code (Replace) Select
empty($modSettings['hhyaltbolum'])

Code (Find) Select
$child['new'] ? $txt[333] : $txt[334]

Code (Replace) Select
$child['new'] ? $txt['new_posts'] : $txt['old_posts']

Code (Find) Select
$txt[330] . ': ' . $child['topics'] . ', ' . $txt[21]

Code (Replace) Select
$txt['topics'] . ': ' . $child['topics'] . ', ' . $txt['posts']


I have done what they get up and gives me less errors, but still giving me some SIGE




8: Undefined index: hhyaltbolum
Apply Filter: Only show the errors from this file
File: /homepages/11/d221278972/htdocs/Themes/Mc_Dult21/BoardIndex.template.php (main sub template - eval?)
Line: 201


Apply Filter: Only show the errors with the same message
8: Undefined offset: 334
Apply Filter: Only show the errors from this file
File: /homepages/11/d221278972/htdocs/Themes/Mc_Dult21/BoardIndex.template.php (main sub template - eval?)
Line: 168


Apply Filter: Only show the errors with the same message
8: Undefined index: hhyaltbolum
Apply Filter: Only show the errors from this file
File: /homepages/11/d221278972/htdocs/Themes/Mc_Dult21/BoardIndex.template.php (main sub template - eval?)
Line: 201

thank you very much


Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


[SiNaN]

Would you attach your BoardIndex.template.php file here?
Former SMF Core Developer | My Mods | SimplePortal

kenet



Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


[SiNaN]

Try the attached file.

I also suggest that you inform the mod author about the issues.
Former SMF Core Developer | My Mods | SimplePortal

kenet

   
ok, now report. that whenever you install the RC1 or RC1-1 either the default or another theme gives this error.

trial and tell you what

thanks


Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


kenet

perfect, can you tell me what to edit in case I need. thank you very much again


Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


[SiNaN]

This is what I have done.

Code (Find) Select
$modSettings['hhyaltbolum'] == 1

Code (Replace) Select
!empty($modSettings['hhyaltbolum'])

Code (Find) Select
334

Code (Replace) Select
'old_posts'

Code (Find) Select
333

Code (Replace) Select
'new_posts'

You're welcome.
Former SMF Core Developer | My Mods | SimplePortal

kenet



Thomas Alva Edison dijo:

    "No fracasé, sólo descubrí 999 maneras de como no hacer una bombilla."


JBlaze

Jason Clemons
Former Team Member 2009 - 2012

Advertisement: