TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: ZarPrime on June 01, 2009, 06:21:25 PM

Title: [bugtracker] smileysEnabled error
Post by: ZarPrime on June 01, 2009, 06:21:25 PM

Undefined index: smileys_enabled
Error 1.0 beta 4 is ...
8: Undefined index: smileys_enabled
File:
/home/vol8/byethost11.com/b11_3375632/allkoreans.net/htdocs/Sources/T
Pmodules.php
Line: 1758


... and has been asked several times in different topics, including this one.
http://www.tinyportal.net/index.php/board,108.0.html

Apparently line 1758 is ...


$row['body'] = parse_bbc($row['body'], $row['smileys_enabled']);


Bikken gave a solution to change that line to ...


$row['body'] = parse_bbc($row['body'], $row['smileysEnabled']);


... in this message ...
http://www.tinyportal.net/index.php/topic,29715.msg237077.html#msg2370
77

Just thought I would go ahead and post this to the BT so that this error
didn't propagate into beta 5.  Thanks Bikken.

ZarPrime
Title: Re: [bugtracker] smileysEnabled error
Post by: bloc on July 10, 2009, 07:21:14 PM
- "smileys_enabled" should be "smileysEnabled". Fixed for TP 1.0 beta4-1
Title: Re: [bugtracker] smileysEnabled error
Post by: grabman on July 15, 2009, 02:41:26 AM
thanks for that Bloc, was looking for same error fix! after editing line 1759 in my file all seems well!

cheers