Quote:
Originally Posted by sadiq6210
I got this errors in 4.2.2 / php5.4
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 15
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 23
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 32
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 33
|
I have try edit functions_autotagger.php on line 15
edit
Code:
if (intval($thread['threadid']) == 0)
Replace with:
Code:
if (intval($threadinfo['threadid']) == 0)
wow, it great, not error

you can try edit same on line 23, 32, 33, it well work