SMF version: SMF ver. 1.1.13
TP version: TP ver. 1.102
Default Forum Language: English UTF8
Theme name and version: SMF default
Browser Name and Version: tried on IE8/Firefox, and Chrome
Mods installed:
1. Avatar Verification 1.4.2
2. TinyPortal 1.102
3. Pretty URLs 1.0RC5
4. Aeva Media 1.4c
Quote8: Undefined index: views
File: /host/Themes/default/TPprofile.template.php
Line: 49
8: Undefined index: date
File: /host/Themes/default/TPprofile.template.php
Line: 48
8: Undefined index: subject
File: /host/Themes/default/TPprofile.template.php
Line: 47
Another set of undefined errors, I checked my languages file, but cannot find the source of the problem. I'm using the default SMF theme ,really surprised to have all this missing strings :(
Please let me know if you need more information. Thank you.
Add this to index.english.php (or other language files).
$txt['subject'] = 'Subject';
$txt['date'] = 'Date';
$txt['views'] = 'Views';
These are SMF2 strings, and should probably be changed in the install for SMF1.x. :) If you wouldn't mind adding something to bugtracker I would appreciate it.