TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 05:24:20 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,105
  • Total Topics: 21,213
  • Online today: 310
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 297
  • Total: 297

TPsubs.template.php language file errors

Started by supportingactors, May 16, 2010, 08:59:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

supportingactors

TPsubs.template.php has three places in which it calls on $txt['..'] variables that don't exist:

at line 92 and 113, $txt['by'] should be $txt[525]
at 1674: $txt['on'] should be $txt[30]

This should fix the relevant problems some were seeing with "Undefined index..." errors in the Forum Error Log

IchBin

Assuming you''re using SMF1.x.xx ? What version of TP ?

$txt['by'] comes from this line:  (line 35)
Themes/default/languages/TPShout.english.php:$txt['by'] = 'by';

$txt['on'] I think needs to be fixed.

supportingactors

#2
Yes, using SMF 1.1.11, upgraded TP from .983 to 1.0b5-1 (partially manually)

I do see it in the TPShout.english.php, but I do not have the shout box loaded -- nor does it seem like that's where the language variable should be defined. It's more likely supposed to be in TPortal.English.php after line 23 "// Articles... //" -- where there's a 'tp-by' in line 27 which could be used for the ['by'] in the TPsubs template-- although "by" already seems to be a standard SMF language item.

supportingactors

Another one: in line 1752 $txt['in'] should probably be $txt['tp-incategory']

Is no one else getting these?

Enemy1

#4
Im getting them as well ...

using SMF 1.1.11, upgraded TP from .983 to 1.0b5-1

QuoteUnable to load the 'main_above' template.

stog

brilliant - many thx - has so far fixed(fingers crossed) the myriad of undefined index errors i was getting

been looking for this fix for ages

cheers :)

stog

ok i am still getting errors - fewer but still 3 error pages a day

IchBin

Perhaps you could start your own topic with the separate errors you are getting. Following our posting guide lines so we know what versions of everything you're using etc.

Posting Guidelines


stog

tp 1 beta 5.1 on 1.1.11 (upgraded from 0.98 via beta4 etc - described elsewhere)
attached a screenshot of typical errors