TinyPortal

Development => Support => Topic started by: Blue Steel on April 05, 2010, 09:29:00 AM

Title: [solved] [TP1.0 Beta 5] undefined offset error
Post by: Blue Steel on April 05, 2010, 09:29:00 AM

http://www.codingmonkeys.com/index.php?http://www.codingmonkeys.com/
8: Undefined offset: 111
File: /home/gamersl2/public_html/codingmonkeys.com/Themes/default/TPortal.template.php (main sub template - eval?)
Line: 20


Getting heaps of these ..

I'd appreciate any help
its about my last error i'm getting regularly
Title: Re: [TP1.0 Beta 5] undefined offset error
Post by: G6Cad on April 05, 2010, 11:15:15 AM
Gave a reply in your other topic about you need to really check your upgrade/install of TP. I think you have a bad install as you get all these errors i cant see or duplicate on my testsite i have.

Make sure everythng is there, in the correct place and also check the language strings, i think your issue here are because of missing laguage strings somewhere.
Title: Re: [TP1.0 Beta 5] undefined offset error
Post by: IchBin on April 05, 2010, 02:43:55 PM
I'm betting that you have a theme that hasn't been updated properly for SMF2. $txt['111'] is likely found in your theme some where. That would be the error thrown if it is not found. Take a look through the theme you're using to see if you can find that code.
Title: Re: [TP1.0 Beta 5] undefined offset error
Post by: Blue Steel on April 05, 2010, 11:26:33 PM
thanks ;) you pointed me in the right direction.. it was in my addopted Recent Topics block in my frontpage ..

I wouldn't have thought of looking there as other times similar errors have told me roughly where to look