TinyPortal

Development => Support => Topic started by: brianjw on April 19, 2008, 05:34:57 PM

Title: Error Log filled with TPortal.template.php errors
Post by: brianjw on April 19, 2008, 05:34:57 PM
SMF Version: 1.1.4
TP Version: 0.9.8 [will upgrade when it's out of beta and compatible with smf 2.0]
Problem/Issue: These same errors are filling up my error log (along with many others and those are being fixed atm). I now have 2000+ pages in the error log. My bad, almost 3000 error pages.
Theme: Custom Theme / Gamerz Garage Default
Mods Installed:
Quote
1. Streaming 3 4.2.2b [ Uninstall ]
2. SMF Links 1.6.7 [ Uninstall ]
3. SMF Gallery Lite 1.8.1.2 [ Uninstall ]
4. Paid Subscriptions 0.18 [ Uninstall ]
5. K-Detection 2.2 [ Uninstall ]
6. FontandSizeDropdown_1.2 1.3 [ Uninstall ]
7. SMFShop 3.0 [ Uninstall ]
8. SMF Affiliates 0.1 [ Uninstall ]
9. Signature Area BBCode Buttons 1.5 [ Uninstall ]
10. Custom Action Mod 2.04 [ Uninstall ]
11. Custom Profile Field Mod 3.17 [ Uninstall ]
12. Google Member Map 0.1 [ Uninstall ]
13. Ad Managment 2.3 [ Uninstall ]
14. Easy Edit Meta Data 1.0 [ Uninstall ]
15. AvatarSelect 1.1.2 [ Uninstall ]
16. Country Flags 1.0.1 [ Uninstall ]
17. SMF Poll Mod 1.1.1 [ Uninstall ]
18. No Temp Directory Removal 1.0 [ Uninstall ]
19. Treasury 2.08 [ Uninstall ]
20. SMF Store 1.2 [ Uninstall ]
21. Enable/Disable Themes 1.0.2 [ Uninstall ]
22. Reg Bar 1.0.1 [ Uninstall ]
23. SMFPets 0.2 [ Uninstall ]
24. SMF Blogger 1.1 RC 1 [ Uninstall ]
25. cbi, 1.0 1.0 [ Uninstall ]
26. TinyPortal 0.9.8
27. E-Arcade 2.4.2
28. PM on Registration 1.0.2

Here are the errors:
Quote
Tuxie™   Today 12:17:19 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined index: ajax_in_progress
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_below sub template - eval?)
Line: 577

   Tuxie™   Today 12:17:18 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined variable: bullet
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_above sub template - eval?)
Line: 371

   Tuxie™   Today 12:17:18 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined variable: bullet
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_above sub template - eval?)
Line: 364

   Tuxie™   Today 12:17:18 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined variable: bullet
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_above sub template - eval?)
Line: 355

   Tuxie™   Today 12:17:18 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined variable: bullet
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_above sub template - eval?)
Line: 354

   Tuxie™   Today 12:17:18 PM 
************     abba00071fd4327613e8b160b3b23e88 
http://www.gamerzgarage.com/index.php 
8: Undefined variable: bullet
File: /home/brianjw/public_html/Themes/default/TPortal.template.php (main_above sub template - eval?)

If anyone could help me get these errors smashed, I would be very greatful! Thank you. :)
Title: Re: Error Log filled with TPortal.template.php errors
Post by: G6Cad on April 19, 2008, 06:45:49 PM
Theme in use ?
What mods ?
Please read the psoting guide and add in the info according to it
Title: Re: Error Log filled with TPortal.template.php errors
Post by: brianjw on April 19, 2008, 07:26:47 PM
Sorry G6, edited post above.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: G6Cad on April 19, 2008, 07:57:18 PM
Well, seems like you will have a lot of job ahead of you

You have to check the mods installed so they are added to your custom theme, non of the errors you have are from TP so we cant help you.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: tick on April 19, 2008, 10:59:00 PM
Try disabling your blocks one at a time and see if one of them is causing it.  Seems I encountered that one time and that is what it is.   Not sure but worth a try.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: G6Cad on April 19, 2008, 11:01:38 PM
It's one or several mods, what mod uses Ajax to start with ?  Uninstall that mod, We had a member posting up the same bullit error yesterday and they were from users online to day mod, so try and check that to.
You errors are clearly from one or several mods.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: brianjw on April 20, 2008, 03:17:01 AM
Ok. Thanks guys. For now, I think I will leave the errors there as they only appear in the log. This will be a job I will do later on.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: 2Ntense on August 10, 2008, 01:25:00 AM
I see part of the problem... in the unpacked install files for TP 1.0.5 beta 1, there's exactly ONE reference to $bullet and it's in Themes/default/TPBlocks.template.php at line 516.
   <li>' .$bullet.$txt['tp_maintenace']. '</li>';

Nowhere in the source files is it defined anywhere, so that's likely what's causing the errors.

I got around it by adding

$bullet = '•';

to the index template of the forum... it's cheesy, but it gets rid of the 1500 pages worth of errors we were getting per day.
Title: Re: Error Log filled with TPortal.template.php errors
Post by: brianjw on August 17, 2008, 03:51:14 AM
Thanks 2Ntense for fixing it. :coolsmiley: