TinyPortal
Development => Feedback => Bugs/Errors => Topic started 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
Fixed for beta3:
- Added check if forumposts array were actually filled.