Quote:
Originally Posted by sadiq6210
I got this errors in 4.2.2 / php5.4
|
this is the lines as they are in my file im running
PHP Version 5.4.24 and it seems to be working without errors but i may have just missed them.
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 15
PHP Code:
if (intval($thread['threadid']) == 0)
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 23
PHP Code:
WHERE t.contentid=".$thread['threadid']." AND autotag=1
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 32
PHP Code:
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "tagcontent WHERE autotag=1 AND contentid=" . $thread['threadid']);
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 33
PHP Code:
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "thread SET autoskip=0 WHERE threadid=" . $thread['threadid']);