TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: grabman on October 13, 2008, 03:36:57 PM

Title: [bugtracker] Undefined variable k in TPortal.php line 1706
Post by: grabman on October 13, 2008, 03:36:57 PM
Was getting following error in forums logs:
8: Undefined variable: k
File: /home/brodiesc/public_html/Sources/TPortal.php
Line: 1706

As suggested here http://www.tinyportal.net/index.php/topic,26504.new.html#new
added
$k = '';
 to head of file to see if error is sorted.

Grab
Title: Re: [bugtracker] Undefined variable k in TPortal.php line 1706
Post by: bloc on October 19, 2008, 11:39:16 PM
Fixed for beta3:

- Added check if forumposts array were actually filled.