vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Automatic Thread Tagger for vB4.x (https://vborg.vbsupport.ru/showthread.php?t=255251)

gbicar 02-20-2014 10:36 AM

Quote:

Originally Posted by sadiq6210 (Post 2456893)
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

same mistakes, I tried changing ozzy but has no effect

the plugin that generates the error is this
Automatic Thread Tagger threaddata_postsave

Phaedrus 04-08-2014 01:00 AM

split/explode isn't enough to get rid of all the errors. This causes my forum to freeze on editing a post.

Phaedrus 04-09-2014 03:09 AM

Uninstalled but tagged just in case it works later. Even with the updates listed previously in this thread this caused errors on my forum. Tried the other auto tagger, but it too caused errors. 4.2.2 PL1

Here's to hoping to update this later.

krimznheidiz 04-18-2014 08:14 AM

Is this working for 4.2.2?

pablodip 08-04-2014 01:52 AM

Thanks you ozzy47, is mod run good 4.2.2 :)

EDIT:

Hi, I've had to disable as it brought me problems in threads, when a user edits and gives branded store stays .. and have to refresh the page to see the results

tini_lam 08-28-2014 03:10 AM

Quote:

Originally Posted by sadiq6210 (Post 2456893)
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

Socialvb 10-19-2014 04:42 PM

I was trying to use on my forum but when i create thread, the automatic tags are not added. Why? Someone solved the problem?

RawBoard 12-31-2014 10:00 AM

Quote:

Originally Posted by tini_lam (Post 2512938)
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

thanks work is not error :)

jim@ars 01-14-2016 10:41 PM

Is there any way, out of the box, to prevent tagging in a particular forum or do I need to put on my PHP hat?

mdawg 05-15-2017 08:32 PM

Does this work with vb 4.2.5 running PhP 7?


All times are GMT. The time now is 09:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01204 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete