TinyPortal
Development => Feedback => Bugs/Errors => Topic started 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
- "smileys_enabled" should be "smileysEnabled". Fixed for TP 1.0 beta4-1
thanks for that Bloc, was looking for same error fix! after editing line 1759 in my file all seems well!
cheers