![]() |
Warning: Assigning the return value of new by reference is deprecated in ....Bla Bla Bla
How to fix. Open the file, includes/functions_autotagger.php on line 191, in that file find the following: Code:
$excludedForums = split('\|', $vbulletin->options['autotag_exclude_forums']); Code:
$excludedForums = explode('\|', $vbulletin->options['autotag_exclude_forums']); Code:
$excludedUsers = split('\|', $vbulletin->options['autotag_exclude_users']); Code:
$excludedUsers = explode('\|', $vbulletin->options['autotag_exclude_users']); |
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 |
Getting same errors. Would appreciate update for 4.2.2
Noticed that when editing posts, errors do not allow post to load with edits. |
@Sadig6210, @Mooncreek:
Please read the modification's thread before posting. @Ozzy47 graciously posted several fixes in post #91, https://vborg.vbsupport.ru/showpost.php?p=2451721&postcount=91. The author has not been online since 2011. |
Hi,
i got an Error that the split function is deprecated. File is includes/functions_autotagger.php Line 394 PHP Code:
I ask Phalynx for Permission and Coroner for Coding in 2010 for that Addon. |
Quote:
It was hard to catch the errors shown before the page changed. I ignored other lines that included this $subjectTopreg_split(kens = '/\s(?=([^"]*"[^"]*"[^"]*)*$|[^"]*$)/', $title, -1, PREG_SPLIT_NO_EMPTY); Other lines changed include but are not limited to line 338 line 421 line 389 line 375 line 394 |
Exclude from Forums are not Working.
I have a lot of ID´s in the Settings, but the Forums are all Tagged. Maybe a User or Coder can Fix it? |
I have done
https://vborg.vbsupport.ru/showpost....1&postcount=91 but still found https://vborg.vbsupport.ru/showpost....3&postcount=92 any idea? |
Quote:
|
Quote:
Warning: Illegal string offset 'threadid' in ..../includes/functions_autotagger.php on line 15 PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
All times are GMT. The time now is 06:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|